From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:51233) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SSNqw-0004rD-NK for qemu-devel@nongnu.org; Thu, 10 May 2012 03:32:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SSNqv-0005aH-3B for qemu-devel@nongnu.org; Thu, 10 May 2012 03:31:58 -0400 Received: from mail-pb0-f45.google.com ([209.85.160.45]:46880) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SSNqu-0005a0-Qs for qemu-devel@nongnu.org; Thu, 10 May 2012 03:31:57 -0400 Received: by pbbro12 with SMTP id ro12so2086899pbb.4 for ; Thu, 10 May 2012 00:31:54 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4FAB6EE5.1080904@redhat.com> Date: Thu, 10 May 2012 09:31:49 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1336492304-26256-1-git-send-email-kwolf@redhat.com> In-Reply-To: <1336492304-26256-1-git-send-email-kwolf@redhat.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/2] qtest: Add floppy media change test List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: qemu-devel@nongnu.org Il 08/05/2012 17:51, Kevin Wolf ha scritto: > Kevin Wolf (2): > qtest: Add function to send QMP commands > qtest: Add floppy test > > tests/Makefile | 2 + > tests/fdc-test.c | 186 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ > tests/libqtest.c | 123 ++++++++++++++++++++++++++++-------- > tests/libqtest.h | 17 +++++ > 4 files changed, 301 insertions(+), 27 deletions(-) > create mode 100644 tests/fdc-test.c > Thanks for the QMP bits especially! Reviewed-by: Paolo Bonzini