From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NB97i-0002no-Qw for qemu-devel@nongnu.org; Thu, 19 Nov 2009 10:40:42 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NB97e-0002gQ-4X for qemu-devel@nongnu.org; Thu, 19 Nov 2009 10:40:42 -0500 Received: from [199.232.76.173] (port=56117 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NB97d-0002gE-Tx for qemu-devel@nongnu.org; Thu, 19 Nov 2009 10:40:38 -0500 Received: from cantor.suse.de ([195.135.220.2]:33971 helo=mx1.suse.de) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NB97d-0007gm-C1 for qemu-devel@nongnu.org; Thu, 19 Nov 2009 10:40:37 -0500 Message-ID: <4B0566ED.3040008@suse.de> Date: Thu, 19 Nov 2009 16:40:29 +0100 From: Alexander Graf MIME-Version: 1.0 References: <4B02A35B.10801@redhat.com> <4B05657E.1070209@redhat.com> In-Reply-To: <4B05657E.1070209@redhat.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: SeaBIOS cdrom regression with Vista List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Avi Kivity Cc: Kevin O'Connor , qemu-devel , KVM list Avi Kivity wrote: > On 11/17/2009 03:21 PM, Avi Kivity wrote: >> qemu-kvm's switch to seabios uncovered a regression with cdrom >> handling. Vista x64 no longer recognizes the cdrom, while pc-bios >> still works. Installing works, but that uses int 13, not the native >> driver. Haven't investigated further yet. >> >> Command line: >> >> qemu -drive >> file=/root/kvm-autotest/client/tests/kvm/images/winvista-64.qcow2,if=ide,cache=writeback >> -m 512 -smp 2 -cdrom >> /root/kvm-autotest/client/tests/kvm/isos/windows/winutils.iso -snapshot >> >> b496fe34317ead61cf5ae019506fadc8f9ad6556 in qemu-kvm.git. >> > > I've temporarily reverted to bochs bios until this issue is resolved. Make sure my second linuxboot patch (fix linuxboot with bochsbios) is applied then, as otherwise -kernel will break. Alex