diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2019-08-15 17:31:07 +0400 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-08-21 06:30:26 -0400 |
commit | 4f780d5629e965e2c479f36adeed11dc6902306c (patch) | |
tree | 7438326a6786734998135fb39d0da1d2f89b4035 /hw/meson.build | |
parent | be786d2f4aa3f9f53141ddabb50247176c004506 (diff) |
meson: convert hw/vfio
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/meson.build')
-rw-r--r-- | hw/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/meson.build b/hw/meson.build index 8338fc4408..4dafc8a08e 100644 --- a/hw/meson.build +++ b/hw/meson.build @@ -3,6 +3,7 @@ subdir('mem') subdir('nubus') subdir('semihosting') subdir('smbios') +subdir('vfio') subdir('virtio') subdir('watchdog') subdir('xen') |