]> xenbits.xensource.com Git - people/pauldu/qemu.git/commitdiff
virtio-net-test: remove unused macro
authorJason Wang <jasowang@redhat.com>
Tue, 4 Dec 2018 03:53:46 +0000 (11:53 +0800)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 4 Dec 2018 11:06:15 +0000 (11:06 +0000)
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
Message-id: 20181204035347.6148-5-jasowang@redhat.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
tests/virtio-net-test.c

index 587a043e67509217ecd0bd948d0ca7a00a047b71..bdd6af99990b065ec44d0bb737dd5378eda4db6f 100644 (file)
@@ -24,7 +24,6 @@
 
 #define PCI_SLOT_HP             0x06
 #define PCI_SLOT                0x04
-#define PCI_FN                  0x00
 
 #define QVIRTIO_NET_TIMEOUT_US (30 * 1000 * 1000)
 #define VNET_HDR_SIZE sizeof(struct virtio_net_hdr_mrg_rxbuf)