From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:48727) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RLmcJ-0004kQ-TN for qemu-devel@nongnu.org; Wed, 02 Nov 2011 22:01:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RLmcI-0007sN-KA for qemu-devel@nongnu.org; Wed, 02 Nov 2011 22:01:19 -0400 Received: from mx1.redhat.com ([209.132.183.28]:51106) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RLmcI-0007s9-8D for qemu-devel@nongnu.org; Wed, 02 Nov 2011 22:01:18 -0400 Message-ID: <4EB1F5ED.1090103@redhat.com> Date: Thu, 03 Nov 2011 00:01:17 -0200 From: Lucas Meneghel Rodrigues MIME-Version: 1.0 References: <4EA81C05.5090002@redhat.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] qemu/qemu-kvm floppy regression brought by 212ec7baa28cc9d819234fed1541fc1423cfe3d8 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Zhi Yong Wu Cc: KVM mailing list , Stefan Hajnoczi , Marcelo Tosatti , QEMU devel , Avi Kivity , Cleber Rosa , Richard Henderson On 11/02/2011 05:48 AM, Zhi Yong Wu wrote: > On Wed, Oct 26, 2011 at 10:41 PM, Lucas Meneghel Rodrigues > wrote: >> Hi folks: >> >> We've captured a regression with floppy disk on recent qemu (and qemu-kvm, >> after a code merge). We bisected it to be caused by: >> >> commit 212ec7baa28cc9d819234fed1541fc1423cfe3d8 >> Author: Richard Henderson >> Date: Mon Aug 15 15:08:45 2011 -0700 >> >> fdc: Convert to isa_register_portio_list >> >> Signed-off-by: Richard Henderson >> Signed-off-by: Avi Kivity >> >> Since this commit, the guest doesn't see a floppy disk attached to it >> anymore, blocking kvm autotest ability to install windows guests >> automatically. This is a big deal for kvm autotest (ruins our automated >> regression jobs), so please take a look at it. > Just i tried the latest qemu.git upstream, it can work for floppy now. > I can see the floppy drive on guest and the file in it saved by me. > > My qemu.git/HEAD is > > commit e072ea2fd8fdceef64159b9596d3c15ce01bea91 > Author: Anthony Liguori > Date: Tue Nov 1 19:37:01 2011 -0500 > > Bump version to 1.0-rc0 > > Look out 1.0, here we come! > > Signed-off-by: Anthony Liguori > Ok, I have triggered some jobs and will look during the morning whether this is working for us as well.