aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2018-10-24pc-dimm: pass PCDIMMDevice to pc_dimm_.*plugDavid Hildenbrand
2018-10-24memory-device: improve "range conflicts" error messageDavid Hildenbrand
2018-10-24memory-device: fix error message when hinted address is too smallDavid Hildenbrand
2018-10-24memory-device: fix alignment error messageDavid Hildenbrand
2018-10-24machine: fix a typoLi Qiang
2018-10-24hw/mips/malta: Remove unuseful codePhilippe Mathieu-Daudé
2018-10-24hw/hppa/dino: Remove unuseful codePhilippe Mathieu-Daudé
2018-10-24hw/alpha/typhoon: Remove unuseful codePhilippe Mathieu-Daudé
2018-10-24hw/sparc64/niagara: Model the I/O Bridge with the 'unimplemented_device'Philippe Mathieu-Daudé
2018-10-24hw/mips/gt64xxx_pci: Mark as bridge devicePhilippe Mathieu-Daudé
2018-10-24hw/mips/gt64xxx_pci: Convert gt64120_reset() function into Device reset methodPhilippe Mathieu-Daudé
2018-10-24hw/pci-host/bonito: Use DeviceState::realize rather than SysBusDevice::initPhilippe Mathieu-Daudé
2018-10-24hw/sh4/sh_pci: Use DeviceState::realize rather than SysBusDevice::initPhilippe Mathieu-Daudé
2018-10-24hw/ssi/xilinx_spi: Use DeviceState::realize rather than SysBusDevice::initPhilippe Mathieu-Daudé
2018-10-24hw/timer/sun4v-rtc: Use DeviceState::realize rather than SysBusDevice::initPhilippe Mathieu-Daudé
2018-10-24hw/timer/sun4v-rtc: Convert from DPRINTF() macro to trace eventsPhilippe Mathieu-Daudé
2018-10-24trace-events: Fix copy/paste typoPhilippe Mathieu-Daudé
2018-10-23Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-10-22' into...Peter Maydell
2018-10-19Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2018-10-19fsdev: Clean up error reporting in qemu_fsdev_add()Markus Armbruster
2018-10-19xen/pt: Fix incomplete conversion to realize()Markus Armbruster
2018-10-19smbios: Clean up error handling in smbios_add()Markus Armbruster
2018-10-19ioapic: Fix error handling in realize()Markus Armbruster
2018-10-19pc: Fix machine property nvdimm-persistence error handlingMarkus Armbruster
2018-10-199pfs: Fix CLI parsing crash on errorMarkus Armbruster
2018-10-19vfio: Clean up error reporting after previous commitMarkus Armbruster
2018-10-19vfio: Use warn_report() & friends to report warningsMarkus Armbruster
2018-10-19cpus hw target: Use warn_report() & friends to report warningsMarkus Armbruster
2018-10-19Use error_fatal to simplify obvious fatal errors (again)Markus Armbruster
2018-10-19error: Fix use of error_prepend() with &error_fatal, &error_abortMarkus Armbruster
2018-10-19hyperv_testdev: add SynIC message and event testmodesRoman Kagan
2018-10-19hyperv: process POST_MESSAGE hypercallRoman Kagan
2018-10-19hyperv: add support for KVM_HYPERV_EVENTFDRoman Kagan
2018-10-19hyperv: process SIGNAL_EVENT hypercallRoman Kagan
2018-10-19hyperv: add synic event flag signalingRoman Kagan
2018-10-19hyperv: add synic message deliveryRoman Kagan
2018-10-19hyperv: make overlay pages for SynICRoman Kagan
2018-10-19hyperv: qom-ify SynICRoman Kagan
2018-10-19hyperv: factor out arch-independent API into hw/hypervRoman Kagan
2018-10-19hyperv: rename kvm_hv_sint_route_set_sintRoman Kagan
2018-10-19hyperv: make HvSintRoute reference-countedRoman Kagan
2018-10-19hyperv: allow passing arbitrary data to sint ack callbackRoman Kagan
2018-10-19hyperv_testdev: drop unnecessary includesRoman Kagan
2018-10-19hyperv_testdev: refactor for better maintainabilityRoman Kagan
2018-10-19scsi-disk: fix rerror/werror=ignorePaolo Bonzini
2018-10-19scsi-disk: fix double completion of failing passthrough requestsPaolo Bonzini
2018-10-19hw: edu: drop DO_UPCASTLi Qiang
2018-10-19call HotplugHandler->plug() as the last step in device realizationIgor Mammedov
2018-10-19target-i386: add q35 0xcf8 port as coalesced_pioPeng Hao
2018-10-19target-i386: add i440fx 0xcf8 port as coalesced_pioPeng Hao