mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
i386: split off sysemu-only functionality in tcg-cpu
Signed-off-by: Claudio Fontana <cfontana@suse.de> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20210322132800.7470-11-cfontana@suse.de> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
9ea057dc64
commit
222f3e6f19
7 changed files with 121 additions and 71 deletions
2
target/i386/tcg/user/meson.build
Normal file
2
target/i386/tcg/user/meson.build
Normal file
|
@ -0,0 +1,2 @@
|
|||
i386_user_ss.add(when: ['CONFIG_TCG', 'CONFIG_USER_ONLY'], if_true: files(
|
||||
))
|
Loading…
Add table
Add a link
Reference in a new issue