diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2020-10-28 07:36:57 -0400 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-12-10 12:15:18 -0500 |
commit | 2c65db5e58d2c74921077f6c064ba4c91ebde16a (patch) | |
tree | 2f17d8e6b60cbb621521f2d534dc851e069fd31b /softmmu/meson.build | |
parent | 4cd29274729f6bfbb0202563929225bbbb861c1b (diff) |
vl: extract softmmu/datadir.c
Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'softmmu/meson.build')
-rw-r--r-- | softmmu/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/softmmu/meson.build b/softmmu/meson.build index 8f7210b4f0..7b52339e7a 100644 --- a/softmmu/meson.build +++ b/softmmu/meson.build @@ -3,6 +3,7 @@ specific_ss.add(when: 'CONFIG_SOFTMMU', if_true: [files( 'balloon.c', 'cpus.c', 'cpu-throttle.c', + 'datadir.c', 'physmem.c', 'ioport.c', 'memory.c', |