diff options
author | Paolo Bonzini | 2020-08-04 20:00:40 +0200 |
---|---|---|
committer | Paolo Bonzini | 2020-08-21 12:30:20 +0200 |
commit | a2ce7dbd917a18408cf4bfd132578b46c2752a72 (patch) | |
tree | fb0ddda03657f0ccacf5a42aae65f0b11aaf3ffb /tests/qtest/libqos/virtio-blk.c | |
parent | meson: convert chardev directory to Meson (emulator part) (diff) | |
download | qemu-a2ce7dbd917a18408cf4bfd132578b46c2752a72.tar.gz qemu-a2ce7dbd917a18408cf4bfd132578b46c2752a72.tar.xz qemu-a2ce7dbd917a18408cf4bfd132578b46c2752a72.zip |
meson: convert tests/qtest to meson
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'tests/qtest/libqos/virtio-blk.c')
-rw-r--r-- | tests/qtest/libqos/virtio-blk.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/qtest/libqos/virtio-blk.c b/tests/qtest/libqos/virtio-blk.c index 5fc69401be..5da02591bc 100644 --- a/tests/qtest/libqos/virtio-blk.c +++ b/tests/qtest/libqos/virtio-blk.c @@ -20,8 +20,8 @@ #include "libqtest.h" #include "qemu/module.h" #include "standard-headers/linux/virtio_blk.h" -#include "libqos/qgraph.h" -#include "libqos/virtio-blk.h" +#include "qgraph.h" +#include "virtio-blk.h" #define PCI_SLOT 0x04 #define PCI_FN 0x00 |