From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:42624) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SXxJJ-0002TD-Dr for qemu-devel@nongnu.org; Fri, 25 May 2012 12:24:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SXxJH-00037s-Mi for qemu-devel@nongnu.org; Fri, 25 May 2012 12:24:16 -0400 Received: from mx1.redhat.com ([209.132.183.28]:45016) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SXxJH-00037Z-Ek for qemu-devel@nongnu.org; Fri, 25 May 2012 12:24:15 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q4PGODbP030428 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 25 May 2012 12:24:14 -0400 Message-ID: <4FBFB22A.6080901@redhat.com> Date: Fri, 25 May 2012 18:24:10 +0200 From: Kevin Wolf MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v4 0/3] fdc: fix media handling List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Pavel Hrdina Cc: pbonzini@redhat.com, qemu-devel@nongnu.org Am 24.05.2012 11:02, schrieb Pavel Hrdina: > This patch series fixes handling of FDC when you don't have media inserted. > Guest should see floppy drive if you start guest without media and should > detect that there is no media in drive. > > Signed-off-by: Pavel Hrdina > > Pavel Hrdina (3): > fdc: floppy drive should be visible after start without media > fdc: fix media detection > fdc-test: introduced qtest no_media_on_start and cmos qtest for > floppy > > hw/fdc.c | 14 ++++++----- > hw/pc.c | 2 +- > tests/fdc-test.c | 65 +++++++++++++++++++++++++++++++++++++++-------------- > 3 files changed, 57 insertions(+), 24 deletions(-) > Thanks, applied all to the block branch for 1.1. Kevin