aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2015-07-02timer: Use a single definition of NSEC_PER_SEC for the whole codebaseAlberto Garcia4-6/+2
2015-06-26Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell14-366/+192
2015-06-26hw/arm/virt: Make block devices default to virtioPeter Maydell1-0/+2
2015-06-26qdev-properties-system: Improve error message for drive assignment conflictPeter Maydell1-2/+11
2015-06-26qdev-properties-system: Change set_pointer's parse callback to use ErrorPeter Maydell1-13/+20
2015-06-26hw/arm/virt-acpi-build: Add GICv2m description in ACPI MADT tableShannon Zhao1-0/+11
2015-06-26hw/arm/virt-acpi-build: Fix table revision and some commentsShannon Zhao1-5/+6
2015-06-26target-mips: add Unified Hosting Interface (UHI) supportLeon Alrae1-1/+8
2015-06-26hw/mips: Do not clear BEV for MIPS malta kernel loadMatthew Fortune1-1/+1
2015-06-25Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2-7/+12
2015-06-24virito-blk: drop duplicate checkGonglei1-2/+1
2015-06-23hw/pci-bridge: format special OFW unit address for PXB hostLaszlo Ersek1-0/+53
2015-06-23hw/core: explicit OFW unit address callback for SysBusDeviceClassLaszlo Ersek1-0/+11
2015-06-23hw/pci-bridge: disable SHPC in PXBLaszlo Ersek1-0/+1
2015-06-23hw/pci-bridge: introduce "shpc" propertyLaszlo Ersek1-16/+70
2015-06-23hw/pci-bridge: add macro for "msi" propertyLaszlo Ersek1-1/+2
2015-06-23hw/pci-bridge: add macro for "chassis_nr" propertyLaszlo Ersek2-2/+4
2015-06-23hw/pci-bridge: expose _test parameter in SHPC_VMSTATE()Laszlo Ersek1-1/+1
2015-06-23Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2015-06-2...Peter Maydell11-79/+122
2015-06-23hw/display/tcx.c: Fix memory leakShannon Zhao1-0/+1
2015-06-23hw/display/cg3.c: Fix memory leakShannon Zhao1-0/+1
2015-06-23hw/display/qxl-logger.c: Constify some variableFrediano Ziglio1-8/+8
2015-06-23vt82c686: QOMifyGonglei1-15/+32
2015-06-23xen_pt: QOMifyGonglei2-5/+9
2015-06-23wdt_i6300esb: QOMifyGonglei1-5/+9
2015-06-23piix4: QOMifyGonglei1-2/+6
2015-06-23piix: piix3 QOMifyGonglei1-26/+31
2015-06-23pci-assign: QOMifyGonglei1-18/+21
2015-06-23Print error when failing to load PCI config dataDr. David Alan Gilbert1-0/+4
2015-06-23Merge remote-tracking branch 'remotes/sstabellini/tags/xen-220615-3' into sta...Peter Maydell4-44/+46
2015-06-23xen/pass-through: constify some static dataJan Beulich2-6/+5
2015-06-23xen/pass-through: log errno values rather than function return onesJan Beulich2-25/+25
2015-06-23xen/pass-through: ROM BAR handling adjustmentsJan Beulich2-6/+14
2015-06-23xen/pass-through: fold host PCI command register writesJan Beulich1-7/+2
2015-06-23add pci-bridge-seatGerd Hoffmann1-1/+24
2015-06-23pc: cleanup and convert TMP ACPI device description to AML APIIgor Mammedov7-339/+16
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. Lunev1-0/+4
2015-06-23nvme: Fix memleak in nvme_dma_read_prpLu Lina1-0/+1
2015-06-23virtio-blk: Use blk_drain() to drain IO requestsAlexander Yarygin1-5/+10
2015-06-23Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-20150623-1' into...Peter Maydell5-17/+233
2015-06-23Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2015-06-22' in...Peter Maydell44-55/+56
2015-06-23virtio-input: evdev passthroughGerd Hoffmann4-0/+215
2015-06-23virtio-input: move properties, use virtio_instance_init_commonGerd Hoffmann2-17/+18
2015-06-23qdev: fix OVERFLOW_BEFORE_WIDENGonglei1-1/+1
2015-06-23virito-pci: fix OVERRUN problemGonglei1-2/+2
2015-06-22Include monitor/monitor.h exactly where neededMarkus Armbruster15-15/+0
2015-06-22Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster11-8/+3
2015-06-22qerror: Move #include out of qerror.hMarkus Armbruster21-0/+21
2015-06-22qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster10-29/+29