summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2016-01-21misc: zynq-xadc: Fix off-by-onePeter Crosthwaite1-1/+1
2016-01-21xlnx-ep108: Connect the SPI FlashAlistair Francis1-0/+16
2016-01-21xlnx-zynqmp: Connect the SPI devicesAlistair Francis1-0/+31
2016-01-21xilinx_spips: Separate the state struct into a headerAlistair Francis1-42/+4
2016-01-21ssi: Move ssi.h into a separate directoryAlistair Francis17-17/+17
2016-01-21m25p80.c: Add sst25wf080 SPI flash deviceAlistair Francis1-0/+1
2016-01-21qdev: get_child_bus(): Use QOM lookup if availablePeter Crosthwaite1-0/+6
2016-01-21Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell14-11/+14
2016-01-20block: Clean up includesPeter Maydell14-11/+14
2016-01-19vfio/pci: Lazy PBA emulationAlex Williamson2-0/+40
2016-01-19vfio/pci-quirks: Only quirk to size of PCI config spaceAlex Williamson1-3/+3
2016-01-18Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' in...Peter Maydell2-5/+6
2016-01-18qdev: Free QemuOpts when the QOM path goes awayPaolo Bonzini1-1/+3
2016-01-18qom: Change object property iterator API contractDaniel P. Berrange1-4/+3
2016-01-18hw/arm: Clean up includesPeter Maydell42-1/+42
2016-01-18Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-signed' into s...Peter Maydell1-24/+0
2016-01-16target-sparc: Convert to VMStateDescriptionJuan Quintela1-24/+0
2016-01-15SCSI device: fix to incomplete QOMifyCao jin3-9/+9
2016-01-15qemu-char: delete send_all/recv_all helper methodsDaniel P. Berrange1-2/+27
2016-01-15scsi: initialise info object with appropriate sizeP J P1-1/+1
2016-01-15i386: avoid null pointer dereferenceP J P1-5/+10
2016-01-15scsi: revert change to scsi_req_cancel_async and add assertionsPaolo Bonzini1-0/+11
2016-01-15ARM: virt: Don't generate RTC ACPI device when using UEFIShannon Zhao1-19/+5
2016-01-15xlnx-zynqmp: Add support for high DDR memory regionsAlistair Francis2-19/+58
2016-01-14Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2016-01-13' into...Peter Maydell64-359/+269
2016-01-14Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20160113' into stagingPeter Maydell9-1126/+45
2016-01-13error: Consistently name Error * objects err, and not errpMarkus Armbruster1-5/+5
2016-01-13s390/sclp: Simplify control flow in sclp_realize()Markus Armbruster1-6/+3
2016-01-13hw/s390x: Rename local variables Error *l_err to just errMarkus Armbruster2-13/+13
2016-01-13error: Clean up errors with embedded newlines (again)Markus Armbruster1-2/+2
2016-01-13pci-assign: Clean up "Failed to assign" error messagesMarkus Armbruster1-8/+8
2016-01-13error: Strip trailing '\n' from error string arguments (again)Markus Armbruster6-16/+17
2016-01-13spapr: Use error_reportf_err()Markus Armbruster1-3/+4
2016-01-13error: Use error_prepend() where it makes obvious senseMarkus Armbruster3-13/+7
2016-01-13error: Use error_reportf_err() where it makes obvious senseMarkus Armbruster7-22/+15
2016-01-13error: Don't decorate original error message when adding to itMarkus Armbruster1-1/+1
2016-01-13error: Use error_report_err() instead of monitor_printf()Markus Armbruster1-2/+1
2016-01-13error: Use error_report_err() where appropriate (again)Markus Armbruster5-8/+6
2016-01-13isa: Clean up inappropriate hw_error()Markus Armbruster1-11/+0
2016-01-13isa: Clean up error handling around isa_bus_new()Markus Armbruster11-15/+33
2016-01-13isa: Trivially convert remaining PCI-ISA bridges to realize()Markus Armbruster2-7/+4
2016-01-13sysbus: Don't use hw_error() in machine_init_done_notifiersMarkus Armbruster1-13/+12
2016-01-13hw/arm/virt: Fix property "gic-version" error handlingMarkus Armbruster1-3/+2
2016-01-13raven: Mark use of hw_error() in realize() FIXMEMarkus Armbruster1-2/+4
2016-01-13etraxfs_eth: Don't use hw_error() in init() methodMarkus Armbruster1-1/+3
2016-01-13arm_mptimer: Don't use hw_error() in realize() methodMarkus Armbruster1-2/+3
2016-01-13omap: Don't use hw_error() in device init() methodsMarkus Armbruster3-13/+34
2016-01-13hw: Don't use hw_error() for machine initialization errorsMarkus Armbruster8-30/+48
2016-01-13hw: Inline the qdev_prop_set_drive_nofail() wrapperMarkus Armbruster7-20/+21
2016-01-13Use error_fatal to simplify obvious fatal errorsMarkus Armbruster11-150/+30