mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 02:24:58 -06:00
i386: switch boards to "default y"
Some targets use "default y" for boards to filter out those that require TCG. For consistency we are switching all other targets to do the same. Continue with i386. No changes to generated config-devices.mak files, other than adding CONFIG_I386 to the x86_64-softmmu target. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
9e6190aecd
commit
4921d0a753
4 changed files with 17 additions and 8 deletions
|
@ -5,3 +5,4 @@ config I386
|
|||
|
||||
config X86_64
|
||||
bool
|
||||
select I386
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue