diff options
author | Stefan Hajnoczi <stefanha@redhat.com> | 2016-05-09 13:47:35 +0100 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@redhat.com> | 2016-06-20 11:44:11 +0100 |
commit | 7ad1e708e68426b4deaeb975636396ac4d6266b1 (patch) | |
tree | fa8b9de7aa05e09042c0f998a6aba137e67c64cd /tests/libqos/virtio.h | |
parent | 8ac9e205bd516d9cedbf28852d77c14ce977b74b (diff) |
libqos: drop duplicated PCI vendor ID definition
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-id: 1462798061-30382-3-git-send-email-stefanha@redhat.com
Diffstat (limited to 'tests/libqos/virtio.h')
-rw-r--r-- | tests/libqos/virtio.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/libqos/virtio.h b/tests/libqos/virtio.h index af03793870..e663bcf3d1 100644 --- a/tests/libqos/virtio.h +++ b/tests/libqos/virtio.h @@ -12,8 +12,6 @@ #include "libqos/malloc.h" -#define QVIRTIO_VENDOR_ID 0x1AF4 - #define QVIRTIO_RESET 0x0 #define QVIRTIO_ACKNOWLEDGE 0x1 #define QVIRTIO_DRIVER 0x2 |