From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:32774) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SmQo8-00063X-7s for qemu-devel@nongnu.org; Wed, 04 Jul 2012 10:44:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SmQo2-0004Or-1h for qemu-devel@nongnu.org; Wed, 04 Jul 2012 10:43:55 -0400 Received: from mx1.redhat.com ([209.132.183.28]:1025) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SmQo1-0004OS-Pm for qemu-devel@nongnu.org; Wed, 04 Jul 2012 10:43:49 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q64EhlWA021453 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 4 Jul 2012 10:43:47 -0400 Message-ID: <4FF456A0.4040108@redhat.com> Date: Wed, 04 Jul 2012 16:43:44 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <3359847e9dbdf4531ed17e86ef55be8b8676e329.1340360906.git.phrdina@redhat.com> <633a6fdb6c3fd85a6837a79e1b4be706c29f55ad.1340811068.git.phrdina@redhat.com> In-Reply-To: <633a6fdb6c3fd85a6837a79e1b4be706c29f55ad.1340811068.git.phrdina@redhat.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v8 5/6] fdc_test: update media_change test List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Pavel Hrdina Cc: qemu-devel@nongnu.org Am 04.07.2012 16:26, schrieb Pavel Hrdina: > After rewrite DSKCHG bit handling the test has to be updated. Now > is needed to seek to different track to clear DSKCHG bit. > > Signed-off-by: Pavel Hrdina > --- > tests/fdc-test.c | 30 ++++++++++++++++++++++-------- > 1 files changed, 22 insertions(+), 8 deletions(-) Thanks, applied all. Kevin