Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | accel/Kconfig: Add the TCG selector | Philippe Mathieu-Daudé | 2020-07-11 | 1 | -0/+3 |
| | | | | | | | | | | | | 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> | ||||
* | accel/Kconfig: Extract accel selectors into their own config | Philippe Mathieu-Daudé | 2020-07-11 | 1 | -0/+6 |
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> |