From: Gleb Natapov Date: Tue, 9 Jun 2009 12:56:28 +0000 (+0300) Subject: KVM: Break dependency between vcpu index in vcpus array and vcpu_id. X-Git-Tag: v2.6.32-rc1~693^2~155 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73880c80aa9c8dc353cd0ad26579023213cd5314;p=pandora-kernel.git KVM: Break dependency between vcpu index in vcpus array and vcpu_id. Archs are free to use vcpu_id as they see fit. For x86 it is used as vcpu's apic id. New ioctl is added to configure boot vcpu id that was assumed to be 0 till now. Signed-off-by: Gleb Natapov Signed-off-by: Avi Kivity --- Reading git-diff-tree failed