From: Rusty Russell Date: Mon, 30 Jul 2007 11:13:43 +0000 (+1000) Subject: KVM: Use alignment properties of vcpu to simplify FPU ops X-Git-Tag: v2.6.24-rc1~1365^2~67 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b114b0804df7131cb6764b948c1c530c834fa3c0;p=pandora-kernel.git KVM: Use alignment properties of vcpu to simplify FPU ops Now we use a kmem cache for allocating vcpus, we can get the 16-byte alignment required by fxsave & fxrstor instructions, and avoid manually aligning the buffer. Signed-off-by: Rusty Russell Signed-off-by: Avi Kivity --- Reading git-diff-tree failed