Re: [Qemu-devel] [PATCH V3 1/2] tests: introduce basic pci test for virtio-net

2015-08-04 Thread Stefan Hajnoczi
On Fri, Jul 17, 2015 at 03:25:53PM +0800, Jason Wang wrote: > Signed-off-by: Jason Wang > --- > Changes from V2: > - Remove duplicated code of gtest_start() > Changes from V1: > - replace the magic value 12 with a macro > --- > tests/Makefile | 2 +- > tests/virtio-net-test.c | 185 >

Re: [Qemu-devel] [PATCH V3 1/2] tests: introduce basic pci test for virtio-net

2015-07-29 Thread Fam Zheng
On Fri, 07/17 15:25, Jason Wang wrote: > Signed-off-by: Jason Wang > --- > Changes from V2: > - Remove duplicated code of gtest_start() > Changes from V1: > - replace the magic value 12 with a macro Series: Reviewed-by: Fam Zheng

[Qemu-devel] [PATCH V3 1/2] tests: introduce basic pci test for virtio-net

2015-07-17 Thread Jason Wang
Signed-off-by: Jason Wang --- Changes from V2: - Remove duplicated code of gtest_start() Changes from V1: - replace the magic value 12 with a macro --- tests/Makefile | 2 +- tests/virtio-net-test.c | 185 ++-- 2 files changed, 179 insertions