Re: [PATCH] tests/avocado: require netdev 'user' for kvm_xen_guest

2023-04-14 Thread Peter Maydell
On Thu, 13 Apr 2023 at 22:43, John Snow wrote: > > The tests will fail mysteriously with EOFError otherwise, because the VM > fails to boot and quickly disconnects from the QMP socket. Skip these > tests when we didn't compile with slirp. > > Fixes: c8cb603293fd (tests/avocado: Test Xen guest supp

Re: [PATCH] tests/avocado: require netdev 'user' for kvm_xen_guest

2023-04-13 Thread John Snow
On Thu, Apr 13, 2023 at 5:43 PM John Snow wrote: > > The tests will fail mysteriously with EOFError otherwise, because the VM > fails to boot and quickly disconnects from the QMP socket. Skip these > tests when we didn't compile with slirp. > Full disclosure: I only tested this patch in conjuncti

[PATCH] tests/avocado: require netdev 'user' for kvm_xen_guest

2023-04-13 Thread John Snow
The tests will fail mysteriously with EOFError otherwise, because the VM fails to boot and quickly disconnects from the QMP socket. Skip these tests when we didn't compile with slirp. Fixes: c8cb603293fd (tests/avocado: Test Xen guest support under KVM) Signed-off-by: John Snow --- tests/avocado