From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:51112) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJ4fK-0007vz-Jr for qemu-devel@nongnu.org; Wed, 26 Oct 2011 10:41:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RJ4fG-0004Od-GO for qemu-devel@nongnu.org; Wed, 26 Oct 2011 10:41:14 -0400 Received: from mx1.redhat.com ([209.132.183.28]:33704) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJ4fG-0004OW-5e for qemu-devel@nongnu.org; Wed, 26 Oct 2011 10:41:10 -0400 Message-ID: <4EA81C05.5090002@redhat.com> Date: Wed, 26 Oct 2011 12:41:09 -0200 From: Lucas Meneghel Rodrigues MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] qemu/qemu-kvm floppy regression brought by 212ec7baa28cc9d819234fed1541fc1423cfe3d8 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: QEMU devel , KVM mailing list , Avi Kivity , Marcelo Tosatti , Richard Henderson , Cleber Rosa 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. Cheers, Lucas and Cleber