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

2015-07-16 Thread Stefan Hajnoczi
On Mon, Jul 13, 2015 at 02:04:19PM +0800, Jason Wang wrote: > Signed-off-by: Jason Wang > --- > Changes from V1: > - replace the magic value 12 with a macro > --- > tests/Makefile | 2 +- > tests/virtio-net-test.c | 186 > ++-- > 2 files cha

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

2015-07-13 Thread Jason Wang
On 07/13/2015 04:49 PM, Fam Zheng wrote: > On Mon, 07/13 14:04, Jason Wang wrote: >> > Signed-off-by: Jason Wang >> > --- >> > Changes from V1: >> > - replace the magic value 12 with a macro >> > --- >> > tests/Makefile | 2 +- >> > tests/virtio-net-test.c | 186 >> > +++

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

2015-07-13 Thread Fam Zheng
On Mon, 07/13 14:04, Jason Wang wrote: > Signed-off-by: Jason Wang > --- > Changes from V1: > - replace the magic value 12 with a macro > --- > tests/Makefile | 2 +- > tests/virtio-net-test.c | 186 > ++-- > 2 files changed, 180 insertions(

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

2015-07-12 Thread Jason Wang
Signed-off-by: Jason Wang --- Changes from V1: - replace the magic value 12 with a macro --- tests/Makefile | 2 +- tests/virtio-net-test.c | 186 ++-- 2 files changed, 180 insertions(+), 8 deletions(-) diff --git a/tests/Makefile b/tests/Ma