qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "David S. Ahern" <daahern@cisco.com>
To: adnan@khaleel.us
Cc: Qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] Problems changing dvdrom iso during execution
Date: Thu, 20 May 2010 16:45:11 -0600	[thread overview]
Message-ID: <4BF5BB77.6080303@cisco.com> (raw)
In-Reply-To: <20100520214840.99246ccf@shadowfax.no-ip.com>



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

  reply	other threads:[~2010-05-20 22:45 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-20 21:48 [Qemu-devel] Problems changing dvdrom iso during execution Adnan Khaleel
2010-05-20 22:45 ` David S. Ahern [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-05-21 19:42 Adnan Khaleel
2010-05-21 22:37 ` Natalia Portillo
2010-05-21 23:45   ` Adnan Khaleel
2010-05-22  4:35     ` Natalia Portillo
2010-05-21 16:10 Adnan Khaleel
2010-05-21 18:47 ` David S. Ahern
2010-05-20 20:29 Adnan Khaleel
2010-05-20 20:44 ` David S. Ahern

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4BF5BB77.6080303@cisco.com \
    --to=daahern@cisco.com \
    --cc=Qemu-devel@nongnu.org \
    --cc=adnan@khaleel.us \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).