]> xenbits.xensource.com Git - qemu-xen.git/commitdiff
tests/qtest/libqos/e1000e: Remove "other" interrupts
authorAkihiko Odaki <akihiko.odaki@daynix.com>
Thu, 10 Nov 2022 11:40:45 +0000 (20:40 +0900)
committerThomas Huth <thuth@redhat.com>
Thu, 15 Dec 2022 14:19:24 +0000 (15:19 +0100)
The "other" kind of interrupts are not used in the tests.

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

index 80b3e3db9099dd382a8689211b87623677e3c8e4..3b51bafcb7ab642c0f99fba466b8b1118b373a35 100644 (file)
@@ -32,7 +32,6 @@
 #define E1000E_IVAR_TEST_CFG \
     (((E1000E_RX0_MSG_ID | E1000_IVAR_INT_ALLOC_VALID) << E1000_IVAR_RXQ0_SHIFT) | \
      ((E1000E_TX0_MSG_ID | E1000_IVAR_INT_ALLOC_VALID) << E1000_IVAR_TXQ0_SHIFT) | \
-     ((E1000E_OTHER_MSG_ID | E1000_IVAR_INT_ALLOC_VALID) << E1000_IVAR_OTHER_SHIFT) | \
      E1000_IVAR_TX_INT_EVERY_WB)
 
 #define E1000E_RING_LEN (0x1000)
index a22f5fdbad0dc0303a14af569da81ab9a68dc06f..3bf285af42d283d0a6d10b4e45952d387c249a68 100644 (file)
@@ -24,7 +24,6 @@
 
 #define E1000E_RX0_MSG_ID           (0)
 #define E1000E_TX0_MSG_ID           (1)
-#define E1000E_OTHER_MSG_ID         (2)
 
 #define E1000E_TDLEN    (0x3808)
 #define E1000E_TDT      (0x3818)