commit | 7e0a60a699b96c6118e247c20449d801b91ab9c1 | [log] [tgz] |
---|---|---|
author | Jan Kiszka <jan.kiszka@siemens.com> | Thu Oct 27 19:25:58 2011 +0200 |
committer | Avi Kivity <avi@redhat.com> | Tue Dec 06 15:19:04 2011 +0200 |
tree | ccd764e15bbf8bae56d92f3d3d81173188dcf154 | |
parent | d64acaf426da36b15a014bae1615859785eb12f6 [diff] |
kvm: x86: Avoid runtime allocation of xsave buffer Keep a per-VCPU xsave buffer for kvm_put/get_xsave instead of continuously allocating and freeing it on state sync. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>