From mboxrd@z Thu Jan 1 00:00:00 1970 From: john cooper Subject: Re: changing guest CD Date: Mon, 11 May 2009 21:16:19 -0400 Message-ID: <4A08CDE3.8050002@third-harmonic.com> References: <1242075948.3685.32.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: kvm , john.cooper@redhat.com To: Stuart Jansen Return-path: Received: from dpc691978010.direcpc.com ([69.19.78.10]:47734 "EHLO anvil.third-harmonic.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752569AbZELBYx (ORCPT ); Mon, 11 May 2009 21:24:53 -0400 In-Reply-To: <1242075948.3685.32.camel@localhost.localdomain> Sender: kvm-owner@vger.kernel.org List-ID: Stuart Jansen wrote: > Does KVM support changing the CD in a running guest's disc drive? I've > tried to do it using the qemu monitor, but so far haven't been able to. > I've seen rumor and innuendo that KVM can't change the disc in a running > system, but no official confirmation yet. > > If KVM doesn't support changing the disc in a running system, what would > be required to support it? > The following worked for me when doing a guest install from multiple CD iso images: > to enter monitor from guest screen: > > 2 > > to exit back to guest screen: > > 1 > > changing a cd image: > > (qemu) info block > > > > (qemu) eject ide1-cd0 > (qemu) change ide1-cd0 > > 1 -- john.cooper@third-harmonic.com