commit | b114b0804df7131cb6764b948c1c530c834fa3c0 | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Mon Jul 30 21:13:43 2007 +1000 |
committer | Avi Kivity <avi@qumranet.com> | Sat Oct 13 10:18:21 2007 +0200 |
tree | 4e5ced9ed1cdb673d27b26b166cd0bd7c845d5b9 | |
parent | c16f862d0257349607b7a9be7b4a4b7ed419a3ab [diff] |
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 <rusty@rustcorp.com.au> Signed-off-by: Avi Kivity <avi@qumranet.com>