Peter Maydell
b019f5e537
miscellaneous patches:
* checkpatch.pl: Enforce multiline comment syntax
* Rename cpu_physical_memory_write_rom() to address_space_write_rom()
* disas, monitor, elf_ops: Use address_space_read() to read memory
* Remove load_image() in favour of load_image_size()
* Fix some minor memory leaks in arm boards/devices
* virt: fix broken indentation
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAABCAAGBQJcE8EQAAoJEDwlJe0UNgze1iAP/3HAQI4Z5A3pX3I2YnVBDrS3
hOsPXNUNs2asDqoijkq4cxaqhTv1bio7CPLTg8uvkyWiCOS6pbKjtlE+A/VKGjKZ
7rH9GBNxlH7h/ZIRJTPfX38YiAWI//eIRY4JqUgKpmprE6Y7cGf5/uzmE0OwBwur
HlKKkox6oH4WEk6rTIqP92xMhJNuTC2j1s7qQ2dCQKZdNAAYh++cHuiR1JtEjeQ8
O1/O4u6lumnqQMFtqhlt5++QxWvBU5IbdyJblBV+hCQekNSkj5fUIequBsjGrJru
aZGxO828EEM7dS9/fFnT+YU25/rJ43RSs8aSBLqI/WWRALGQKU88POS5T7zfpzq/
3qzSPWrOhgMFxl/APrGi13DdXTZ5J9UA0qypL8RiwdWj6WWJOo1OcRqzMGQhv1HS
Fe22cWDDuXimQhUuyXM/XY234iPxFJkkq89ANHHfeCNFurzNV9WVN1mV2pfqwdX0
khh3DZyXRDa/UazLY0QyJHStyop76Ox8P8tCAvQbhZWr33Ns+uTr1YBHibimx3iG
6FOpH0FcpAE9oab9xUIdtMJCtx0YEWQ0ap/xMLlnmS8/bL7PX8HY0SIT2WwAiybg
ibwen23Aah5LPpvd5BjGi1MAQEQwZvX8Ab7G+h1F4yzSfOchQt3eZN4fhwOkgjQA
Bbb3bFUkIcXZ8BqabHA8
=ehNF
-----END PGP SIGNATURE-----
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-misc-20181214' into staging
miscellaneous patches:
* checkpatch.pl: Enforce multiline comment syntax
* Rename cpu_physical_memory_write_rom() to address_space_write_rom()
* disas, monitor, elf_ops: Use address_space_read() to read memory
* Remove load_image() in favour of load_image_size()
* Fix some minor memory leaks in arm boards/devices
* virt: fix broken indentation
# gpg: Signature made Fri 14 Dec 2018 14:41:20 GMT
# gpg: using RSA key 3C2525ED14360CDE
# gpg: Good signature from "Peter Maydell <peter.maydell@linaro.org>"
# gpg: aka "Peter Maydell <pmaydell@gmail.com>"
# gpg: aka "Peter Maydell <pmaydell@chiark.greenend.org.uk>"
# Primary key fingerprint: E1A5 C593 CD41 9DE2 8E83 15CF 3C25 25ED 1436 0CDE
* remotes/pmaydell/tags/pull-misc-20181214: (22 commits)
virt: Fix broken indentation
target/arm: Create timers in realize, not init
tests/test-arm-mptimer: Don't leak string memory
hw/sd/sdhci: Don't leak memory region in sdhci_sysbus_realize()
hw/arm/mps2-tz.c: Free mscname string in make_dma()
target/arm: Free name string in ARMCPRegInfo hashtable entries
include/hw/loader.h: Document load_image_size()
hw/core/loader.c: Remove load_image()
device_tree.c: Don't use load_image()
hw/block/tc58128.c: Don't use load_image()
hw/i386/multiboot.c: Don't use load_image()
hw/i386/pc.c: Don't use load_image()
hw/pci/pci.c: Don't use load_image()
hw/smbios/smbios.c: Don't use load_image()
hw/ppc/ppc405_boards: Don't use load_image()
hw/ppc/mac_newworld, mac_oldworld: Don't use load_image()
elf_ops.h: Use address_space_write() to write memory
monitor: Use address_space_read() to read memory
disas.c: Use address_space_read() to read memory
Rename cpu_physical_memory_write_rom() to address_space_write_rom()
...
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
2018-12-16 16:32:43 +00:00
..
2016-05-19 16:42:29 +02:00
2017-09-27 11:35:59 +01:00
2018-12-14 13:30:48 +00:00
2018-09-25 15:13:24 +01:00
2018-08-14 17:17:20 +01:00
2018-09-25 15:13:24 +01:00
2016-05-19 16:42:29 +02:00
2018-08-06 16:19:33 +01:00
2018-12-13 14:41:24 +00:00
2018-06-22 13:28:34 +01:00
2018-01-11 13:25:40 +00:00
2018-08-20 11:24:31 +01:00
2018-06-22 13:28:36 +01:00
2018-06-22 13:28:34 +01:00
2018-06-22 13:28:36 +01:00
2018-10-24 07:50:16 +01:00
2016-06-07 18:19:23 +03:00
2016-05-19 16:42:29 +02:00
2016-05-19 16:42:29 +02:00
2017-05-17 10:37:00 -03:00
2016-05-12 13:22:24 +01:00
2018-07-23 15:21:27 +01:00
2018-09-25 15:13:24 +01:00
2017-02-28 17:10:00 +00:00
2018-01-24 19:19:50 +00:00
2018-04-27 18:05:22 +10:00
2017-12-21 09:30:32 +01:00
2018-02-05 13:54:38 +01:00
2016-05-19 16:42:29 +02:00
2018-02-09 10:40:30 +00:00
2016-10-04 10:00:25 +02:00
2018-06-28 19:05:37 +02:00
2018-10-19 14:51:34 +02:00
2017-12-18 17:07:03 +03:00
2018-02-09 10:40:30 +00:00
2017-02-21 22:24:58 +00:00
2017-05-17 10:37:00 -03:00
2018-01-22 09:46:18 +01:00
2017-10-21 06:35:47 +09:00
2018-03-06 14:01:27 +01:00
2018-03-06 13:16:29 +11:00
2016-05-19 16:42:29 +02:00
2018-12-13 13:47:59 +00:00
2018-07-17 13:12:49 +01:00
2018-11-27 15:35:15 +01:00
2018-02-26 12:55:26 +01:00
2016-03-22 22:20:17 +01:00
2018-01-09 21:48:20 +00:00
2018-08-20 11:24:33 +01:00
2015-09-24 01:29:36 +01:00
2018-10-19 14:51:34 +02:00
2018-07-03 09:56:51 +10:00
2018-02-09 13:50:17 +01:00
2018-10-19 14:51:34 +02:00
2016-01-29 15:07:24 +00:00
2018-01-26 11:09:09 +01:00
2018-01-26 11:09:09 +01:00