From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Graf Subject: Re: SeaBIOS cdrom regression with Vista Date: Thu, 19 Nov 2009 16:40:29 +0100 Message-ID: <4B0566ED.3040008@suse.de> References: <4B02A35B.10801@redhat.com> <4B05657E.1070209@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Kevin O'Connor , qemu-devel , KVM list To: Avi Kivity Return-path: Received: from cantor.suse.de ([195.135.220.2]:33970 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756971AbZKSPkY (ORCPT ); Thu, 19 Nov 2009 10:40:24 -0500 In-Reply-To: <4B05657E.1070209@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: 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