index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
usb-bus.c
Age
Commit message (
Expand
)
Author
2012-01-06
Strip trailing '\n' from error_report()'s first argument (again)
Markus Armbruster
2011-12-15
usb: fix usb_qdev_init() error handling again
Stefan Hajnoczi
2011-11-22
usb: fix usb_qdev_init error handling.
Gerd Hoffmann
2011-11-22
usb: make usb_create_simple catch and pass up errors.
Gerd Hoffmann
2011-09-07
usb: claim port at device initialization time.
Gerd Hoffmann
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
2011-07-08
usb_register_port(): do not set port->opaque and port->index twice
Jes Sorensen
2011-07-05
usb: Replace device_destroy bus op with a child_detach port op
Hans de Goede
2011-07-05
usb: Add a register_companion USB bus op.
Hans de Goede
2011-07-05
usb: Move (initial) call of usb_port_location to usb_fill_port
Hans de Goede
2011-07-05
usb: Add a usb_fill_port helper function
Hans de Goede
2011-06-23
usb-bus: Don't allow speed mismatch while attaching devices
Hans de Goede
2011-06-23
usb: Proper error propagation for usb_device_attach errors
Hans de Goede
2011-06-23
usb-bus: Don't allow attaching a device to a bus with no free ports
Hans de Goede
2011-06-14
usb-bus: Don't detach non attached devices on device exit
Hans de Goede
2011-06-14
usb-bus: Add knowledge of USB_SPEED_SUPER to usb_speed helper
Hans de Goede
2011-06-14
usb: cancel async packets on unplug
Gerd Hoffmann
2011-01-24
usb-bus: use snprintf
Blue Swirl
2011-01-24
usb core: add migration support
Gerd Hoffmann
2011-01-12
usb: zap pdev from usbport
Gerd Hoffmann
2011-01-12
usb: rewrite fw path, fix numbering
Gerd Hoffmann
2011-01-11
usb: add port property.
Gerd Hoffmann
2011-01-11
usb: keep track of physical port address.
Gerd Hoffmann
2011-01-11
usb: add speed mask to ports
Gerd Hoffmann
2011-01-11
usb: create USBPortOps, move attach there.
Gerd Hoffmann
2011-01-11
usb descriptors: add settable strings.
Gerd Hoffmann
2010-12-11
Add get_fw_dev_path callback for usb bus.
Gleb Natapov
2010-12-11
Record which USBDevice USBPort belongs too.
Gleb Natapov
2010-04-25
usb: remove dead assignments, spotted by clang analyzer
Blue Swirl
2010-04-02
usb-bus: fix no params
TeLeMan
2010-03-17
Avoid crash on '-usbdevice <device>' without parameters
Jan Kiszka
2010-03-16
error: Replace qemu_error() by error_report()
Markus Armbruster
2010-02-25
Fix -usbdevice crash
Paul Brook
2009-12-12
qdev: Replace device names containing whitespace
Markus Armbruster
2009-12-12
qdev: Separate USB product description from qdev name
Markus Armbruster
2009-12-12
qdev: Rename USBDevice member devname to product_desc
Markus Armbruster
2009-10-30
usb: print attached status in info qtree
Gerd Hoffmann
2009-10-30
usb: make attach optional.
Gerd Hoffmann
2009-10-30
usb core: use qdev for -usbdevice
Gerd Hoffmann
2009-10-07
New qdev_init_nofail()
Markus Armbruster
2009-10-05
usb: hotplug windup
Gerd Hoffmann
2009-10-05
usb: hook unplug into qdev, cleanups + fixes.
Gerd Hoffmann
2009-10-05
switch usb bus to inplace allocation.
Gerd Hoffmann
2009-09-12
Fix sys-queue.h conflict for good
Blue Swirl
2009-09-09
qdev/usb: make qemu aware of usb busses.
Gerd Hoffmann
2009-09-09
qdev/usb: add usb bus support to qdev, convert drivers.
Gerd Hoffmann