From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BwPqL-0002qb-GX for qemu-devel@nongnu.org; Sun, 15 Aug 2004 14:34:57 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BwPqJ-0002qP-Ud for qemu-devel@nongnu.org; Sun, 15 Aug 2004 14:34:57 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BwPqJ-0002qM-SY for qemu-devel@nongnu.org; Sun, 15 Aug 2004 14:34:55 -0400 Received: from [151.189.21.43] (helo=mail-in-01.arcor-online.net) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1BwPm8-0001tC-Kw for qemu-devel@nongnu.org; Sun, 15 Aug 2004 14:30:36 -0400 Received: from halef.NotaMusica.com (dsl-082-082-146-007.arcor-ip.net [82.82.146.7]) by mail-in-01.arcor-online.net (Postfix) with ESMTP id 4A37358B3B for ; Sun, 15 Aug 2004 20:30:34 +0200 (CEST) Received: from halef.NotaMusica.com (localhost [127.0.0.1]) by halef.NotaMusica.com (8.12.3/8.12.3/Debian-6.6) with ESMTP id i7FIUWVk006240 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Sun, 15 Aug 2004 20:30:32 +0200 Received: from localhost (jmartin@localhost) by halef.NotaMusica.com (8.12.3/8.12.3/Debian-6.6) with ESMTP id i7FIUVxq006235 for ; Sun, 15 Aug 2004 20:30:32 +0200 Date: Sun, 15 Aug 2004 20:30:31 +0200 (CEST) From: Johannes Martin Subject: Re: [Qemu-devel] [WinXP-Sp2] cannot change cdrom file or disc without quitting qemu... In-Reply-To: <411F9CFC.4020208@wanadoo.fr> Message-ID: References: <411F9CFC.4020208@wanadoo.fr> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi, On Sun, 15 Aug 2004, Frederic Bezies wrote: > I installed - wow, it was long - WinXP-Sp2, starting with a XP-Sp1. > > The only bad bug I notice is about cdrom file swapping. CD swapping was > not recognized by xp sp2. Maybe the same procedure I use in OS/2 works for WinXP: - qemu console: eject cdrom - OS/2: try to access the cdrom -> error message - qemu console: change cdrom /dev/cdrom (or somefile) - OS/2: retry accessing the cdrom That way, OS/2 will detect the disc change. Johannes