OSDN Git Service

tests/qtest/libqos/e1000e: Remove duplicate register definitions
authorAkihiko Odaki <akihiko.odaki@daynix.com>
Sat, 14 Jan 2023 03:59:19 +0000 (12:59 +0900)
committerThomas Huth <thuth@redhat.com>
Wed, 18 Jan 2023 11:27:21 +0000 (12:27 +0100)
commit57b8d8d6c20f85f53bb3d4ad3bb3ec03e942f05c
treebfafb2b2506cacfc2e529b5edde5b6a652dfcb40
parentda994bac07b486b5c5dc50ee411ba0bcf9f95e1e
tests/qtest/libqos/e1000e: Remove duplicate register definitions

The register definitions in tests/qtest/libqos/e1000e.h 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>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20230114035919.35251-20-akihiko.odaki@daynix.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/qtest/libqos/e1000e.c
tests/qtest/libqos/e1000e.h