summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* block: Clean up includesPeter Maydell2019-11-2914-11/+14
* vfio/pci: Lazy PBA emulationAlex Williamson2019-11-292-0/+40
* vfio/pci-quirks: Only quirk to size of PCI config spaceAlex Williamson2019-11-291-3/+3
* qdev: Free QemuOpts when the QOM path goes awayPaolo Bonzini2019-11-291-1/+3
* qom: Change object property iterator API contractDaniel P. Berrange2019-11-291-4/+3
* hw/arm: Clean up includesPeter Maydell2019-11-2942-1/+42
* target-sparc: Convert to VMStateDescriptionJuan Quintela2019-11-291-24/+0
* SCSI device: fix to incomplete QOMifyCao jin2019-11-293-9/+9
* qemu-char: delete send_all/recv_all helper methodsDaniel P. Berrange2019-11-291-2/+27
* scsi: initialise info object with appropriate sizeP J P2019-11-291-1/+1
* i386: avoid null pointer dereferenceP J P2019-11-291-5/+10
* scsi: revert change to scsi_req_cancel_async and add assertionsPaolo Bonzini2019-11-291-0/+11
* ARM: virt: Don't generate RTC ACPI device when using UEFIShannon Zhao2019-11-291-19/+5
* xlnx-zynqmp: Add support for high DDR memory regionsAlistair Francis2019-11-292-19/+58
* xen-hvm: Clean up xen_hvm_init() error handlingMarkus Armbruster2019-11-292-6/+4
* xenfb.c: avoid expensive loops when prod <= out_consStefano Stabellini2019-11-291-2/+3
* error: Consistently name Error * objects err, and not errpMarkus Armbruster2019-11-291-5/+5
* s390/sclp: Simplify control flow in sclp_realize()Markus Armbruster2019-11-291-6/+3
* hw/s390x: Rename local variables Error *l_err to just errMarkus Armbruster2019-11-292-13/+13
* error: Clean up errors with embedded newlines (again)Markus Armbruster2019-11-291-2/+2
* pci-assign: Clean up "Failed to assign" error messagesMarkus Armbruster2019-11-291-8/+8
* error: Strip trailing '\n' from error string arguments (again)Markus Armbruster2019-11-296-16/+17
* spapr: Use error_reportf_err()Markus Armbruster2019-11-291-3/+4
* error: Use error_prepend() where it makes obvious senseMarkus Armbruster2019-11-293-13/+7
* error: Use error_reportf_err() where it makes obvious senseMarkus Armbruster2019-11-297-22/+15
* error: Don't decorate original error message when adding to itMarkus Armbruster2019-11-291-1/+1
* error: Use error_report_err() instead of monitor_printf()Markus Armbruster2019-11-291-2/+1
* error: Use error_report_err() where appropriate (again)Markus Armbruster2019-11-295-8/+6
* isa: Clean up inappropriate hw_error()Markus Armbruster2019-11-291-11/+0
* isa: Clean up error handling around isa_bus_new()Markus Armbruster2019-11-2911-15/+33
* isa: Trivially convert remaining PCI-ISA bridges to realize()Markus Armbruster2019-11-292-7/+4
* sysbus: Don't use hw_error() in machine_init_done_notifiersMarkus Armbruster2019-11-291-13/+12
* hw/arm/virt: Fix property "gic-version" error handlingMarkus Armbruster2019-11-291-3/+2
* raven: Mark use of hw_error() in realize() FIXMEMarkus Armbruster2019-11-291-2/+4
* etraxfs_eth: Don't use hw_error() in init() methodMarkus Armbruster2019-11-291-1/+3
* arm_mptimer: Don't use hw_error() in realize() methodMarkus Armbruster2019-11-291-2/+3
* omap: Don't use hw_error() in device init() methodsMarkus Armbruster2019-11-293-13/+34
* hw: Don't use hw_error() for machine initialization errorsMarkus Armbruster2019-11-298-30/+48
* hw: Inline the qdev_prop_set_drive_nofail() wrapperMarkus Armbruster2019-11-297-20/+21
* Use error_fatal to simplify obvious fatal errorsMarkus Armbruster2019-11-2911-150/+30
* s390x/pci: return real state during listing PCIYi Min Zhao2019-11-291-1/+2
* virtio-ccw: fix sanity check for vectorHalil Pasic2019-11-291-1/+2
* s390: Introduce CCW_COMPAT_2_5Shmulik Ladkani2019-11-291-0/+9
* s390x/virtio: use qemu_check_nic_model()Cornelia Huck2019-11-291-4/+1
* s390x/pci: code cleanupYi Min Zhao2019-11-291-3/+3
* s390x/pci: reject some operations to disabled PCI functionYi Min Zhao2019-11-293-7/+11
* s390x: remove s390-virtio devicesPierre Morel2019-11-294-946/+1
* s390x: remove s390-virtio machinePierre Morel2019-11-291-162/+0
* s390x: add 2.6 compat machineCornelia Huck2019-11-291-2/+16
* virtio serial port: fix to incomplete QOMifyCao jin2019-11-291-1/+1
OpenPOWER on IntegriCloud