From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41812) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z5DJp-0001wa-FD for qemu-devel@nongnu.org; Wed, 17 Jun 2015 09:23:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z5DJf-0002xL-Vc for qemu-devel@nongnu.org; Wed, 17 Jun 2015 09:23:53 -0400 Received: from mail-wi0-f169.google.com ([209.85.212.169]:38127) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z5DJf-0002wp-QG for qemu-devel@nongnu.org; Wed, 17 Jun 2015 09:23:43 -0400 Received: by wibdq8 with SMTP id dq8so53429373wib.1 for ; Wed, 17 Jun 2015 06:22:58 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <558174B0.3040509@redhat.com> Date: Wed, 17 Jun 2015 15:22:56 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1429875320-410-1-git-send-email-famz@redhat.com> <20150609101348.GA27451@stefanha-thinkpad.redhat.com> In-Reply-To: <20150609101348.GA27451@stefanha-thinkpad.redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH v2 0/5] virtio-test: Test case update List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi , Fam Zheng Cc: kwolf@redhat.com, qemu-devel@nongnu.org, stefanha@redhat.com, afaerber@suse.de On 09/06/2015 12:13, Stefan Hajnoczi wrote: > On Fri, Apr 24, 2015 at 07:35:15PM +0800, Fam Zheng wrote: >> v2: Fix CDB for WRITE SAME. [Paolo] >> >> Thanks to Marc Marí's work on libqos virtio support, it's now >> very easy to add a test case to drive a virtio-scsi device. >> >> The added test covers the recent fix for unaligned zero write in >> block layer, we exercise it here with scsi-disk WRITE SAME. >> >> >> Fam Zheng (5): tests: Link libqos virtio object to >> virtio-scsi-test libqos: Allow calling guest_free on NULL >> pointer libqos: Complete virtio device ID definition list tests: >> virtio-scsi: Move start/stop to individual test functions tests: >> virtio-scsi: Add test for unaligned WRITE SAME >> >> tests/Makefile | 2 +- tests/libqos/malloc.c | 3 >> + tests/libqos/virtio.h | 10 ++- tests/virtio-scsi-test.c | >> 201 +++++++++++++++++++++++++++++++++++++++++++++-- 4 files >> changed, 207 insertions(+), 9 deletions(-) > > Reviewed-by: Stefan Hajnoczi > > I think Andreas is traveling and may be offline. Probably best to > take this through Paolo's SCSI tree. Ok, will do. Paolo