[Qemu-devel] qemu usb-linux.c

2007-10-30 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski balrog 07/10/31 00:27:50 Modified files: . : usb-linux.c Log message: Use a O_NONBLOCK pipe for iso completion signals for thread-safety, by Arnon Gilboa. CVSWeb URLs:

[Qemu-devel] qemu usb-linux.c

2007-10-04 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski balrog 07/10/04 22:55:53 Modified files: . : usb-linux.c Log message: Quiet warnings introduced with the USB iso support. CVSWeb URLs:

[Qemu-devel] qemu usb-linux.c hw/usb-uhci.c

2007-10-04 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski balrog 07/10/04 22:47:34 Modified files: . : usb-linux.c hw : usb-uhci.c Log message: USB iso transfers support for the linux redirector and for UHCI, by

Re: [Qemu-devel] qemu usb-linux.c vl.h hw/esp.c hw/lsi53c895a.c ...

2006-08-15 Thread Igor Kovalenko
On 8/12/06, Paul Brook [EMAIL PROTECTED] wrote: CVSROOT:/sources/qemuModule name:qemuChanges by: Paul Brook pbrook 06/08/12 01:04:27Modified files:.: usb-linux.c vl.hhw : esp.c lsi53c895a.c scsi-disk.c usb-hid.c usb-hub.c usb-msd.c usb-ohci.c usb-uhci.c usb.c usb.hpc-bios: openbios-sparc32Added

Re: [Qemu-devel] qemu usb-linux.c vl.h hw/esp.c hw/lsi53c895a.c ...

2006-08-12 Thread Fabrice Bellard
Hi, OK for the SCSI async support. I am making changes to have a better low level handling of CDROMs (both real host CDROMs and emulated ones), but I don't know when it will be ready. The changes mostly consists in adding a method in the block devices to support packet CD commands. About

Re: [Qemu-devel] qemu usb-linux.c vl.h hw/esp.c hw/lsi53c895a.c ...

2006-08-12 Thread Paul Brook
[following up to record the discussion on IRC] On Saturday 12 August 2006 13:31, Fabrice Bellard wrote: About async USB, maybe some simplifications are possible. When you have a real USB controller, there is always a single current request and you don't neep to have provisions to handle several

[Qemu-devel] qemu usb-linux.c vl.h hw/esp.c hw/lsi53c895a.c ...

2006-08-11 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Changes by: Paul Brook pbrook 06/08/12 01:04:27 Modified files: . : usb-linux.c vl.h hw : esp.c lsi53c895a.c scsi-disk.c usb-hid.c usb-hub.c usb-msd.c usb-ohci.c

[Qemu-devel] qemu usb-linux.c

2006-07-19 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard bellard 06/07/19 17:54:57 Modified files: . : usb-linux.c Log message: Linux compilation fix CVSWeb URLs:

[Qemu-devel] qemu usb-linux.c vl.c hw/usb-hid.c hw/usb-hub.c...

2006-07-19 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard bellard 06/07/19 18:06:16 Modified files: . : usb-linux.c vl.c hw : usb-hid.c usb-hub.c usb-msd.c usb.c usb.h Log message: usb destroy API change (Lonnie

[Qemu-devel] qemu usb-linux.c vl.c hw/usb-hid.c hw/usb-hub.c...

2006-06-26 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard bellard 06/06/26 21:00:51 Modified files: . : usb-linux.c vl.c hw : usb-hid.c usb-hub.c usb-msd.c usb.h Log message: display device identifier string for

[Qemu-devel] qemu ./usb-linux.c hw/usb-uhci.c

2006-03-11 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Branch: Changes by: Paul Brook [EMAIL PROTECTED] 06/03/11 18:03:38 Modified files: . : usb-linux.c hw : usb-uhci.c Log message: Tweak UHCI device settings. Ignore host root hubs.