Re: [PATCH][uq/master] kvm: x86: Avoid runtime allocation of xsave buffer

2011-11-08 Thread Marcelo Tosatti
On Thu, Oct 27, 2011 at 07:25:58PM +0200, Jan Kiszka wrote: 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.kis...@siemens.com --- target-i386/cpu.h |3 ++- target-i386/kvm.c | 15

[PATCH][uq/master] kvm: x86: Avoid runtime allocation of xsave buffer

2011-10-27 Thread Jan Kiszka
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.kis...@siemens.com --- target-i386/cpu.h |3 ++- target-i386/kvm.c | 15 +++ 2 files changed, 9 insertions(+), 9 deletions(-) diff