libqos: drop duplicated virtio_config.h definitions
authorStefan Hajnoczi <stefanha@redhat.com>
Mon, 9 May 2016 12:47:36 +0000 (13:47 +0100)
committerStefan Hajnoczi <stefanha@redhat.com>
Mon, 20 Jun 2016 10:44:12 +0000 (11:44 +0100)
commit1373a4c2568282a8f998a778f09d9d628afcd7fd
treeff33e9d2399492b538e2646d2e024f2b4c41b50c
parent7ad1e708e68426b4deaeb975636396ac4d6266b1
libqos: drop duplicated virtio_config.h definitions

Note that VIRTIO_F_ANY_LAYOUT and VIRTIO_F_NOTIFY_ON_EMPTY are bit
numbers in virtio_config.h but bit masks in qtest virtio.h.  Therefore
it's necessary to change users from X to (1u << X).

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-id: 1462798061-30382-4-git-send-email-stefanha@redhat.com
tests/libqos/virtio.c
tests/libqos/virtio.h
tests/virtio-blk-test.c