]> git.proxmox.com Git - mirror_qemu.git/commit - target/i386/cpu.c
target-i386: Move xcc->kvm_required check to realize time
authorIgor Mammedov <imammedo@redhat.com>
Mon, 6 Jun 2016 15:16:45 +0000 (17:16 +0200)
committerEduardo Habkost <ehabkost@redhat.com>
Tue, 14 Jun 2016 19:17:09 +0000 (16:17 -0300)
commit104494ea25ef6286d79e2f17d609f7ef4cd2dcce
tree92a3296fb9f7553af27199ccc19d0479e4bb8d64
parente435601058e656e6d24e3e87b187e5518f7bf16a
target-i386: Move xcc->kvm_required check to realize time

It will allow to drop custom cpu_x86_init() and use
cpu_generic_init() instead, reducing cpu_x86_create()
to a simple 3-liner.

Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
target-i386/cpu.c