From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:52066) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T8pix-00064q-Cs for qemu-devel@nongnu.org; Tue, 04 Sep 2012 05:47:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T8pir-0004XQ-Oi for qemu-devel@nongnu.org; Tue, 04 Sep 2012 05:47:11 -0400 Received: from mx1.redhat.com ([209.132.183.28]:54434) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T8pir-0004XC-Gi for qemu-devel@nongnu.org; Tue, 04 Sep 2012 05:47:05 -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 q849l4pJ000804 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 4 Sep 2012 05:47:04 -0400 From: Kevin Wolf Date: Tue, 4 Sep 2012 11:46:53 +0200 Message-Id: <1346752016-3569-1-git-send-email-kwolf@redhat.com> Subject: [Qemu-devel] [PATCH 0/3] fdc: Fix FD_SR0_SEEK flag List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, phrdina@redhat.com Pavel, does this make sense to you? It seems to fix the NT 3.1 floppy driver. Kevin Wolf (3): fdc: Remove status0 parameter from fdctrl_set_fifo() fdc: Fix false FD_SR0_SEEK fdc-test: Check READ ID hw/fdc.c | 38 ++++++++++++++---------------- tests/fdc-test.c | 68 +++++++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 85 insertions(+), 21 deletions(-) -- 1.7.6.5