KVM: Let vcpu structure alignment be determined at runtime
authorAvi Kivity <avi@redhat.com>
Wed, 28 Apr 2010 12:39:01 +0000 (15:39 +0300)
committerAvi Kivity <avi@redhat.com>
Wed, 19 May 2010 08:36:29 +0000 (11:36 +0300)
vmx and svm vcpus have different contents and therefore may have different
alignmment requirements.  Let each specify its required alignment.

Signed-off-by: Avi Kivity <avi@redhat.com>

No differences found