From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:44802) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RD7Rp-0004BF-L6 for qemu-devel@nongnu.org; Mon, 10 Oct 2011 00:26:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RD7Rk-0001lc-Ld for qemu-devel@nongnu.org; Mon, 10 Oct 2011 00:26:41 -0400 Received: from mail-gy0-f173.google.com ([209.85.160.173]:48773) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RD7Rk-0001lX-GI for qemu-devel@nongnu.org; Mon, 10 Oct 2011 00:26:36 -0400 Message-ID: <4E9273F5.5070500@gmail.com> Date: Mon, 10 Oct 2011 12:26:29 +0800 From: Jiff Shen MIME-Version: 1.0 Content-Type: text/plain; charset=GB2312 Content-Transfer-Encoding: 7bit Subject: [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: qemu-devel@nongnu.org, qemu-user@nongnu.org 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? thanks