This website requires JavaScript.
Explore
Help
Register
Sign In
xemu-project
/
xemu
Watch
1
Star
0
Fork
0
You've already forked xemu
mirror of
https://github.com/xemu-project/xemu.git
synced
2024-11-24 12:09:58 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
3391953660
xemu
/
accel
/
Kconfig
10 lines
92 B
Plaintext
Raw
Normal View
History
Unescape
Escape
accel/Kconfig: Add the TCG selector Expose the CONFIG_TCG selector to let minikconf.py uses it. When building with --disable-tcg build, this helps to deselect devices that are TCG-dependent. Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2020-06-18 12:33:40 +00:00
config TCG
bool
accel/Kconfig: Extract accel selectors into their own config Move the accel selectors from the global Kconfig.host to their own Kconfig file. Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2020-06-18 12:33:39 +00:00
config KVM
bool
config XEN
bool
select FSDEV_9P if VIRTFS
Reference in New Issue
Copy Permalink