53f77e4562
tests: Use qtest_add_data_func() consistently
...
Replace uses of g_test_add_data_func() for QTest test cases.
It is still valid to use it for any non-QTest test cases,
which are not run for multiple target binaries.
Suggested-by: John Snow <jsnow@redhat.com >
Reviewed-by: John Snow <jsnow@redhat.com >
Signed-off-by: Andreas Färber <afaerber@suse.de >
2015-06-19 10:29:14 +02:00
7efea76377
e1000: remove broken support for 82573L
...
Currently, e1000 support is based on the manual for the 8254xx
model series. 82573x models are documented in a separate manual
(see http://www.intel.com/content/dam/www/public/us/en/documents/manuals/pcie-gbe-controllers-open-source-manual.pdf )
and the 82573L device ID no longer works correctly on either Linux
(3.14.*) or Windows 7.
This patch removes stale code claiming to support 82573L, cleaning
up the code base for the remaining 8254xx model series.
Signed-off-by: Gabriel Somlo <somlo@cmu.edu >
Reviewed-by: Michael S. Tsirkin <mst@redhat.com >
Reviewed-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com >
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com >
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com >
2014-06-09 15:38:58 +02:00
b167383ffb
tests: e1000: test additional device IDs
...
Update e1000-test.c to check all currently supported devices.
Suggested-by: Andreas Färber <afaerber@suse.de >
Signed-off-by: Gabriel Somlo <somlo@cmu.edu >
Reviewed-by: Michael S. Tsirkin <mst@redhat.com >
Reviewed-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com >
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com >
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com >
2014-06-09 15:38:58 +02:00
a21baf7999
tests: Add e1000 qtest
...
Cc: Michael S. Tsirkin <mst@redhat.com >
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com >
Signed-off-by: Andreas Färber <afaerber@suse.de >
2014-02-14 16:22:33 +01:00