]> git.ipfire.org Git - thirdparty/qemu.git/commit
tests/qtest/libqos/e1000e: Set E1000_CTRL_SLU
authorAkihiko Odaki <akihiko.odaki@daynix.com>
Thu, 3 Nov 2022 02:54:51 +0000 (11:54 +0900)
committerThomas Huth <thuth@redhat.com>
Sun, 6 Nov 2022 09:14:26 +0000 (10:14 +0100)
commitff4f45811fb2ca8f17ef78361128b03dbb679185
tree8cc5b809688aeb590a264173b485a6ca4638b0f4
parent897c0da96f936217e3e2a04c77486ca93c2f1dea
tests/qtest/libqos/e1000e: Set E1000_CTRL_SLU

The later device status check depends on E1000_STATUS_LU, which is
enabled by E1000_CTRL_SLU. Though E1000_STATUS_LU is not implemented
and E1000_STATUS_LU is always available in the current implementation,
be a bit nicer and set E1000_CTRL_SLU just in case the bit is
implemented in the future.

Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com>
Message-Id: <20221103025451.27446-1-akihiko.odaki@daynix.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/qtest/libqos/e1000e.c