[Qemu-devel] [usb] call destroy for usb devices upon removal from guest

2006-05-26 Thread Lonnie Mendez
lo list. The attached patch calls the cleanup message destroy when the device is detached by the user from the guest. --- qemu/hw/usb-hub.c 2006-05-25 18:58:51.0 -0500 +++ qemu/hw/usb-hub.c 2006-05-26 16:47:47.0 -0500 @@ -194,7 +194,6 @@ /* send the detach messa

[Qemu-devel] qemu ./vl.h hw/esp.c hw/scsi-disk.c hw/usb-msd.c

2006-05-26 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Branch: Changes by: Paul Brook <[EMAIL PROTECTED]> 06/05/26 21:53:41 Modified files: . : vl.h hw : esp.c scsi-disk.c usb-msd.c Log message: SCSI lun probing fix. CVSWeb URLs: http:

[Qemu-devel] Re: qemu and -net tap networking

2006-05-26 Thread Ritesh Raj Sarraf
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Paul Brook on Saturday 27 May 2006 02:35 wrote: >> The problem is that when both are running, the one that boots second >> cannot ping its gateway. If I halt the first qemu process and restart the >> second qemu process, it works fine. >> >> Is this a

Re: [Qemu-devel] qemu and -net tap networking

2006-05-26 Thread Paul Brook
> The problem is that when both are running, the one that boots second cannot > ping its gateway. If I halt the first qemu process and restart the second > qemu process, it works fine. > > Is this a known behavior ? > > I thought separating them with separate virtual networks would allow me to > r

[Qemu-devel] qemu and -net tap networking

2006-05-26 Thread Ritesh Raj Sarraf
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I'm using two instances of qemu (0.8.1) at a time. I'm also using kqemu 1.3.0.pre7 One runs GNU/Hurd and the other runs FreeBSD. Here are the configs I'm using for both. Hurd: [EMAIL PROTECTED]:~ $ cat `which hurd-boot` #!/bin/sh qemu -M isapc

[Qemu-devel] qemu/hw scsi-disk.c

2006-05-26 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Branch: Changes by: Paul Brook <[EMAIL PROTECTED]> 06/05/26 18:08:11 Modified files: hw : scsi-disk.c Log message: Small read fix. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/qemu/hw/scsi-disk

[Qemu-devel] qemu/hw esp.c

2006-05-26 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Branch: Changes by: Paul Brook <[EMAIL PROTECTED]> 06/05/26 17:15:13 Modified files: hw : esp.c Log message: Fix partial transfer bug. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/qemu/hw/esp.c

[Qemu-devel] qemu/hw scsi-disk.c

2006-05-26 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Branch: Changes by: Paul Brook <[EMAIL PROTECTED]> 06/05/26 16:46:55 Modified files: hw : scsi-disk.c Log message: Fix scsi sector size confusion (Blue Swirl). Fix short TOC read. CVSWeb URLs: h

Re: [Qemu-devel] qemu ./Makefile.target ./usb-linux.c ./vl.c ./v...

2006-05-26 Thread Paul Brook
On Friday 26 May 2006 16:55, Blue Swirl wrote: > >Could you elaborate a bit more please? I've no idea what you mean by > >"partial > >transfers". > > Actually the problem was that Qemu block devices use fixed sector size 512, > not variable 2048/512 like scsi layer. This meant that the bdrv_read >

Re: [Qemu-devel] qemu ./Makefile.target ./usb-linux.c ./vl.c ./v...

2006-05-26 Thread Blue Swirl
Could you elaborate a bit more please? I've no idea what you mean by "partial transfers". Actually the problem was that Qemu block devices use fixed sector size 512, not variable 2048/512 like scsi layer. This meant that the bdrv_read transferred too little data. Fix attached. _

Re: [Qemu-devel] qemu ./Makefile.target ./usb-linux.c ./vl.c ./v...

2006-05-26 Thread Paul Brook
On Friday 26 May 2006 16:34, Blue Swirl wrote: > >Log message: > > Rearrange SCSI disk emulation code. > > At least partial transfers are broken, the command returns zero data. Could you elaborate a bit more please? I've no idea what you mean by "partial transfers". Paul __

RE: [Qemu-devel] qemu ./Makefile.target ./usb-linux.c ./vl.c ./v...

2006-05-26 Thread Blue Swirl
Log message: Rearrange SCSI disk emulation code. At least partial transfers are broken, the command returns zero data. _ Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-u

RE: [Qemu-devel] Qemu impressions

2006-05-26 Thread ZIGLIO, Frediano, VF-IT
> > Hi, > this is my first mail in Qemu mailing list. I think it's a fantastic > program. I'm starting using it quite a lot at home (with Linux) and at > work (with Windows XP). Everything works quite well (nothing is > perfect). > Well, I know, reply to my mail is quite crazy but here it is..