aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2015-02-26Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-02-18' into...Peter Maydell
2015-02-25Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2015-02-18' in...Peter Maydell
2015-02-25Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20150218-1' into s...Peter Maydell
2015-02-24Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2015-02-24Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2015-02-18hmp: Name HMP info handler functions hmp_info_SUBCOMMAND()Markus Armbruster
2015-02-18hmp: Name HMP command handler functions hmp_COMMAND()Markus Armbruster
2015-02-18Make sysbus EHCI devices ARM only by defaultDavid Gibson
2015-02-18PPC: Don't use legacy -usbdevice support for setting up boardMarkus Armbruster
2015-02-18r2d: Don't use legacy -usbdevice support for setting up boardMarkus Armbruster
2015-02-18usb: Change usb_create_simple() to abort on failureMarkus Armbruster
2015-02-18usb: Suppress bogus error when automatic usb-hub creation failsMarkus Armbruster
2015-02-18usb: Do not prefix error_setg() messages with "Error: "Markus Armbruster
2015-02-18usb: Improve -usbdevice error reporting a bitMarkus Armbruster
2015-02-18usb: usb_create() can't fail, drop useless error handlingMarkus Armbruster
2015-02-18monitor: Clean up around monitor_handle_fd_param()Markus Armbruster
2015-02-18error: Use error_report_err() where appropriateMarkus Armbruster
2015-02-18vhost-scsi: Improve error reporting for invalid vhostfdMarkus Armbruster
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-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