aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-06-23hw/core: explicit OFW unit address callback for SysBusDeviceClassLaszlo Ersek2-0/+28
2015-06-23hw/pci-bridge: disable SHPC in PXBLaszlo Ersek1-0/+1
2015-06-23hw/pci-bridge: introduce "shpc" propertyLaszlo Ersek2-16/+71
2015-06-23hw/pci: introduce shpc_present() helper functionLaszlo Ersek1-0/+6
2015-06-23hw/pci-bridge: add macro for "msi" propertyLaszlo Ersek2-1/+3
2015-06-23hw/pci-bridge: add macro for "chassis_nr" propertyLaszlo Ersek3-2/+6
2015-06-23hw/pci-bridge: expose _test parameter in SHPC_VMSTATE()Laszlo Ersek2-3/+4
2015-06-23migration: introduce VMSTATE_BUFFER_UNSAFE_INFO_TEST()Laszlo Ersek1-1/+6
2015-06-23add pci-bridge-seatGerd Hoffmann4-1/+45
2015-06-23pc: cleanup and convert TMP ACPI device description to AML APIIgor Mammedov7-339/+16
2015-06-23MAINTAINERS: add ACPI entryMichael S. Tsirkin1-0/+12
2015-06-23vhost: correctly pass error to caller in vhost_dev_enable_notifiers()Jason Wang1-4/+4
2015-06-23balloon: add a feature bit to let Guest OS deflate balloon on oomDenis V. Lunev2-0/+5
2015-06-23qdev: fix OVERFLOW_BEFORE_WIDENGonglei1-1/+1
2015-06-23virito-pci: fix OVERRUN problemGonglei1-2/+2
2015-06-22m68k: fix usp processing on interrupt entry and exception exitGreg Ungerer1-4/+3
2015-06-22m68k: implement move to/from usp register instructionGreg Ungerer1-4/+4
2015-06-22m68k: implement more ColdFire 5208 interrupt controller functionalityGreg Ungerer1-0/+14
2015-06-22Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' in...Peter Maydell28-125/+837
2015-06-22Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell16-23/+485
2015-06-21target-microblaze: Remove dead codeAlistair Francis1-4/+0
2015-06-21s3adsp1800: Remove the hardcoded values from the resetAlistair Francis1-8/+1
2015-06-21ml605_mmu: Move the hardcoded values to the init functionAlistair Francis1-12/+6
2015-06-21target-microblaze: Convert pvr-full to a CPU propertyAlistair Francis4-6/+10
2015-06-21target-microblaze: Convert version_mask to a CPU propertyAlistair Francis3-2/+55
2015-06-21target-microblaze: Convert endi to a CPU propertyAlistair Francis4-3/+6
2015-06-21target-microblaze: Convert dcache-writeback to a CPU propertyAlistair Francis3-1/+8
2015-06-21target-microblaze: Convert use-mmu to a CPU propertyAlistair Francis4-4/+6
2015-06-21target-microblaze: Rename the usefpu variableAlistair Francis3-8/+8
2015-06-21target-microblaze: Disable stack protection by defaultAlistair Francis1-1/+1
2015-06-21target-microblaze: Convert use-fpu to a CPU propertyAlistair Francis4-12/+19
2015-06-21target-microblaze: Tidy up the base-vectors propertyAlistair Francis3-7/+8
2015-06-21target-microblaze: Allow the stack protection to be disabledAlistair Francis4-2/+13
2015-06-21target-microblaze: Preserve the pvr registers during resetAlistair Francis2-22/+28
2015-06-21target-microblaze: Fix up indentationAlistair Francis1-5/+5
2015-06-21microblaze: s3adsp: Instantiate CPU using QOMPeter Crosthwaite1-6/+2
2015-06-19qdev: Un-deprecate qdev_init_nofail()Markus Armbruster1-2/+2
2015-06-19qdev: Deprecated qdev_init() is finally unused, dropMarkus Armbruster2-33/+17
2015-06-19qom: Don't pass string table to object_get_enum() functionDaniel P. Berrange5-19/+71
2015-06-19qom: Add an object_property_add_enum() helper functionDaniel P. Berrange3-0/+150
2015-06-19qom: Make enum string tables const-correctDaniel P. Berrange10-15/+16
2015-06-19qom: Add object_new_with_props() / object_new_withpropv() helpersDaniel P. Berrange6-1/+434
2015-06-19qom: Add helper function for getting user objects rootDaniel P. Berrange5-7/+22
2015-06-19vl: Create (most) objects before creating chardev backendsDaniel P. Berrange1-1/+39
2015-06-19doc: Document user creatable object types in help textDaniel P. Berrange1-16/+54
2015-06-19backends: Fix typename of 'policy' enum property in hostmem objDaniel P. Berrange1-1/+1
2015-06-19Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150619'...Peter Maydell21-97/+770
2015-06-19semihosting: add --semihosting-config arg sub-argumentLeon Alrae4-12/+103
2015-06-19semihosting: create SemihostingConfig structure and semihost.hLeon Alrae9-28/+87
2015-06-19arm: xlnx-zynqmp: Add 2xCortexR5 CPUsPeter Crosthwaite2-0/+36