summaryrefslogtreecommitdiffstats
path: root/stubs
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé2022-01-11 11:44:18 +0100
committerPhilippe Mathieu-Daudé2022-01-18 10:45:35 +0100
commite3ae2bbfcac6400c1eff72b5e89d093dd5758f56 (patch)
tree8b0be566aee1e431602803356d960f40b50dd60c /stubs
parentmemory: Fix incorrect calls of log_global_start/stop (diff)
downloadqemu-e3ae2bbfcac6400c1eff72b5e89d093dd5758f56.tar.gz
qemu-e3ae2bbfcac6400c1eff72b5e89d093dd5758f56.tar.xz
qemu-e3ae2bbfcac6400c1eff72b5e89d093dd5758f56.zip
stubs: Restrict fw_cfg to system emulation
fw_cfg_arch_key_name() stub is only required for sysemu. Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: David Hildenbrand <david@redhat.com> Message-Id: <20220111184309.28637-2-f4bug@amsat.org>
Diffstat (limited to 'stubs')
-rw-r--r--stubs/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/stubs/meson.build b/stubs/meson.build
index 71469c1d50..363f6fa785 100644
--- a/stubs/meson.build
+++ b/stubs/meson.build
@@ -11,7 +11,6 @@ stub_ss.add(files('icount.c'))
stub_ss.add(files('dump.c'))
stub_ss.add(files('error-printf.c'))
stub_ss.add(files('fdset.c'))
-stub_ss.add(files('fw_cfg.c'))
stub_ss.add(files('gdbstub.c'))
stub_ss.add(files('get-vm-name.c'))
if linux_io_uring.found()
@@ -51,6 +50,7 @@ if have_block
stub_ss.add(files('replay-tools.c'))
endif
if have_system
+ stub_ss.add(files('fw_cfg.c'))
stub_ss.add(files('semihost.c'))
stub_ss.add(files('usb-dev-stub.c'))
stub_ss.add(files('xen-hw-stub.c'))