Searched hist:a5d2f7273c4f59942cc7ffa763d6b60a6f44e908 (Results 1 – 8 of 8) sorted by relevance
/qemu/hw/usb/ |
H A D | dev-wacom.c | a5d2f7273c4f59942cc7ffa763d6b60a6f44e908 Mon Aug 31 12:24:00 UTC 2009 Gerd Hoffmann <kraxel@redhat.com> qdev/usb: make qemu aware of usb busses.
Move usb code from vl.c to usb-bus.c and make it use the new data structures added by qdev conversion. qemu usb core should be able to handle multiple USB busses just fine now (untested though).
Kill some usb_*_init() legacy functions, use usb_create_simple() instead.
Kill some FIXMEs added by the first qdev/usb patch.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
|
H A D | dev-hub.c | a5d2f7273c4f59942cc7ffa763d6b60a6f44e908 Mon Aug 31 12:24:00 UTC 2009 Gerd Hoffmann <kraxel@redhat.com> qdev/usb: make qemu aware of usb busses.
Move usb code from vl.c to usb-bus.c and make it use the new data structures added by qdev conversion. qemu usb core should be able to handle multiple USB busses just fine now (untested though).
Kill some usb_*_init() legacy functions, use usb_create_simple() instead.
Kill some FIXMEs added by the first qdev/usb patch.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
|
H A D | dev-hid.c | a5d2f7273c4f59942cc7ffa763d6b60a6f44e908 Mon Aug 31 12:24:00 UTC 2009 Gerd Hoffmann <kraxel@redhat.com> qdev/usb: make qemu aware of usb busses.
Move usb code from vl.c to usb-bus.c and make it use the new data structures added by qdev conversion. qemu usb core should be able to handle multiple USB busses just fine now (untested though).
Kill some usb_*_init() legacy functions, use usb_create_simple() instead.
Kill some FIXMEs added by the first qdev/usb patch.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
|
H A D | bus.c | a5d2f7273c4f59942cc7ffa763d6b60a6f44e908 Mon Aug 31 12:24:00 UTC 2009 Gerd Hoffmann <kraxel@redhat.com> qdev/usb: make qemu aware of usb busses.
Move usb code from vl.c to usb-bus.c and make it use the new data structures added by qdev conversion. qemu usb core should be able to handle multiple USB busses just fine now (untested though).
Kill some usb_*_init() legacy functions, use usb_create_simple() instead.
Kill some FIXMEs added by the first qdev/usb patch.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
|
H A D | hcd-ohci.c | a5d2f7273c4f59942cc7ffa763d6b60a6f44e908 Mon Aug 31 12:24:00 UTC 2009 Gerd Hoffmann <kraxel@redhat.com> qdev/usb: make qemu aware of usb busses.
Move usb code from vl.c to usb-bus.c and make it use the new data structures added by qdev conversion. qemu usb core should be able to handle multiple USB busses just fine now (untested though).
Kill some usb_*_init() legacy functions, use usb_create_simple() instead.
Kill some FIXMEs added by the first qdev/usb patch.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
|
H A D | hcd-uhci.c | a5d2f7273c4f59942cc7ffa763d6b60a6f44e908 Mon Aug 31 12:24:00 UTC 2009 Gerd Hoffmann <kraxel@redhat.com> qdev/usb: make qemu aware of usb busses.
Move usb code from vl.c to usb-bus.c and make it use the new data structures added by qdev conversion. qemu usb core should be able to handle multiple USB busses just fine now (untested though).
Kill some usb_*_init() legacy functions, use usb_create_simple() instead.
Kill some FIXMEs added by the first qdev/usb patch.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
|
/qemu/include/hw/ |
H A D | usb.h | a5d2f7273c4f59942cc7ffa763d6b60a6f44e908 Mon Aug 31 12:24:00 UTC 2009 Gerd Hoffmann <kraxel@redhat.com> qdev/usb: make qemu aware of usb busses.
Move usb code from vl.c to usb-bus.c and make it use the new data structures added by qdev conversion. qemu usb core should be able to handle multiple USB busses just fine now (untested though).
Kill some usb_*_init() legacy functions, use usb_create_simple() instead.
Kill some FIXMEs added by the first qdev/usb patch.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
|
/qemu/system/ |
H A D | vl.c | a5d2f7273c4f59942cc7ffa763d6b60a6f44e908 Mon Aug 31 12:24:00 UTC 2009 Gerd Hoffmann <kraxel@redhat.com> qdev/usb: make qemu aware of usb busses.
Move usb code from vl.c to usb-bus.c and make it use the new data structures added by qdev conversion. qemu usb core should be able to handle multiple USB busses just fine now (untested though).
Kill some usb_*_init() legacy functions, use usb_create_simple() instead.
Kill some FIXMEs added by the first qdev/usb patch.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
|