]> git.proxmox.com Git - mirror_qemu.git/commit - target/i386/cpu.c
target-i386: Fix including "host" in -cpu ? output
authorJan Kiszka <jan.kiszka@siemens.com>
Sun, 24 Mar 2013 16:01:02 +0000 (17:01 +0100)
committerAndreas Färber <afaerber@suse.de>
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 <jan.kiszka@siemens.com>
Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
target-i386/cpu.c