From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47961) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YuoKI-0006hh-99 for qemu-devel@nongnu.org; Tue, 19 May 2015 16:41:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YuoKE-0001vs-Hm for qemu-devel@nongnu.org; Tue, 19 May 2015 16:41:22 -0400 Message-ID: <555B9FEC.70303@redhat.com> Date: Tue, 19 May 2015 16:41:16 -0400 From: John Snow MIME-Version: 1.0 References: <1432049762-2184-1-git-send-email-kwolf@redhat.com> <1432049762-2184-9-git-send-email-kwolf@redhat.com> In-Reply-To: <1432049762-2184-9-git-send-email-kwolf@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 8/8] fdc-test: Test state for existing cases more thoroughly List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf , qemu-block@nongnu.org Cc: qemu-devel@nongnu.org On 05/19/2015 11:36 AM, Kevin Wolf wrote: > This just adds a few additional checks of the MSR and interrupt pin to > the already existing test cases. > > Signed-off-by: Kevin Wolf > --- > tests/fdc-test.c | 34 ++++++++++++++++++++++++++++++++++ > 1 file changed, 34 insertions(+) > > diff --git a/tests/fdc-test.c b/tests/fdc-test.c > index 3c6c83c..416394f 100644 > --- a/tests/fdc-test.c > +++ b/tests/fdc-test.c [snip] Reviewed-by: John Snow