commit | 73880c80aa9c8dc353cd0ad26579023213cd5314 | [log] [tgz] |
---|---|---|
author | Gleb Natapov <gleb@redhat.com> | Tue Jun 09 15:56:28 2009 +0300 |
committer | Avi Kivity <avi@redhat.com> | Thu Sep 10 08:32:52 2009 +0300 |
tree | d5bee5c87c3468feb941cc898e342f52c0adce19 | |
parent | 1ed0ce000a6c20c36ec649e32fc24393ef418ed8 [diff] |
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 <gleb@redhat.com> Signed-off-by: Avi Kivity <avi@redhat.com>