qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] qemu usb-linux.c
@ 2005-11-13 21:53 Fabrice Bellard
  0 siblings, 0 replies; 7+ messages in thread
From: Fabrice Bellard @ 2005-11-13 21:53 UTC (permalink / raw)
  To: qemu-devel

CVSROOT:	/cvsroot/qemu
Module name:	qemu
Branch: 	
Changes by:	Fabrice Bellard <bellard@savannah.gnu.org>	05/11/13 21:53:16

Modified files:
	.              : usb-linux.c 

Log message:
	correct use of USBDEVFS_DISCONNECT

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/usb-linux.c.diff?tr1=1.2&tr2=1.3&r1=text&r2=text

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Qemu-devel] qemu usb-linux.c
@ 2006-07-19 17:54 Fabrice Bellard
  0 siblings, 0 replies; 7+ messages in thread
From: Fabrice Bellard @ 2006-07-19 17:54 UTC (permalink / raw)
  To: qemu-devel

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:
http://cvs.savannah.gnu.org/viewcvs/qemu/usb-linux.c?cvsroot=qemu&r1=1.6&r2=1.7

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Qemu-devel] qemu usb-linux.c
@ 2006-12-10 22:11 Thiemo Seufer
  2006-12-10 22:20 ` Lonnie Mendez
  0 siblings, 1 reply; 7+ messages in thread
From: Thiemo Seufer @ 2006-12-10 22:11 UTC (permalink / raw)
  To: qemu-devel

CVSROOT:	/sources/qemu
Module name:	qemu
Changes by:	Thiemo Seufer <ths>	06/12/10 22:11:04

Modified files:
	.              : usb-linux.c 

Log message:
	Build fix for newer kernel headers, thanks Jason Wessel.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/usb-linux.c?cvsroot=qemu&r1=1.9&r2=1.10

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Qemu-devel] qemu usb-linux.c
  2006-12-10 22:11 Thiemo Seufer
@ 2006-12-10 22:20 ` Lonnie Mendez
  2006-12-10 23:34   ` David Woodhouse
  0 siblings, 1 reply; 7+ messages in thread
From: Lonnie Mendez @ 2006-12-10 22:20 UTC (permalink / raw)
  To: qemu-devel

On Sun, 2006-12-10 at 22:11 +0000, Thiemo Seufer wrote:
> CVSROOT:	/sources/qemu
> Module name:	qemu
> Changes by:	Thiemo Seufer <ths>	06/12/10 22:11:04
> 
> Modified files:
> 	.              : usb-linux.c 
> 
> Log message:
> 	Build fix for newer kernel headers, thanks Jason Wessel.


Anyone whose build now fails, i.e. these people:
http://lists.gnu.org/archive/html/qemu-devel/2006-07/msg00290.html

should try the fix from the xen devs here:
http://xenbits.xensource.com/xen-unstable.hg?fd=ba7487569374;file=tools/ioemu/usb-linux.c

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Qemu-devel] qemu usb-linux.c
  2006-12-10 22:20 ` Lonnie Mendez
@ 2006-12-10 23:34   ` David Woodhouse
  0 siblings, 0 replies; 7+ messages in thread
From: David Woodhouse @ 2006-12-10 23:34 UTC (permalink / raw)
  To: qemu-devel

On Sun, 2006-12-10 at 16:20 -0600, Lonnie Mendez wrote:
> 
> Anyone whose build now fails, i.e. these people:
> http://lists.gnu.org/archive/html/qemu-devel/2006-07/msg00290.html
> 
> should try the fix from the xen devs here:
> http://xenbits.xensource.com/xen-unstable.hg?fd=ba7487569374;file=tools/ioemu/usb-linux.c

Only after filing a bug against their distribution's header files.

-- 
dwmw2

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Qemu-devel] qemu usb-linux.c
@ 2007-10-04 22:55 Andrzej Zaborowski
  0 siblings, 0 replies; 7+ messages in thread
From: Andrzej Zaborowski @ 2007-10-04 22:55 UTC (permalink / raw)
  To: qemu-devel

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:
http://cvs.savannah.gnu.org/viewcvs/qemu/usb-linux.c?cvsroot=qemu&r1=1.13&r2=1.14

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Qemu-devel] qemu usb-linux.c
@ 2007-10-31  0:27 Andrzej Zaborowski
  0 siblings, 0 replies; 7+ messages in thread
From: Andrzej Zaborowski @ 2007-10-31  0:27 UTC (permalink / raw)
  To: qemu-devel

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:
http://cvs.savannah.gnu.org/viewcvs/qemu/usb-linux.c?cvsroot=qemu&r1=1.14&r2=1.15

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2007-10-31  0:27 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-04 22:55 [Qemu-devel] qemu usb-linux.c Andrzej Zaborowski
  -- strict thread matches above, loose matches on Subject: below --
2007-10-31  0:27 Andrzej Zaborowski
2006-12-10 22:11 Thiemo Seufer
2006-12-10 22:20 ` Lonnie Mendez
2006-12-10 23:34   ` David Woodhouse
2006-07-19 17:54 Fabrice Bellard
2005-11-13 21:53 Fabrice Bellard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).