tests/qtest/libqos/e1000e: Use E1000_STATUS_ASDV_1000
commit5ebafa16433e424127738d694c653101cc3133dd
authorAkihiko Odaki <akihiko.odaki@daynix.com>
Thu, 3 Nov 2022 08:34:25 +0000 (3 17:34 +0900)
committerThomas Huth <thuth@redhat.com>
Sun, 6 Nov 2022 09:14:26 +0000 (6 10:14 +0100)
treecd4c700b1c85640ee94602affd2653af415efd31
parentdfa644b231a55e50571b99bc65a2fff530e6913c
tests/qtest/libqos/e1000e: Use E1000_STATUS_ASDV_1000

Nemonics E1000_STATUS_LAN_INIT_DONE and E1000_STATUS_ASDV_1000 have
the same value, and E1000_STATUS_ASDV_1000 should be used here because
E1000_STATUS_ASDV_1000 represents the auto-detected speed tested here
while E1000_STATUS_LAN_INIT_DONE is a value used for a different purpose
with a variant of e1000e family different from the one implemented in
QEMU.

Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com>
Message-Id: <20221103083425.100590-1-akihiko.odaki@daynix.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/qtest/libqos/e1000e.c