aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2014-09-29pc-dimm: Don't check dimm->node when there is non-NUMA configzhanghailiang1-1/+1
2014-09-29pci-hotplug-old: avoid losing error messageGonglei1-1/+4
2014-09-29Revert "virtio-pci: fix migration for pci bus master"Michael S. Tsirkin1-20/+19
2014-09-29qxl: use graphic_console_set_hwopsGerd Hoffmann1-40/+9
2014-09-29ac97: register reset via qomGerd Hoffmann1-4/+4
2014-09-26virtio-balloon: fix integer overflow in memory stats featureLuiz Capitulino1-1/+6
2014-09-26Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell5-8/+69
2014-09-26kvmvapic: fix migration when VM paused and when not running WindowsPavel Dovgalyuk1-2/+9
2014-09-26ohci: drop computed flags from trace eventsAlex Bennée1-2/+1
2014-09-26ohci: Split long traces to smaller onesAlexey Kardashevskiy1-8/+12
2014-09-24Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-signed' into s...Peter Maydell2-137/+596
2014-09-24Merge remote-tracking branch 'remotes/awilliam/tags/vfio-pci-for-qemu-2014092...Peter Maydell1-12/+12
2014-09-23tcx: Implement hardware accelerationMark Cave-Ayland2-137/+596
2014-09-23Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20140923-1' into s...Peter Maydell20-274/+291
2014-09-23virtio-scsi: Make virtio_scsi_push_event publicFam Zheng1-2/+2
2014-09-23virtio-scsi: Make virtio_scsi_free_req publicFam Zheng1-1/+1
2014-09-23virtio-scsi: Make virtio_scsi_init_req publicFam Zheng1-1/+1
2014-09-23virtio-scsi: Split virtio_scsi_handle_ctrl_req from virtio_scsi_handle_ctrlFam Zheng1-27/+33
2014-09-23virtio-scsi: Split virtio_scsi_handle_cmd_req from virtio_scsi_handle_cmdFam Zheng1-74/+43
2014-09-23virtio-scsi: clean up virtio_scsi_parse_cdbPaolo Bonzini1-7/+1
2014-09-23vhost-scsi: use virtio_ldl_pPaolo Bonzini1-2/+3
2014-09-23virtio-scsi: Optimize virtio_scsi_init_reqFam Zheng1-7/+17
2014-09-23scsi: Optimize scsi_req_allocFam Zheng1-3/+5
2014-09-23Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20140923' into s...Peter Maydell2-9/+33
2014-09-23s390x/css: catch ccw sequence errorsCornelia Huck2-0/+11
2014-09-23s390x/css: support format-0 ccwsCornelia Huck2-9/+22
2014-09-23Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell9-49/+65
2014-09-23usb: tag standalone ehci as hotpluggableGerd Hoffmann3-3/+18
2014-09-23usb: tag standalone uhci as hotpluggableGerd Hoffmann1-3/+13
2014-09-23usb: tag xhci as hotpluggableGerd Hoffmann1-1/+0
2014-09-23usb-serial: only check speed once at realize timeGonglei1-7/+9
2014-09-23usb-bus: introduce a wrapper function to check speedGonglei1-1/+13
2014-09-23usb-bus: remove "init" from USBDeviceClass structGonglei1-2/+0
2014-09-23usb-mtp: convert init to realizeGonglei1-3/+2
2014-09-23usb-redir: convert init to realizeGonglei1-8/+7
2014-09-23usb-audio: convert init to realizeGonglei1-3/+2
2014-09-23dev-wacom: convert init to realizeGonglei1-3/+2
2014-09-23dev-hid: convert init to realizeGonglei1-14/+13
2014-09-23usb-ccid: convert init to realizeGonglei1-3/+2
2014-09-23dev-serial: convert init to realizeGonglei1-12/+6
2014-09-23dev-bluetooth: convert init to realizeGonglei1-4/+2
2014-09-23dev-uas: using error_report instead of fprintfGonglei1-5/+6
2014-09-23dev-uas: convert init to realizeGonglei1-4/+2
2014-09-23dev-storage: usring error_report instead of fprintf/printfGonglei1-6/+6
2014-09-23dev-storage: convert init to realizeGonglei1-13/+8
2014-09-23usb-hub: convert init to realizeGonglei1-5/+4
2014-09-23libusb: using error_report instead of fprintfGonglei1-5/+4
2014-09-23libusb: convert init to realizeGonglei1-9/+8
2014-09-23usb-net: convert init to realizeGonglei1-5/+4
2014-09-23usb-bus: convert USBDeviceClass init to realizeGonglei5-48/+73