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.