]> Git Repo - qemu.git/commit
target-i386: Fix including "host" in -cpu ? output
authorJan Kiszka <[email protected]>
Sun, 24 Mar 2013 16:01:02 +0000 (17:01 +0100)
committerAndreas Färber <[email protected]>
Mon, 15 Apr 2013 23:19:46 +0000 (01:19 +0200)
commit21ad77892d321f15325d77f6fab700864af61f49
tree25b39ebbf2e766e8ea6ba066d63af85c9ce1c27d
parent24a6e7f4d91e9ed5f8117ecb083431a23f8609a0
target-i386: Fix including "host" in -cpu ? output

kvm_enabled() cannot be true at this point because accelerators are
initialized much later during init. Also, hiding this makes it very hard
to discover for users. Simply dump unconditionally if CONFIG_KVM is set.

Add explanation for "host" CPU type.

Signed-off-by: Jan Kiszka <[email protected]>
Reviewed-by: Igor Mammedov <[email protected]>
Signed-off-by: Andreas Färber <[email protected]>
target-i386/cpu.c
This page took 0.025352 seconds and 4 git commands to generate.