From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42008) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YlbtM-0006li-9I for qemu-devel@nongnu.org; Fri, 24 Apr 2015 07:35:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YlbtI-0005wo-2l for qemu-devel@nongnu.org; Fri, 24 Apr 2015 07:35:31 -0400 Received: from mx1.redhat.com ([209.132.183.28]:34271) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YlbtH-0005wi-Nt for qemu-devel@nongnu.org; Fri, 24 Apr 2015 07:35:27 -0400 From: Fam Zheng Date: Fri, 24 Apr 2015 19:35:15 +0800 Message-Id: <1429875320-410-1-git-send-email-famz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH v2 0/5] virtio-test: Test case update List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, pbonzini@redhat.com, afaerber@suse.de, stefanha@redhat.com v2: Fix CDB for WRITE SAME. [Paolo] Thanks to Marc Mar=C3=AD's work on libqos virtio support, it's now very e= asy to add a test case to drive a virtio-scsi device. The added test covers the recent fix for unaligned zero write in block la= yer, 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(-) --=20 1.9.3