diff options
author | Akihiko Odaki <akihiko.odaki@daynix.com> | 2022-10-13 14:52:45 +0900 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2022-10-28 09:39:21 +0200 |
commit | 0e283d845e9040a4a20dfb2c7122c9e95afca46f (patch) | |
tree | c4abee8a7950a685f38924e7f3667d4acf04353c /qobject | |
parent | 73df4f92273d80556777b9f2084898bd1889315e (diff) |
tests/qtest/libqos/e1000e: Use e1000_regs.h
The register definitions in tests/qtest/libqos/e1000e.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.
E1000E_CTRL_EXT_TXLSFLOW is removed from E1000E_CTRL_EXT settings
because hw/net/e1000_regs.h does not have the definition and it is for
TCP segmentation offload, which does not matter for the implemented
tests.
Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com>
Message-Id: <20221013055245.28102-1-akihiko.odaki@daynix.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'qobject')
0 files changed, 0 insertions, 0 deletions