From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:43003) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SWmp3-0005QX-5e for qemu-devel@nongnu.org; Tue, 22 May 2012 07:00:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SWmos-0003b1-RG for qemu-devel@nongnu.org; Tue, 22 May 2012 07:00:12 -0400 Received: from mx1.redhat.com ([209.132.183.28]:3632) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SWmos-0003Yc-J7 for qemu-devel@nongnu.org; Tue, 22 May 2012 07:00:02 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q4MB00OH022171 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 22 May 2012 07:00:00 -0400 From: Pavel Hrdina Date: Tue, 22 May 2012 12:59:56 +0200 Message-Id: Subject: [Qemu-devel] [PATCH 0/2] fdc: fix media handling List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: 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 (2): fdc: floppy drive should be visible after start without media fdc: fix media detection hw/fdc.c | 8 ++------ hw/pc.c | 2 +- 2 files changed, 3 insertions(+), 7 deletions(-) -- 1.7.7.6