KVM: SMP: Add vcpu_id field in struct vcpu
authorQing He <qing.he@intel.com>
Thu, 12 Jul 2007 09:33:56 +0000 (12:33 +0300)
committerAvi Kivity <avi@qumranet.com>
Sat, 13 Oct 2007 08:18:17 +0000 (10:18 +0200)
This patch adds a `vcpu_id' field in `struct vcpu', so we can
differentiate BSP and APs without pointer comparison or arithmetic.

Signed-off-by: Qing He <qing.he@intel.com>
Signed-off-by: Avi Kivity <avi@qumranet.com>

No differences found