diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2020-08-04 20:00:40 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-08-21 06:30:20 -0400 |
commit | a2ce7dbd917a18408cf4bfd132578b46c2752a72 (patch) | |
tree | fb0ddda03657f0ccacf5a42aae65f0b11aaf3ffb /tests/qtest/libqos/virtio-mmio.h | |
parent | 2634733c6bfcb803a6b8f107a8ed1f3c598b0a47 (diff) | |
download | qemu-a2ce7dbd917a18408cf4bfd132578b46c2752a72.zip qemu-a2ce7dbd917a18408cf4bfd132578b46c2752a72.tar.gz qemu-a2ce7dbd917a18408cf4bfd132578b46c2752a72.tar.bz2 |
meson: convert tests/qtest to meson
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'tests/qtest/libqos/virtio-mmio.h')
-rw-r--r-- | tests/qtest/libqos/virtio-mmio.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/qtest/libqos/virtio-mmio.h b/tests/qtest/libqos/virtio-mmio.h index 0e45778..30803bc 100644 --- a/tests/qtest/libqos/virtio-mmio.h +++ b/tests/qtest/libqos/virtio-mmio.h @@ -10,8 +10,8 @@ #ifndef LIBQOS_VIRTIO_MMIO_H #define LIBQOS_VIRTIO_MMIO_H -#include "libqos/virtio.h" -#include "libqos/qgraph.h" +#include "virtio.h" +#include "qgraph.h" #define QVIRTIO_MMIO_MAGIC_VALUE 0x000 #define QVIRTIO_MMIO_VERSION 0x004 |