Re: [kvm-devel] [PATCH 0/4] Let gcc to choose which registers to save

2007-10-26 Thread Avi Kivity
Laurent Vivier wrote: > This patch lets GCC to determine which registers to save when we > switch to/from a VCPU. > Applied all, thanks. Hopefully all the gccs out there will like it. -- error compiling committee.c: too many arguments to function ---

[kvm-devel] [PATCH 0/4] Let gcc to choose which registers to save

2007-10-25 Thread Laurent Vivier
This patch lets GCC to determine which registers to save when we switch to/from a VCPU. [PATCH 1/4] Let gcc to choose which registers to save (vmx-x86_64) drivers/kvm/vmx.c | 21 + 1 files changed, 9 insertions(+), 12 deletions(-) This patch lets GCC to determine