From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=60845 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OFCMf-0002C8-6S for Qemu-devel@nongnu.org; Thu, 20 May 2010 16:29:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OFCMd-0007wE-Fw for Qemu-devel@nongnu.org; Thu, 20 May 2010 16:29:09 -0400 Received: from smtp.mailix.net ([66.11.225.183]:12936) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OFCMd-0007w2-7i for Qemu-devel@nongnu.org; Thu, 20 May 2010 16:29:07 -0400 Received: from [70.124.59.51] (helo=shadowfax.no-ip.com) by smtp.mailix.net with asmtp (Exim 4.24-CA) id 1OFCMc-00021l-Gu for Qemu-devel@nongnu.org; Thu, 20 May 2010 13:29:06 -0700 Received: from [136.162.34.1] ([136.162.34.1]) by shadowfax.no-ip.com (Kerio MailServer 6.7.2) for Qemu-devel@nongnu.org; Thu, 20 May 2010 15:29:03 -0500 From: "Adnan Khaleel" Message-ID: <20100520202903.2a9a8095@shadowfax.no-ip.com> Date: Thu, 20 May 2010 15:29:03 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="-----------95571e881ab836402532bdcb2df5f3dd" Subject: [Qemu-devel] Problems changing dvdrom iso during execution Reply-To: adnan@khaleel.us List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Qemu-devel@nongnu.org This is a multi-part message in MIME format. -------------95571e881ab836402532bdcb2df5f3dd Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable I cannot change DVD roms during execution using the monitor. I can only = mount a cdrom/dvdrom if I specify the iso file in the command line=20 x86=5F64-softmmu/qemu-system-x86=5F64 -hda ../../OSImages/sles11.qcow2 -= cdrom ../../ISOz/mydvd.iso -m 2048 In the guest I can mount the iso image as you could normally expect mount /dev/cdrom /mnt mount: block device /dev/sr0 is write-protected, mounting read-only Info block in the monitor yields (qemu) info block ide0-hd0: type=3Dhd removable=3D0 file../../OSImages/sles11.qcow2 ro= =3D0 drv=3Ddcow2 encrypted=3D0 ide1-cd0: type=3Dcdrom removable=3D1 locked=3D1 file=3D../../ISOz/mydv= d.iso ro=3D0 drv=3Draw encrypted=3D0 floppy0: type=3Dfloppy removable=3D1 locked=3D0 [not inserted] sd0: type=3Dfloppy removable=3D1 locked=3D0 [not inserted] When I try to do a eject ide0-cd0, I get a device busy message so I have= to do a eject -f ide0-cd0 After which, an info block yields: (qemu) info block ide0-hd0: type=3Dhd removable=3D0 file../../OSImages/sles11.qcow2 ro=3D0= drv=3Ddcow2 encrypted=3D0 ide1-cd0: type=3Dcdrom removable=3D1 locked=3D1 [not inserted] floppy0: type=3Dfloppy removable=3D1 locked=3D0 [not inserted] sd0: type=3Dfloppy removable=3D1 locked=3D0 [not inserted] I change the iso image with (or so it seems) (qemu) change ide1-cd0 ../../ISOz/mydvd2=5From.iso (qemu) info block ide0-hd0: type=3Dhd removable=3D0 file../../OSImages/sles11.qcow2 ro=3D0= drv=3Ddcow2 encrypted=3D0 ide1-cd0: type=3Dcdrom removable=3D1 locked=3D1 file=3D../../ISOz/mydvd2= .iso ro=3D0 drv=3Draw encrypted=3D0 floppy0: type=3Dfloppy removable=3D1 locked=3D0 [not inserted] sd0: type=3Dfloppy removable=3D1 locked=3D0 [not inserted] I go back to the guest and when I try to mount: mount /dev/cdrom /mnt=20 mount: /dev/sr0 unknown device I'm running sles11 as guest and I think it may have something to do with= sles11 as it works fine with ubuntu9. Any ideas what might be happening=3F Thanks AK -------------95571e881ab836402532bdcb2df5f3dd Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable I cannot change DVD roms during execution using the monitor. I can only = mount a cdrom/dvdrom if I specify the iso file in the command line
<= span style=3D"font-family: Courier;">x86=5F64-softmmu/qemu-system-x86=5F= 64 -hda ../../OSImages/sles11.qcow2 -cdrom ../../ISOz/mydvd.iso -m 2048<= /span>

In the guest I can mount the iso image as you could normal= ly expect
mount /dev/cdrom /mnt=
mount: block device /dev/sr0 is write-protected, mounting read-= only

Info block in the monitor yields
(qemu) info block
ide0-hd0: type=3Dhd removable=3D0 file../../OSImages/sles11.qcow2 ro=3D0= =20 drv=3Ddcow2 encrypted=3D0
ide1-cd0: type=3Dcdrom removable=3D1 locked=3D1 file=3D../../ISOz/mydvd.= iso=20 ro=3D0 drv=3Draw encrypted=3D0
floppy0: type=3Dfloppy removable=3D1 locked=3D0 [not inserted] sd0: type=3Dfloppy removable=3D1 locked=3D0 [not inserted]
When I try to do a eject ide0-cd0, I get a device busy message so I hav= e to do a eject -f ide0-cd0

After which, an info block yields:(qemu) info block
ide0-hd= 0: type=3Dhd removable=3D0 file../../OSImages/sles11.qcow2 ro=3D0=20 drv=3Ddcow2 encrypted=3D0
ide1-cd0: type=3Dcdrom removable=3D1 locked=3D1 [not inserted] floppy0: type=3Dfloppy removable=3D1 locked=3D0 [not inserted] sd0: type=3Dfloppy removable=3D1 locked=3D0 [not inserted]
I change the iso image with (or so it seems)

(qemu) change ide1-cd0 ../../ISOz/mydvd2=5From.iso
(qemu) info block
ide0-hd0: type=3Dhd removable=3D0 file..= /../OSImages/sles11.qcow2 ro=3D0 drv=3Ddcow2 encrypted=3D0
ide1-= cd0: type=3Dcdrom removable=3D1 locked=3D1 file=3D../../ISOz/mydvd2.iso = ro=3D0 drv=3Draw encrypted=3D0
floppy0: type=3Dfloppy removable= =3D1 locked=3D0 [not inserted]
sd0: type=3Dfloppy removable=3D1 = locked=3D0 [not inserted]

I go back to the guest and when = I try to mount:

mount /dev/= cdrom /mnt
mount: /dev/sr0 unknown device

I'm run= ning sles11 as guest and I think it may have something to do with sles11= as it works fine with ubuntu9.

Any ideas what might be happening= =3F

Thanks

AK
-------------95571e881ab836402532bdcb2df5f3dd-- From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=41420 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OFCbN-0000WK-Fd for Qemu-devel@nongnu.org; Thu, 20 May 2010 16:44:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OFCbL-0001Hv-MX for Qemu-devel@nongnu.org; Thu, 20 May 2010 16:44:21 -0400 Received: from sj-iport-4.cisco.com ([171.68.10.86]:4192) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OFCbL-0001Hj-H5 for Qemu-devel@nongnu.org; Thu, 20 May 2010 16:44:19 -0400 Message-ID: <4BF59F21.5000809@cisco.com> Date: Thu, 20 May 2010 14:44:17 -0600 From: "David S. Ahern" MIME-Version: 1.0 Subject: Re: [Qemu-devel] Problems changing dvdrom iso during execution References: <20100520202903.2a9a8095@shadowfax.no-ip.com> In-Reply-To: <20100520202903.2a9a8095@shadowfax.no-ip.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: adnan@khaleel.us Cc: Qemu-devel@nongnu.org On 05/20/2010 02:29 PM, Adnan Khaleel wrote: > I cannot change DVD roms during execution using the monitor. I can only > mount a cdrom/dvdrom if I specify the iso file in the command line > x86_64-softmmu/qemu-system-x86_64 -hda ../../OSImages/sles11.qcow2 > -cdrom ../../ISOz/mydvd.iso -m 2048 > > In the guest I can mount the iso image as you could normally expect > mount /dev/cdrom /mnt > mount: block device /dev/sr0 is write-protected, mounting read-only > > Info block in the monitor yields > (qemu) info block > ide0-hd0: type=hd removable=0 file../../OSImages/sles11.qcow2 ro=0 > drv=dcow2 encrypted=0 > ide1-cd0: type=cdrom removable=1 locked=1 file=../../ISOz/mydvd.iso ro=0 > drv=raw encrypted=0 > floppy0: type=floppy removable=1 locked=0 [not inserted] > sd0: type=floppy removable=1 locked=0 [not inserted] > > When I try to do a eject ide0-cd0, I get a device busy message so I have > to do a eject -f ide0-cd0 > > After which, an info block yields: > (qemu) info block > ide0-hd0: type=hd removable=0 file../../OSImages/sles11.qcow2 ro=0 > drv=dcow2 encrypted=0 > ide1-cd0: type=cdrom removable=1 locked=1 [not inserted] > floppy0: type=floppy removable=1 locked=0 [not inserted] > sd0: type=floppy removable=1 locked=0 [not inserted] > > I change the iso image with (or so it seems) > > (qemu) change ide1-cd0 ../../ISOz/mydvd2_rom.iso > (qemu) info block > ide0-hd0: type=hd removable=0 file../../OSImages/sles11.qcow2 ro=0 > drv=dcow2 encrypted=0 > ide1-cd0: type=cdrom removable=1 locked=1 file=../../ISOz/mydvd2.iso > ro=0 drv=raw encrypted=0 > floppy0: type=floppy removable=1 locked=0 [not inserted] > sd0: type=floppy removable=1 locked=0 [not inserted] > > I go back to the guest and when I try to mount: > > mount /dev/cdrom /mnt > mount: /dev/sr0 unknown device > > I'm running sles11 as guest and I think it may have something to do with > sles11 as it works fine with ubuntu9. > > Any ideas what might be happening? Does it work if the guest uses ide based CD's: rmmod ide-scsi modprobe ide-cd David > > Thanks > > AK From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=49292 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OFDbo-0001QE-4g for Qemu-devel@nongnu.org; Thu, 20 May 2010 17:48:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OFDbh-0000uC-7Z for Qemu-devel@nongnu.org; Thu, 20 May 2010 17:48:52 -0400 Received: from smtp.mailix.net ([66.11.225.183]:59999) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OFDbg-0000to-Tt for Qemu-devel@nongnu.org; Thu, 20 May 2010 17:48:45 -0400 From: "Adnan Khaleel" Subject: Re: [Qemu-devel] Problems changing dvdrom iso during execution In-Reply-To: 4BF59F21.5000809@cisco.com Message-ID: <20100520214840.99246ccf@shadowfax.no-ip.com> Date: Thu, 20 May 2010 16:48:40 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="-----------92dc9e9658bc7b14f74f5526dd65a515" Reply-To: adnan@khaleel.us List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "David S. Ahern" Cc: Qemu-devel@nongnu.org This is a multi-part message in MIME format. -------------92dc9e9658bc7b14f74f5526dd65a515 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Thanks for your response. =20 Does it work if the guest uses ide based CD's: rmmod ide-scsi modprobe ide-cd =20 There isn't an ide-scsi but there is a scsi=5Fmod and when I try to re= move that it gives ERROR: Module scsi=5Fmod is in use by sr=5Fmod,sg,sd=5Fmod,libata modprobe ide-cd seems to work.=20 However it doesn't fix the problem.=20 Interestingly, before doing modprobe ide-cd,=20 linux> lsmod | grep ide=20 ide=5Fpci=5Fgeneric 4652 0 ide=5Fcore 115068 2 ide=5Fpci=5Fgeneric, piix After the modprobe ide-cd, I get ide=5Fcd=5Fmod 33984 0 cdrom 36200 2 ide=5Fcd=5Fmod, sr=5Fmod ide=5Fpci=5Fgeneric 4652 0 ide=5Fcore 115068 3 ide=5Fcd=5Fmod, ide=5Fpci=5Fgeneric, = piix =20 =20 -------------92dc9e9658bc7b14f74f5526dd65a515 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Thanks for your response.
MIME-Version: 1.0 Subject: Re: [Qemu-devel] Problems changing dvdrom iso during execution References: <20100520214840.99246ccf@shadowfax.no-ip.com> In-Reply-To: <20100520214840.99246ccf@shadowfax.no-ip.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: adnan@khaleel.us Cc: Qemu-devel@nongnu.org On 05/20/2010 03:48 PM, Adnan Khaleel wrote: > Thanks for your response. > > > Does it work if the guest uses ide based CD's: > rmmod ide-scsi > modprobe ide-cd > > There isn't an ide-scsi but there is a scsi_mod and when I try to remove > that it gives > ERROR: Module scsi_mod is in use by sr_mod,sg,sd_mod,libata > > modprobe ide-cd seems to work. Ok, I pulled those from a RHEL3 VM. Looks like SLES11 is using a newer 2.6 kernel. The idea I was poking at was to get the CD in the VM to go through the ide-cd layer and not the ata/scsi route. I had to do that for my RHEL3 guest to get some consistency with the DVD -- similar to the problem you are seeing. David > > However it doesn't fix the problem. > > Interestingly, before doing modprobe ide-cd, > linux> lsmod | grep ide > ide_pci_generic 4652 0 > ide_core 115068 2 ide_pci_generic, piix > > After the modprobe ide-cd, I get > ide_cd_mod 33984 0 > cdrom 36200 2 ide_cd_mod, sr_mod > ide_pci_generic 4652 0 > ide_core 115068 3 ide_cd_mod, ide_pci_generic, piix > > > > From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=33572 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OFUnd-0004Gf-RR for Qemu-devel@nongnu.org; Fri, 21 May 2010 12:10:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OFUnb-0001Pz-Kd for Qemu-devel@nongnu.org; Fri, 21 May 2010 12:10:13 -0400 Received: from smtp.mailix.net ([66.11.225.183]:38468) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OFUnb-0001Pp-9Z for Qemu-devel@nongnu.org; Fri, 21 May 2010 12:10:11 -0400 From: "Adnan Khaleel" Subject: Re: [Qemu-devel] Problems changing dvdrom iso during execution In-Reply-To: 4BF5BB77.6080303@cisco.com Message-ID: <20100521161007.23899925@shadowfax.no-ip.com> Date: Fri, 21 May 2010 11:10:07 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="-----------ab1eb45e60d8a2469f1d317f2dadb9c2" Reply-To: adnan@khaleel.us List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "David S. Ahern" Cc: Qemu-devel@nongnu.org This is a multi-part message in MIME format. -------------ab1eb45e60d8a2469f1d317f2dadb9c2 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable So do you have any idea whats causing the problem=3F Is there any other = way I can mount a dvd in Qemu=3F Adnan =5F=5F=5F=5F=5F =20 From: David S. Ahern [mailto:daahern@cisco.com] To: adnan@khaleel.us Cc: Qemu-devel@nongnu.org Sent: Thu, 20 May 2010 17:45:11 -0500 Subject: Re: [Qemu-devel] Problems changing dvdrom iso during execution =20 On 05/20/2010 03:48 PM, Adnan Khaleel wrote: > Thanks for your response. >=20 >=20 > Does it work if the guest uses ide based CD's: > rmmod ide-scsi > modprobe ide-cd >=20 > There isn't an ide-scsi but there is a scsi=5Fmod and when I try to = remove > that it gives > ERROR: Module scsi=5Fmod is in use by sr=5Fmod,sg,sd=5Fmod,libata >=20 > modprobe ide-cd seems to work. =20 Ok, I pulled those from a RHEL3 VM. Looks like SLES11 is using a newer 2.6 kernel. The idea I was poking at was to get the CD in the VM to go through the ide-cd layer and not the ata/scsi route. I had to do that for my RHEL3 guest to get some consistency with the DVD -- similar to the problem you are seeing. =20 David =20 >=20 > However it doesn't fix the problem. >=20 > Interestingly, before doing modprobe ide-cd, > linux> lsmod | grep ide > ide=5Fpci=5Fgeneric 4652 0 > ide=5Fcore 115068 2 ide=5Fpci=5Fgeneric, piix >=20 > After the modprobe ide-cd, I get > ide=5Fcd=5Fmod 33984 0 > cdrom 36200 2 ide=5Fcd=5Fmod, sr=5Fmod > ide=5Fpci=5Fgeneric 4652 0 > ide=5Fcore 115068 3 ide=5Fcd=5Fmod, ide=5Fpci=5Fgeneric= , piix >=20 >=20 >=20 >=20 =20 -------------ab1eb45e60d8a2469f1d317f2dadb9c2 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable So do you have any idea whats causing the problem=3F Is there any other = way I can mount a dvd in Qemu=3F

Adnan


From: David S. Ahern [mailto:daah= ern@cisco.com]
To: adnan@khaleel.us
Cc: Qemu-devel@n= ongnu.org
Sent: Thu, 20 May 2010 17:45:11 -0500
Subject:= Re: [Qemu-devel] Problems changing dvdrom iso during execution
<= br>

On 05/20/2010 03:48 PM, Adnan Khaleel wrote:
> Thanks for your response.
>
>
> Does it work if the guest uses ide based CD's:
> rmmod ide-scsi
> modprobe ide-cd
>
> There isn't an ide-scsi but there is a scsi=5Fmod and when I try to= remove
> that it gives
> ERROR: Module scsi=5Fmod is in use by sr=5Fmod,sg,sd=5Fmod,libata >
> modprobe ide-cd seems to work.

Ok, I pulled those from a RHEL3 VM. Looks like SLES11 is using a newer 2.6 kernel. The idea I was poking at was to get the CD in the VM to go through the ide-cd layer and not the ata/scsi route. I had to do that for my RHEL3 guest to get some consistency with the DVD -- similar to the problem you are seeing.

David

>
> However it doesn't fix the problem.
>
> Interestingly, before doing modprobe ide-cd,
> linux> lsmod | grep ide
> ide=5Fpci=5Fgeneric 4652 0
> ide=5Fcore 115068 2 ide=5Fpci=5Fgeneric, piix
>
> After the modprobe ide-cd, I get
> ide=5Fcd=5Fmod 33984 0
> cdrom 36200 2 ide=5Fcd=5Fmod, sr=5Fmod
> ide=5Fpci=5Fgeneric 4652 0
> ide=5Fcore 115068 3 ide=5Fcd=5Fmod, ide=5Fpci=5Fgeneri= c, piix
>
>
>
>
-------------ab1eb45e60d8a2469f1d317f2dadb9c2-- From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=54500 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OFXFP-0004Io-SL for Qemu-devel@nongnu.org; Fri, 21 May 2010 14:47:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OFXFO-0000Gt-Ex for Qemu-devel@nongnu.org; Fri, 21 May 2010 14:47:03 -0400 Received: from sj-iport-5.cisco.com ([171.68.10.87]:19115) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OFXFO-0000Go-9u for Qemu-devel@nongnu.org; Fri, 21 May 2010 14:47:02 -0400 Message-ID: <4BF6D524.4070303@cisco.com> Date: Fri, 21 May 2010 12:47:00 -0600 From: "David S. Ahern" MIME-Version: 1.0 Subject: Re: [Qemu-devel] Problems changing dvdrom iso during execution References: <20100521161007.23899925@shadowfax.no-ip.com> In-Reply-To: <20100521161007.23899925@shadowfax.no-ip.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: adnan@khaleel.us Cc: Qemu-devel@nongnu.org On 05/21/2010 10:10 AM, Adnan Khaleel wrote: > So do you have any idea whats causing the problem? Is there any other > way I can mount a dvd in Qemu? > > Adnan have you tried ejecting the cd in the guest before changing the file in the monitor? David From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=45495 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OFY71-0005Cv-BE for Qemu-devel@nongnu.org; Fri, 21 May 2010 15:42:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OFY6z-00071n-MN for Qemu-devel@nongnu.org; Fri, 21 May 2010 15:42:27 -0400 Received: from smtp.mailix.net ([66.11.225.183]:45629) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OFY6z-00071a-Bw for Qemu-devel@nongnu.org; Fri, 21 May 2010 15:42:25 -0400 From: "Adnan Khaleel" Subject: Re: [Qemu-devel] Problems changing dvdrom iso during execution In-Reply-To: 4BF6D524.4070303@cisco.com Message-ID: <20100521194220.bd032f51@shadowfax.no-ip.com> Date: Fri, 21 May 2010 14:42:20 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="-----------0e74137a164b4511e1690f901722199e" Reply-To: adnan@khaleel.us List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "David S. Ahern" Cc: Qemu-devel@nongnu.org This is a multi-part message in MIME format. -------------0e74137a164b4511e1690f901722199e Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Tried that, still the same.=20 My current workaround is to mount all the DVD iso files as separate hard= disks and mount those. This worked but its a workaround at best. Not su= re what I'd do if ever had to access more then 3 dvd's at a time - which= I doubt should happen anytime soon. =5F=5F=5F=5F=5F =20 From: David S. Ahern [mailto:daahern@cisco.com] To: adnan@khaleel.us Cc: Qemu-devel@nongnu.org Sent: Fri, 21 May 2010 13:47:00 -0500 Subject: Re: [Qemu-devel] Problems changing dvdrom iso during execution =20 On 05/21/2010 10:10 AM, Adnan Khaleel wrote: > So do you have any idea whats causing the problem=3F Is there any ot= her > way I can mount a dvd in Qemu=3F >=20 > Adnan =20 have you tried ejecting the cd in the guest before changing the file i= n the monitor=3F =20 David =20 -------------0e74137a164b4511e1690f901722199e Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Tried that, still the same.

My current workaround is to mount al= l the DVD iso files as separate hard disks and mount those. This worked = but its a workaround at best. Not sure what I'd do if ever had to access= more then 3 dvd's at a time - which I doubt should happen anytime soon.=



From: David S. Ahern [mailto:daahern@cisco.com]
To: adnan@khaleel.= us
Cc: Qemu-devel@nongnu.org
Sent: Fri, 21 May 2010 = 13:47:00 -0500
Subject: Re: [Qemu-devel] Problems changing dvd= rom iso during execution



On 05/21/2010 10:10 AM, Adnan Khaleel wrote:
> So do you have any idea whats causing the problem=3F Is there any o= ther
> way I can mount a dvd in Qemu=3F
>
> Adnan

have you tried ejecting the cd in the guest before changing the file in<= br> the monitor=3F

David
-------------0e74137a164b4511e1690f901722199e-- From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=50843 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OFaqk-0002TT-09 for qemu-devel@nongnu.org; Fri, 21 May 2010 18:37:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OFaqi-0000yV-79 for qemu-devel@nongnu.org; Fri, 21 May 2010 18:37:49 -0400 Received: from 149.red-80-37-155.staticip.rima-tde.net ([80.37.155.149]:50492 helo=mail.claunia.com) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OFaqh-0000xl-A7 for qemu-devel@nongnu.org; Fri, 21 May 2010 18:37:48 -0400 Subject: Re: [Qemu-devel] Problems changing dvdrom iso during execution Mime-Version: 1.0 (Apple Message framework v1078) Content-Type: multipart/alternative; boundary=Apple-Mail-36--178482059 From: Natalia Portillo In-Reply-To: <20100521194220.bd032f51@shadowfax.no-ip.com> Date: Fri, 21 May 2010 23:37:41 +0100 Message-Id: <426F7081-21FB-4A19-BF6F-B4DA82241F62@claunia.com> References: <20100521194220.bd032f51@shadowfax.no-ip.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: adnan@khaleel.us Cc: qemu-devel Developers --Apple-Mail-36--178482059 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=iso-8859-1 Have you tried any other operating system or kernel revision? I have just changed the iso with change ide1-cd0 command in Windows XP = Upgrade (it asks to insert a previous Windows CD and then reinsert the = XP one) without any kind of problem, in QEMU 0.12.4. El 21/05/2010, a las 20:42, Adnan Khaleel escribi=F3: > Tried that, still the same.=20 >=20 > My current workaround is to mount all the DVD iso files as separate = hard disks and mount those. This worked but its a workaround at best. = Not sure what I'd do if ever had to access more then 3 dvd's at a time - = which I doubt should happen anytime soon. >=20 >=20 > From: David S. Ahern [mailto:daahern@cisco.com] > To: adnan@khaleel.us > Cc: Qemu-devel@nongnu.org > Sent: Fri, 21 May 2010 13:47:00 -0500 > Subject: Re: [Qemu-devel] Problems changing dvdrom iso during = execution >=20 >=20 >=20 > On 05/21/2010 10:10 AM, Adnan Khaleel wrote: > > So do you have any idea whats causing the problem? Is there any = other > > way I can mount a dvd in Qemu? > >=20 > > Adnan >=20 > have you tried ejecting the cd in the guest before changing the file = in > the monitor? >=20 > David --Apple-Mail-36--178482059 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=iso-8859-1 Have you tried any other operating system or kernel = revision?

I have just changed the iso with change = ide1-cd0 command in Windows XP Upgrade (it asks to insert a previous = Windows CD and then reinsert the XP one) without any kind of problem, in = QEMU 0.12.4.

El 21/05/2010, a las 20:42, Adnan = Khaleel escribi=F3:

Tried that, = still the same. 

My current = workaround is to mount all the DVD iso files as separate hard disks and = mount those. This worked but its a workaround at best. Not sure what I'd = do if ever had to access more then 3 dvd's at a time - which I doubt = should happen anytime soon.


 David= S. Ahern [mailto:daahern@cisco.com]
To: adnan@khaleel.us
Cc: Qemu-devel@nongnu.org
Sent= : Fri, 21 May 2010 = 13:47:00 -0500
Subject: Re: [Qemu-devel] Problems = changing dvdrom iso during execution



On 05/21/2010 10:10 = AM, Adnan Khaleel wrote:
> So do you have any idea whats causing = the problem? Is there any other
> way I can mount a dvd in = Qemu?
> 
> = Adnan

have you tried ejecting the cd in the guest before changing = the file in
the = monitor?

David

=
= --Apple-Mail-36--178482059-- From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=50137 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OFbv5-00022q-Rs for qemu-devel@nongnu.org; Fri, 21 May 2010 19:46:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OFbv3-0008U1-UV for qemu-devel@nongnu.org; Fri, 21 May 2010 19:46:23 -0400 Received: from smtp.mailix.net ([66.11.225.183]:10958) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OFbv3-0008To-H8 for qemu-devel@nongnu.org; Fri, 21 May 2010 19:46:21 -0400 References: <20100521194220.bd032f51@shadowfax.no-ip.com> <426F7081-21FB-4A19-BF6F-B4DA82241F62@claunia.com> Message-Id: <04E25609-F09C-4027-99EA-F46B923D2064@khaleel.us> From: Adnan Khaleel In-Reply-To: <426F7081-21FB-4A19-BF6F-B4DA82241F62@claunia.com> Content-Type: multipart/alternative; boundary=Apple-Mail-4--174410794 Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (iPhone Mail 7D11) Subject: Re: [Qemu-devel] Problems changing dvdrom iso during execution Date: Fri, 21 May 2010 18:45:30 -0500 List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Natalia Portillo Cc: qemu-devel Developers --Apple-Mail-4--174410794 Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable It works in ubuntu 9.10. When I mount the CDROM the first time it =20 mounts fine. After I change the iso file and mount, it spits out a =20 bunch of messages but it does mount the drive. I think this problem =20 might be specific to sles11. On May 21, 2010, at 5:37 PM, Natalia Portillo =20 wrote: > Have you tried any other operating system or kernel revision? > > I have just changed the iso with change ide1-cd0 command in Windows =20= > XP Upgrade (it asks to insert a previous Windows CD and then =20 > reinsert the XP one) without any kind of problem, in QEMU 0.12.4. > > El 21/05/2010, a las 20:42, Adnan Khaleel escribi=C3=B3: > >> Tried that, still the same. >> >> My current workaround is to mount all the DVD iso files as separate =20= >> hard disks and mount those. This worked but its a workaround at =20 >> best. Not sure what I'd do if ever had to access more then 3 dvd's =20= >> at a time - which I doubt should happen anytime soon. >> >> >> From: David S. Ahern [mailto:daahern@cisco.com] >> To: adnan@khaleel.us >> Cc: Qemu-devel@nongnu.org >> Sent: Fri, 21 May 2010 13:47:00 -0500 >> Subject: Re: [Qemu-devel] Problems changing dvdrom iso during =20 >> execution >> >> >> >> On 05/21/2010 10:10 AM, Adnan Khaleel wrote: >> > So do you have any idea whats causing the problem? Is there any =20 >> other >> > way I can mount a dvd in Qemu? >> > >> > Adnan >> >> have you tried ejecting the cd in the guest before changing the =20 >> file in >> the monitor? >> >> David > --Apple-Mail-4--174410794 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable
It works in ubuntu 9.10. When I = mount the CDROM the first time it mounts fine. After I change the iso = file and mount, it spits out a bunch of messages but it does mount the = drive. I think this problem might be specific to = sles11. 




<= /div>

On May 21, 2010, at 5:37 PM, Natalia Portillo <claunia@claunia.com> = wrote:

Have you = tried any other operating system or kernel = revision?

I have just changed the iso with change = ide1-cd0 command in Windows XP Upgrade (it asks to insert a previous = Windows CD and then reinsert the XP one) without any kind of problem, in = QEMU 0.12.4.

El 21/05/2010, a las 20:42, Adnan = Khaleel escribi=C3=B3:

Tried that, = still the same. 

My current = workaround is to mount all the DVD iso files as separate hard disks and = mount those. This worked but its a workaround at best. Not sure what I'd = do if ever had to access more then 3 dvd's at a time - which I doubt = should happen anytime soon.


 David= S. Ahern [mailto:daahern@cisco.com]
To: adnan@khaleel.us
Cc: Qemu-devel@nongnu.org
= Sent: Fri, 21 May = 2010 13:47:00 -0500
Subject: Re: [Qemu-devel] Problems = changing dvdrom iso during execution



On 05/21/2010 10:10 = AM, Adnan Khaleel wrote:
> So do you have any idea whats causing = the problem? Is there any other
> way I can mount a dvd in = Qemu?
> 
> = Adnan

have you tried ejecting the cd in the guest before changing = the file in
the = monitor?

David

=
= --Apple-Mail-4--174410794-- From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=32878 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OFgR5-0006Eu-0A for qemu-devel@nongnu.org; Sat, 22 May 2010 00:35:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OFgR1-0000Xi-Hm for qemu-devel@nongnu.org; Sat, 22 May 2010 00:35:42 -0400 Received: from 149.red-80-37-155.staticip.rima-tde.net ([80.37.155.149]:54339 helo=mail.claunia.com) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OFgR0-0000XW-JK for qemu-devel@nongnu.org; Sat, 22 May 2010 00:35:39 -0400 Subject: Re: [Qemu-devel] Problems changing dvdrom iso during execution Mime-Version: 1.0 (Apple Message framework v1078) Content-Type: multipart/alternative; boundary=Apple-Mail-39--157008247 From: Natalia Portillo In-Reply-To: <04E25609-F09C-4027-99EA-F46B923D2064@khaleel.us> Date: Sat, 22 May 2010 05:35:35 +0100 Message-Id: References: <20100521194220.bd032f51@shadowfax.no-ip.com> <426F7081-21FB-4A19-BF6F-B4DA82241F62@claunia.com> <04E25609-F09C-4027-99EA-F46B923D2064@khaleel.us> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Adnan Khaleel Cc: qemu-devel Developers --Apple-Mail-39--157008247 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=iso-8859-1 Would you please test on SLES11 with another kernel revision? Possible, with various one, both lower and upper? El 22/05/2010, a las 00:45, Adnan Khaleel escribi=F3: > It works in ubuntu 9.10. When I mount the CDROM the first time it = mounts fine. After I change the iso file and mount, it spits out a bunch = of messages but it does mount the drive. I think this problem might be = specific to sles11.=20 >=20 >=20 >=20 >=20 >=20 > On May 21, 2010, at 5:37 PM, Natalia Portillo = wrote: >=20 >> Have you tried any other operating system or kernel revision? >>=20 >> I have just changed the iso with change ide1-cd0 command in Windows = XP Upgrade (it asks to insert a previous Windows CD and then reinsert = the XP one) without any kind of problem, in QEMU 0.12.4. >>=20 >> El 21/05/2010, a las 20:42, Adnan Khaleel escribi=F3: >>=20 >>> Tried that, still the same.=20 >>>=20 >>> My current workaround is to mount all the DVD iso files as separate = hard disks and mount those. This worked but its a workaround at best. = Not sure what I'd do if ever had to access more then 3 dvd's at a time - = which I doubt should happen anytime soon. >>>=20 >>>=20 >>> From: David S. Ahern [mailto:daahern@cisco.com] >>> To: adnan@khaleel.us >>> Cc: Qemu-devel@nongnu.org >>> Sent: Fri, 21 May 2010 13:47:00 -0500 >>> Subject: Re: [Qemu-devel] Problems changing dvdrom iso during = execution >>>=20 >>>=20 >>>=20 >>> On 05/21/2010 10:10 AM, Adnan Khaleel wrote: >>> > So do you have any idea whats causing the problem? Is there any = other >>> > way I can mount a dvd in Qemu? >>> >=20 >>> > Adnan >>>=20 >>> have you tried ejecting the cd in the guest before changing the file = in >>> the monitor? >>>=20 >>> David >>=20 --Apple-Mail-39--157008247 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=iso-8859-1 Would = you please test on SLES11 with another kernel = revision?

Possible, with various one, both lower and = upper?

El 22/05/2010, a las 00:45, Adnan Khaleel = escribi=F3:

It works in ubuntu 9.10. = When I mount the CDROM the first time it mounts fine. After I change the = iso file and mount, it spits out a bunch of messages but it does mount = the drive. I think this problem might be specific to = sles11. 




<= /div>

On May 21, 2010, at 5:37 PM, Natalia Portillo <claunia@claunia.com> = wrote:

Have you = tried any other operating system or kernel = revision?

I have just changed the iso with change = ide1-cd0 command in Windows XP Upgrade (it asks to insert a previous = Windows CD and then reinsert the XP one) without any kind of problem, in = QEMU 0.12.4.

El 21/05/2010, a las 20:42, Adnan = Khaleel escribi=F3:

Tried that, = still the same. 

My current = workaround is to mount all the DVD iso files as separate hard disks and = mount those. This worked but its a workaround at best. Not sure what I'd = do if ever had to access more then 3 dvd's at a time - which I doubt = should happen anytime soon.


 David= S. Ahern [mailto:daahern@cisco.com]
To: adnan@khaleel.us
Cc: Qemu-devel@nongnu.org
Sent= : Fri, 21 May 2010 = 13:47:00 -0500
Subject: Re: [Qemu-devel] Problems = changing dvdrom iso during execution



On 05/21/2010 10:10 = AM, Adnan Khaleel wrote:
> So do you have any idea whats causing = the problem? Is there any other
> way I can mount a dvd in = Qemu?
> 
> = Adnan

have you tried ejecting the cd in the guest before changing = the file in
the = monitor?

David

=

= --Apple-Mail-39--157008247--