aboutsummaryrefslogtreecommitdiff
path: root/tests/qtest/libqos/ahci.h
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2020-08-04 20:00:40 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2020-08-21 06:30:20 -0400
commita2ce7dbd917a18408cf4bfd132578b46c2752a72 (patch)
treefb0ddda03657f0ccacf5a42aae65f0b11aaf3ffb /tests/qtest/libqos/ahci.h
parent2634733c6bfcb803a6b8f107a8ed1f3c598b0a47 (diff)
downloadqemu-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/ahci.h')
-rw-r--r--tests/qtest/libqos/ahci.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/qtest/libqos/ahci.h b/tests/qtest/libqos/ahci.h
index 44ab110..88835b6 100644
--- a/tests/qtest/libqos/ahci.h
+++ b/tests/qtest/libqos/ahci.h
@@ -25,9 +25,9 @@
* THE SOFTWARE.
*/
-#include "libqos/libqos.h"
-#include "libqos/pci.h"
-#include "libqos/malloc-pc.h"
+#include "libqos.h"
+#include "pci.h"
+#include "malloc-pc.h"
/*** Supplementary PCI Config Space IDs & Masks ***/
#define PCI_DEVICE_ID_INTEL_Q35_AHCI (0x2922)