summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2015-07-01acpi: mark PMTIMER as unlockedPaolo Bonzini1-0/+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-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-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-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
2015-06-22QemuOpts: Wean off qerror_report_err()Markus Armbruster1-1/+1
2015-06-22qobject: Use 'bool' inside qdictEric Blake1-2/+2
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 Maydell1-31/+18
2015-06-22Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2-0/+12
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 version_mask to a CPU propertyAlistair Francis1-1/+1
2015-06-21target-microblaze: Convert endi to a CPU propertyAlistair Francis1-1/+1
2015-06-21target-microblaze: Convert dcache-writeback to a CPU propertyAlistair Francis1-1/+2
2015-06-21target-microblaze: Convert use-fpu to a CPU propertyAlistair Francis1-2/+5
2015-06-21microblaze: s3adsp: Instantiate CPU using QOMPeter Crosthwaite1-6/+2
2015-06-19qdev: Deprecated qdev_init() is finally unused, dropMarkus Armbruster1-31/+16
2015-06-19arm: xlnx-zynqmp: Add 2xCortexR5 CPUsPeter Crosthwaite1-0/+34
2015-06-19arm: xlnx-zynqmp: Add boot-cpu propertyPeter Crosthwaite2-2/+19
2015-06-19arm: xlnx-zynqmp: Preface CPU variables with "apu"Peter Crosthwaite2-13/+15
2015-06-19hw/arm/sysbus-fdt: enable vfio-calxeda-xgmac dynamic instantiationEric Auger2-11/+74
2015-06-19Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell9-84/+88
2015-06-19mc146818rtc: Reset the periodic timer on loadPaul Donohue1-0/+6
2015-06-19vhost: enable vhost without without MSI-XPankaj Gupta4-29/+3
2015-06-19pci: Don't register a specialized 'config_write' if default behavior is intendedShmulik Ladkani4-26/+0