]> git.proxmox.com Git - mirror_qemu.git/commit - target-i386/kvm.c
target-i386: kvm: Set vcpu_id to APIC ID instead of CPU index
authorEduardo Habkost <ehabkost@redhat.com>
Tue, 22 Jan 2013 20:25:02 +0000 (18:25 -0200)
committerAndreas Färber <afaerber@suse.de>
Sun, 27 Jan 2013 13:34:26 +0000 (14:34 +0100)
commit83b17af5e619abdf11721826b08fa4f30e9dc4ee
tree35585ed841f963736951409fdbc6a92fb57064f6
parentb164e48ed1600055bc190aa3ab42c18004d2c711
target-i386: kvm: Set vcpu_id to APIC ID instead of CPU index

The CPU ID in KVM is supposed to be the APIC ID, so change the
KVM_CREATE_VCPU call to match it. The current behavior didn't break
anything yet because today the APIC ID is assumed to be equal to the CPU
index, but this won't be true in the future.

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Reviewed-by: Marcelo Tosatti <mtosatti@redhat.com>
Acked-by: Gleb Natapov <gleb@redhat.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
target-i386/kvm.c