qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH V7 0/6] VMXNET3 paravirtual NIC device implement


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [PATCH V7 0/6] VMXNET3 paravirtual NIC device implementation
Date: Thu, 29 Nov 2012 18:45:34 +0100

On Fri, Nov 16, 2012 at 2:55 PM, Dmitry Fleytman <address@hidden> wrote:
>       We didn't succeed to find any guide or sample for the
>       king of tests required (packets transmission).
>       If someone can provide a pointer to the relevant
>       information we'll be very grateful.

QEMU does not have a NIC test suite.  You can use manual testing of
guests with vmxnet3 drivers to see if the NIC works as expected.
Maybe you could even try running WHQL tests on the VMXNET3 driver
inside a Windows guest - I'm not sure, I've never looked into WHQL.

The community has been developing the qtest framework which is for
device-level testing.  For example, you could poke hardware registers
and check that the correct interrupt gets raised.  However, this
framework is being extended to cover busses and hardware as developers
decide they want test coverage.  PCI support isn't available yet but
Anthony Liguori recently worked on qtest PCI code.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]