Re: [Qemu-devel] [PATCH 4/4] tests/pxe-test: Add some extra tests

2017-12-15 Thread David Gibson
On Fri, Dec 15, 2017 at 11:51:18AM +0100, Thomas Huth wrote: > On 15.12.2017 11:16, David Gibson wrote: > > Previously virtio-net was only tested for ppc64 in "slow" mode. That > > doesn't make much sense since virtio-net is used much more often in > > practice than the spapr-vlan device which was

Re: [Qemu-devel] [PATCH 4/4] tests/pxe-test: Add some extra tests

2017-12-15 Thread Thomas Huth
On 15.12.2017 11:16, David Gibson wrote: > Previously virtio-net was only tested for ppc64 in "slow" mode. That > doesn't make much sense since virtio-net is used much more often in > practice than the spapr-vlan device which was tested always. So, move > virtio-net to always be tested on ppc64.