]> git.ipfire.org Git - thirdparty/qemu.git/commit
tests/qtest/e1000e-test: Use e1000_regs.h
authorAkihiko Odaki <akihiko.odaki@daynix.com>
Thu, 3 Nov 2022 09:54:16 +0000 (18:54 +0900)
committerThomas Huth <thuth@redhat.com>
Sun, 6 Nov 2022 09:14:26 +0000 (10:14 +0100)
commitdfa644b231a55e50571b99bc65a2fff530e6913c
tree37622248bbedb55d15e25ce18d82514d865d556b
parentff4f45811fb2ca8f17ef78361128b03dbb679185
tests/qtest/e1000e-test: Use e1000_regs.h

The register definitions in tests/qtest/e1000e-test.c had names
different from hw/net/e1000_regs.h, which made it hard to understand
what test codes corresponds to the implementation. Use
hw/net/e1000_regs.h from tests/qtest/libqos/e1000e.c to remove
these duplications.

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