From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:52827) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RDAsj-0004dx-UL for qemu-devel@nongnu.org; Mon, 10 Oct 2011 04:06:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RDAsf-0002dl-8R for qemu-devel@nongnu.org; Mon, 10 Oct 2011 04:06:41 -0400 Received: from mail-bw0-f45.google.com ([209.85.214.45]:45985) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RDAse-0002df-U4 for qemu-devel@nongnu.org; Mon, 10 Oct 2011 04:06:37 -0400 Sender: Paolo Bonzini Message-ID: <4E92A78A.2040002@redhat.com> Date: Mon, 10 Oct 2011 10:06:34 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <4E9273F5.5070500@gmail.com> In-Reply-To: <4E9273F5.5070500@gmail.com> Content-Type: text/plain; charset=GB2312 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] CD foler list and content won't update after eject and replace CD in winxp guest List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jiff Shen Cc: qemu-user@nongnu.org, qemu-devel@nongnu.org On 10/10/2011 06:26 AM, Jiff Shen wrote: > I recently found there is an issue with CD support in qemu, > my vm guest is windows xp, qemu version 0.13.50 which is from spice git, > the vm is startup with physical CDROM attached. > If I push the eject button of CDROM device and change CD media, most > time the directory list won't update in vm. (eject in winxp works) > I guess it's because the vm cannot receive the eject event from the > device, is this a known issue or has it already been fixed? It is possible that it has been fixed very recently. Markus Armbruster did a lot of improvements to the handling of CD-ROM media. However, I am not sure whether it works with a physical CD-ROM device being "passed" to the guest. Paolo