aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2015-02-25Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2015-02-18' in...Peter Maydell10-14/+14
2015-02-25Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20150218-1' into s...Peter Maydell10-47/+53
2015-02-24Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell10-8/+75
2015-02-24Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell6-39/+51
2015-02-18hmp: Name HMP info handler functions hmp_info_SUBCOMMAND()Markus Armbruster7-10/+10
2015-02-18hmp: Name HMP command handler functions hmp_COMMAND()Markus Armbruster3-4/+4
2015-02-18Make sysbus EHCI devices ARM only by defaultDavid Gibson1-1/+2
2015-02-18PPC: Don't use legacy -usbdevice support for setting up boardMarkus Armbruster2-4/+10
2015-02-18r2d: Don't use legacy -usbdevice support for setting up boardMarkus Armbruster1-1/+1
2015-02-18usb: Change usb_create_simple() to abort on failureMarkus Armbruster1-8/+1
2015-02-18usb: Suppress bogus error when automatic usb-hub creation failsMarkus Armbruster1-7/+28
2015-02-18usb: Do not prefix error_setg() messages with "Error: "Markus Armbruster1-2/+2
2015-02-18usb: Improve -usbdevice error reporting a bitMarkus Armbruster6-17/+19
2015-02-18usb: usb_create() can't fail, drop useless error handlingMarkus Armbruster5-18/+1
2015-02-16rcu: introduce RCU-enabled QLISTMike Day1-1/+1
2015-02-16exec: RCUify AddressSpaceDispatchPaolo Bonzini3-0/+5
2015-02-16pci: split shpc_cleanup and shpc_freePaolo Bonzini2-5/+20
2015-02-16pcie: remove mmconfig memory leak and wrap mmconfig update with transactionPaolo Bonzini1-2/+5
2015-02-16block/xen: Use blk_new_open() in blk_connect()Max Reitz1-16/+11
2015-02-16dataplane: endianness-aware accessesCornelia Huck5-23/+40
2015-02-13isa: remove isa_mem_base variableHervé Poussineau4-5/+3
2015-02-13gt64xxx: remove isa_mem_base usageHervé Poussineau1-27/+68
2015-02-13piix4: use PCI address space instead of system memoryHervé Poussineau1-1/+1
2015-02-13mips: remove isa_mem_base usageHervé Poussineau1-9/+10
2015-02-13jazz: remove usage of isa_mem_baseHervé Poussineau1-11/+14
2015-02-13jazz: do not explode QEMUMachineInitArgs structureHervé Poussineau1-13/+8
2015-02-13isa: add memory space parameter to isa_bus_newHervé Poussineau11-13/+23
2015-02-13target-arm: Add feature parsing to virtGreg Bellows1-3/+17
2015-02-13arm: Add PCIe host bridge in virt machineAlexander Graf1-5/+133
2015-02-13pci: Add generic PCIe host bridgeAlexander Graf2-0/+155
2015-02-11vhost-scsi: set the bootable value of channel/target/lunGonglei1-0/+6
2015-02-11vhost-scsi: expose the TYPE_FW_PATH_PROVIDER interfaceGonglei1-0/+20
2015-02-11vhost-scsi: add bootindex propertyGonglei2-0/+11
2015-02-11qdev: support to get a device firmware path directlyGonglei1-0/+7
2015-02-11Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20150210.0' i...Peter Maydell2-42/+99
2015-02-10vfio: Fix debug message compile errorAlexey Kardashevskiy1-1/+1
2015-02-10vfio: Use vfio type1 v2 IOMMU interfaceAlex Williamson1-2/+6
2015-02-10vfio: unmap and free BAR data in instance_finalizePaolo Bonzini1-8/+57
2015-02-10vfio: free dynamically-allocated data in instance_finalizePaolo Bonzini2-11/+18
2015-02-10vfio: cleanup vfio_get_device error path, remove vfio_populate_device callbackPaolo Bonzini2-22/+19
2015-02-10virtio: Fix warning caused by missing 'static' attributeStefan Weil1-1/+1
2015-02-10vga: Fix warning caused by missing 'static' attributeStefan Weil1-1/+1
2015-02-10serial: Fix warnings caused by missing 'static' attributeStefan Weil1-7/+7
2015-02-10rtl8139: g_malloc() can't fail, bury dead error handlingMarkus Armbruster1-14/+0
2015-02-10onenand: g_malloc() can't fail, bury dead error handlingMarkus Armbruster1-7/+1
2015-02-10usb: Pair g_malloc() with g_free(), not free()Markus Armbruster1-1/+1
2015-02-10spapr_vio: Pair g_malloc() with g_free(), not free()Markus Armbruster1-1/+1
2015-02-10Convert some debugging printfs to trace calls in pcnet.c.Don Koch1-20/+8
2015-02-10Add/convert trace calls in pcnet-pci.c.Don Koch1-30/+19
2015-02-10Add trace to ps2.c.Don Koch1-0/+16