]> git.proxmox.com Git - qemu.git/history - hw/usb-bus.c
user: Restore debug usage message for '-d ?' in user mode emulation
[qemu.git] / hw / usb-bus.c
2011-07-22 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2011-07-20 Blue SwirlMerge branch 'for-upstream' of git://git.linaro.org...
2011-07-19 Anthony LiguoriMerge remote-tracking branch 'agraf/xen-next' into...
2011-07-19 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.19' into staging
2011-07-08 Jes Sorensenusb_register_port(): do not set port->opaque and port...
2011-07-05 Hans de Goedeusb: Replace device_destroy bus op with a child_detach...
2011-07-05 Hans de Goedeusb: Add a register_companion USB bus op.
2011-07-05 Hans de Goedeusb: Move (initial) call of usb_port_location to usb_fi...
2011-07-05 Hans de Goedeusb: Add a usb_fill_port helper function
2011-07-01 Blue SwirlMerge branch 'ppc-next' of git://repo.or.cz/qemu/agraf
2011-06-27 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.17' into staging
2011-06-23 Hans de Goedeusb-bus: Don't allow speed mismatch while attaching...
2011-06-23 Hans de Goedeusb: Proper error propagation for usb_device_attach...
2011-06-23 Hans de Goedeusb-bus: Don't allow attaching a device to a bus with...
2011-06-22 Anthony LiguoriMerge remote-tracking branch 'mst/for_anthony' into...
2011-06-15 Blue SwirlMerge branch 'cocoa-for-upstream' of git://repo.or...
2011-06-15 Anthony LiguoriMerge remote-tracking branch 'alon/pull-libcacard-1...
2011-06-15 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/uq/master' into...
2011-06-15 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.16' into staging
2011-06-14 Hans de Goedeusb-bus: Don't detach non attached devices on device...
2011-06-14 Hans de Goedeusb-bus: Add knowledge of USB_SPEED_SUPER to usb_speed...
2011-06-14 Gerd Hoffmannusb: cancel async packets on unplug
2011-02-01 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2011-02-01 Anthony LiguoriMerge remote branch 'spice/spice.v29.pull' into staging
2011-02-01 Anthony LiguoriMerge remote branch 'spice/usb.5' into staging
2011-02-01 Anthony LiguoriMerge remote branch 'amit/for-anthony' into staging
2011-01-31 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2011-01-24 Blue Swirlusb-bus: use snprintf
2011-01-24 Gerd Hoffmannusb core: add migration support
2011-01-21 Aurelien JarnoMerge branch 'usb.4' of git://anongit.freedesktop.org...
2011-01-12 Gerd Hoffmannusb: zap pdev from usbport
2011-01-12 Gerd Hoffmannusb: rewrite fw path, fix numbering
2011-01-11 Gerd Hoffmannusb: add port property.
2011-01-11 Gerd Hoffmannusb: keep track of physical port address.
2011-01-11 Gerd Hoffmannusb: add speed mask to ports
2011-01-11 Gerd Hoffmannusb: create USBPortOps, move attach there.
2011-01-11 Gerd Hoffmannusb descriptors: add settable strings.
2010-12-27 Aurelien JarnoMerge branch 'spice.v23.pull' of git://anongit.freedesk...
2010-12-17 Anthony LiguoriMerge remote branch 'arm/for-anthony' into staging
2010-12-17 Anthony LiguoriMerge remote branch 'qmp/for-anthony' into staging
2010-12-17 Anthony LiguoriMerge remote branch 'jvrao/for-anthony' into staging
2010-12-17 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-12-11 Gleb NatapovAdd get_fw_dev_path callback for usb bus.
2010-12-11 Gleb NatapovRecord which USBDevice USBPort belongs too.
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.