Re: [PATCH] tests/qtest/libqos/e1000e: Use e1000_regs.h

2022-11-06 Thread Jason Wang
On Tue, Oct 25, 2022 at 10:54 PM Thomas Huth wrote: > > On 13/10/2022 07.52, Akihiko Odaki wrote: > > 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.

Re: [PATCH] tests/qtest/libqos/e1000e: Use e1000_regs.h

2022-10-25 Thread Thomas Huth
On 13/10/2022 07.52, Akihiko Odaki wrote: 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

[PATCH] tests/qtest/libqos/e1000e: Use e1000_regs.h

2022-10-12 Thread Akihiko Odaki
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