diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2020-02-03 11:42:03 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-08-21 06:30:17 -0400 |
commit | 2becc36a3e53dc9b8ed01c5288e21a2463f1f640 (patch) | |
tree | a9d1f784c47bc111897d41db50972c4628bf6607 /hw/vfio | |
parent | d3b184809608f3ea948b199d779ec02169ad7085 (diff) | |
download | qemu-2becc36a3e53dc9b8ed01c5288e21a2463f1f640.zip qemu-2becc36a3e53dc9b8ed01c5288e21a2463f1f640.tar.gz qemu-2becc36a3e53dc9b8ed01c5288e21a2463f1f640.tar.bz2 |
meson: infrastructure for building emulators
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/vfio')
-rw-r--r-- | hw/vfio/pci-quirks.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/vfio/pci-quirks.c b/hw/vfio/pci-quirks.c index 3a14b7c..5715091 100644 --- a/hw/vfio/pci-quirks.c +++ b/hw/vfio/pci-quirks.c @@ -11,7 +11,7 @@ */ #include "qemu/osdep.h" -#include "config-devices.h" +#include CONFIG_DEVICES #include "exec/memop.h" #include "qemu/units.h" #include "qemu/error-report.h" |