diff options
author | Claudio Fontana | 2020-12-12 16:55:13 +0100 |
---|---|---|
committer | Eduardo Habkost | 2020-12-16 20:06:53 +0100 |
commit | 0c36af8ce86df663bcbb7aba6466645d08f29bbf (patch) | |
tree | 8d2ca6bb940732517d07722fef9e0fd25c8e4872 /target/i386/meson.build | |
parent | i386: move TCG accel files into tcg/ (diff) | |
download | qemu-0c36af8ce86df663bcbb7aba6466645d08f29bbf.tar.gz qemu-0c36af8ce86df663bcbb7aba6466645d08f29bbf.tar.xz qemu-0c36af8ce86df663bcbb7aba6466645d08f29bbf.zip |
i386: move cpu dump out of helper.c into cpu-dump.c
Signed-off-by: Claudio Fontana <cfontana@suse.de>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20201212155530.23098-7-cfontana@suse.de>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Diffstat (limited to 'target/i386/meson.build')
-rw-r--r-- | target/i386/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/i386/meson.build b/target/i386/meson.build index 750471c9f3..c4bf20b319 100644 --- a/target/i386/meson.build +++ b/target/i386/meson.build @@ -4,6 +4,7 @@ i386_ss.add(files( 'gdbstub.c', 'helper.c', 'xsave_helper.c', + 'cpu-dump.c', )) i386_ss.add(when: 'CONFIG_SEV', if_true: files('sev.c'), if_false: files('sev-stub.c')) |