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
..
2018-07-13 10:16:04 +01:00
2018-12-16 16:32:43 +00:00
2018-12-13 19:10:06 +01:00
2018-11-05 13:24:02 -05:00
2017-06-07 18:22:03 +02:00
2018-03-13 12:04:03 +01:00
2016-09-13 11:00:56 +01:00
2017-06-04 18:42:55 +03:00
2018-06-28 19:05:32 +02:00
2014-06-10 07:44:01 +02:00
2018-10-31 09:38:49 +00:00
2018-07-13 10:16:04 +01:00
2018-12-11 15:45:22 -02:00
2018-08-20 11:24:31 +01:00
2016-05-26 11:12:05 -06:00
2014-09-22 11:39:35 +01:00
2018-07-13 10:16:04 +01:00
2018-06-28 19:05:32 +02:00
2018-07-13 10:16:04 +01:00
2018-10-29 13:35:22 +00:00
2016-03-11 16:59:12 +02:00
2018-02-08 21:06:41 +02:00
2018-03-01 16:25:37 +02:00
2017-09-22 21:07:27 +02:00
2018-02-19 13:03:24 +02:00
2018-10-01 19:13:55 +02:00
2018-05-14 15:47:14 +08:00
2017-01-16 10:11:43 +01:00
2018-07-13 10:16:04 +01:00
2018-08-16 13:43:01 -03:00
2018-07-13 10:16:04 +01:00
2017-11-21 13:34:13 +00:00
2018-09-25 17:26:18 +02:00
2012-12-17 14:01:41 +01:00
2016-09-13 18:12:34 +03:00
2018-08-21 10:22:03 +02:00
2017-01-24 23:26:52 +03:00
2018-10-12 11:32:19 +02:00
2018-08-31 09:52:13 +02:00
2016-10-13 17:23:53 +02:00
2018-03-02 13:48:26 -06:00