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--