Re: [Qemu-devel] [PATCH v3 08/10] check: Move VMXNET3 test to common

2018-08-22 Thread Juan Quintela
Thomas Huth wrote: > On 2018-08-22 12:41, Juan Quintela wrote: >> Thomas Huth wrote: >>> On 2018-08-22 11:54, Juan Quintela wrote: We protect it with CONFIG_VMXNET3_PCI now, so no need to also put it on i386. Signed-off-by: Juan Quintela --- tests/Makefile.include

Re: [Qemu-devel] [PATCH v3 08/10] check: Move VMXNET3 test to common

2018-08-22 Thread Thomas Huth
On 2018-08-22 11:54, Juan Quintela wrote: > We protect it with CONFIG_VMXNET3_PCI now, so no need to also put it > on i386. > > Signed-off-by: Juan Quintela > --- > tests/Makefile.include | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/tests/Makefile.include b/tests

Re: [Qemu-devel] [PATCH v3 08/10] check: Move VMXNET3 test to common

2018-08-22 Thread Thomas Huth
On 2018-08-22 12:41, Juan Quintela wrote: > Thomas Huth wrote: >> On 2018-08-22 11:54, Juan Quintela wrote: >>> We protect it with CONFIG_VMXNET3_PCI now, so no need to also put it >>> on i386. >>> >>> Signed-off-by: Juan Quintela >>> --- >>> tests/Makefile.include | 4 ++-- >>> 1 file changed,

Re: [Qemu-devel] [PATCH v3 08/10] check: Move VMXNET3 test to common

2018-08-22 Thread Juan Quintela
Thomas Huth wrote: > On 2018-08-22 11:54, Juan Quintela wrote: >> We protect it with CONFIG_VMXNET3_PCI now, so no need to also put it >> on i386. >> >> Signed-off-by: Juan Quintela >> --- >> tests/Makefile.include | 4 ++-- >> 1 file changed, 2 insertions(+), 2 deletions(-) >> >> diff --git a

[Qemu-devel] [PATCH v3 08/10] check: Move VMXNET3 test to common

2018-08-22 Thread Juan Quintela
We protect it with CONFIG_VMXNET3_PCI now, so no need to also put it on i386. Signed-off-by: Juan Quintela --- tests/Makefile.include | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Makefile.include b/tests/Makefile.include index d524e1bdeb..91ffde3103 100644 --- a/