]> git.proxmox.com Git - qemu.git/history - hw/usb-bus.c
virtio-blk: Avoid zeroing every request structure
[qemu.git] / hw / usb-bus.c
2010-04-25 Blue Swirlusb: remove dead assignments, spotted by clang analyzer
2010-04-02 TeLeManusb-bus: fix no params
2010-03-17 Jan KiszkaAvoid crash on '-usbdevice <device>' without parameters
2010-03-17 Anthony LiguoriMerge remote branch 'markus/qerror' into staging
2010-03-16 Markus Armbrustererror: Replace qemu_error() by error_report()
2010-02-25 Paul BrookFix -usbdevice crash
2009-12-12 Markus Armbrusterqdev: Replace device names containing whitespace
2009-12-12 Markus Armbrusterqdev: Separate USB product description from qdev name
2009-12-12 Markus Armbrusterqdev: Rename USBDevice member devname to product_desc
2009-10-30 Gerd Hoffmannusb: print attached status in info qtree
2009-10-30 Gerd Hoffmannusb: make attach optional.
2009-10-30 Gerd Hoffmannusb core: use qdev for -usbdevice
2009-10-07 Markus ArmbrusterNew qdev_init_nofail()
2009-10-05 Gerd Hoffmannusb: hotplug windup
2009-10-05 Gerd Hoffmannusb: hook unplug into qdev, cleanups + fixes.
2009-10-05 Gerd Hoffmannswitch usb bus to inplace allocation.
2009-09-12 Blue SwirlFix sys-queue.h conflict for good
2009-09-09 Gerd Hoffmannqdev/usb: make qemu aware of usb busses.
2009-09-09 Gerd Hoffmannqdev/usb: add usb bus support to qdev, convert drivers.