aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2015-02-18s390x/css: Make schib parameter of css_do_msch constThomas Huth
2015-02-16rcu: introduce RCU-enabled QLISTMike Day
2015-02-16exec: RCUify AddressSpaceDispatchPaolo Bonzini
2015-02-16pci: split shpc_cleanup and shpc_freePaolo Bonzini
2015-02-16pcie: remove mmconfig memory leak and wrap mmconfig update with transactionPaolo Bonzini
2015-02-16block/xen: Use blk_new_open() in blk_connect()Max Reitz
2015-02-16dataplane: endianness-aware accessesCornelia Huck
2015-02-13s390x/ipl: make s390x ipl device aware of migrationFan Zhang
2015-02-13s390x/ipl: drop reipl parameters on resetsFan Zhang
2015-02-13s390x/ipl: support diagnose 308 subcodes 5 and 6Fan Zhang
2015-02-13s390x/ipl: always load the bios for ccw machineFan Zhang
2015-02-13isa: remove isa_mem_base variableHervé Poussineau
2015-02-13gt64xxx: remove isa_mem_base usageHervé Poussineau
2015-02-13piix4: use PCI address space instead of system memoryHervé Poussineau
2015-02-13mips: remove isa_mem_base usageHervé Poussineau
2015-02-13jazz: remove usage of isa_mem_baseHervé Poussineau
2015-02-13jazz: do not explode QEMUMachineInitArgs structureHervé Poussineau
2015-02-13isa: add memory space parameter to isa_bus_newHervé Poussineau
2015-02-13target-arm: Add feature parsing to virtGreg Bellows
2015-02-13arm: Add PCIe host bridge in virt machineAlexander Graf
2015-02-13pci: Add generic PCIe host bridgeAlexander Graf
2015-02-11vhost-scsi: set the bootable value of channel/target/lunGonglei
2015-02-11vhost-scsi: expose the TYPE_FW_PATH_PROVIDER interfaceGonglei
2015-02-11vhost-scsi: add bootindex propertyGonglei
2015-02-11qdev: support to get a device firmware path directlyGonglei
2015-02-11Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20150210.0' i...Peter Maydell
2015-02-10vfio: Fix debug message compile errorAlexey Kardashevskiy
2015-02-10vfio: Use vfio type1 v2 IOMMU interfaceAlex Williamson
2015-02-10vfio: unmap and free BAR data in instance_finalizePaolo Bonzini
2015-02-10vfio: free dynamically-allocated data in instance_finalizePaolo Bonzini
2015-02-10vfio: cleanup vfio_get_device error path, remove vfio_populate_device callbackPaolo Bonzini
2015-02-10virtio: Fix warning caused by missing 'static' attributeStefan Weil
2015-02-10vga: Fix warning caused by missing 'static' attributeStefan Weil
2015-02-10serial: Fix warnings caused by missing 'static' attributeStefan Weil
2015-02-10rtl8139: g_malloc() can't fail, bury dead error handlingMarkus Armbruster
2015-02-10onenand: g_malloc() can't fail, bury dead error handlingMarkus Armbruster
2015-02-10usb: Pair g_malloc() with g_free(), not free()Markus Armbruster
2015-02-10spapr_vio: Pair g_malloc() with g_free(), not free()Markus Armbruster
2015-02-10Convert some debugging printfs to trace calls in pcnet.c.Don Koch
2015-02-10Add/convert trace calls in pcnet-pci.c.Don Koch
2015-02-10Add trace to ps2.c.Don Koch
2015-02-10Add tracing to xenfb.Don Koch
2015-02-10fw_cfg: fix typos in comments: patch -> pathGonglei
2015-02-06block: introduce BDRV_REQUEST_MAX_SECTORSPeter Lieven
2015-02-06virtio-blk: add a knob to disable request mergingPeter Lieven
2015-02-06virtio-blk: introduce multireadPeter Lieven
2015-02-06hw/virtio-blk: add a constant for max number of merged requestsPeter Lieven
2015-02-06atapi migration: Throw recoverable error to avoid recoveryDr. David Alan Gilbert
2015-02-06Restore atapi_dma flag across migrationDr. David Alan Gilbert
2015-02-06Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st...Peter Maydell