commit | dad3795d2baa4e02cbfd161d9089c73dea16b4ba | [log] [tgz] |
---|---|---|
author | Qing He <qing.he@intel.com> | Thu Jul 12 12:33:56 2007 +0300 |
committer | Avi Kivity <avi@qumranet.com> | Sat Oct 13 10:18:17 2007 +0200 |
tree | 56bedc042a5ba0a2b92eecc4e488b0328a35db54 | |
parent | cd0d91379776cb6850c7b11c0a8843ca75967558 [diff] |
KVM: SMP: Add vcpu_id field in struct vcpu 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>