From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=42060 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OFEUN-0008RK-S9 for Qemu-devel@nongnu.org; Thu, 20 May 2010 18:45:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OFEUL-00071J-2H for Qemu-devel@nongnu.org; Thu, 20 May 2010 18:45:14 -0400 Received: from sj-iport-6.cisco.com ([171.71.176.117]:6609) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OFEUK-00070x-NB for Qemu-devel@nongnu.org; Thu, 20 May 2010 18:45:13 -0400 Message-ID: <4BF5BB77.6080303@cisco.com> Date: Thu, 20 May 2010 16:45:11 -0600 From: "David S. Ahern" 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 > > > >