From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gleb Natapov Subject: Re: KVM-88 broke floppy controller Date: Wed, 22 Jul 2009 14:50:28 +0300 Message-ID: <20090722115028.GI5638@redhat.com> References: <336222385.815511248262650333.JavaMail.root@zmail04.collab.prod.int.phx2.redhat.com> <264787190.815671248263031546.JavaMail.root@zmail04.collab.prod.int.phx2.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm To: Alexey Eromenko Return-path: Received: from mx2.redhat.com ([66.187.237.31]:53267 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751032AbZGVLua (ORCPT ); Wed, 22 Jul 2009 07:50:30 -0400 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n6MBoVn0023319 for ; Wed, 22 Jul 2009 07:50:31 -0400 Content-Disposition: inline In-Reply-To: <264787190.815671248263031546.JavaMail.root@zmail04.collab.prod.int.phx2.redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Wed, Jul 22, 2009 at 07:43:51AM -0400, Alexey Eromenko wrote: > > Hi All ! > > I found a new bug in Floppy controller -- usually I report bugs to Avi, > but since he is not here, I decided to report to mailing list. > > This bugs prevents Windows booting with Floppy inserted. > > Qemu command to reproduce: > ./qemu-kvm -fda myfloppy.vfd -cdrom /isos/windows/Windows2003_r2_VLK.iso -boot d > > It won't boot from CD-ROM (black screen), and will stuck during booting from hard disk. > It affects both Intel & AMD systems, but not Qemu emulator. (-no-kvm works) > > I did bisect and found bug in KVM userspace git: > > kvm-87-239-gbb598da ( commit bb598da496c040d42dde564bd8ace181be52293e by Glauber Costa) > on 6.7.2009. > > Can you look at it please ? > Can you try this patch? http://patchwork.kernel.org/patch/36661/ -- Gleb.