Re: [kvm-devel] [PATCH] MMU: fix cmpxchg8b emulation on i386 to use the right address

2008-01-04 Thread Marcelo Tosatti
On Fri, Jan 04, 2008 at 01:42:04AM -0600, Carlo Marcelo Arenas Belon wrote: > On Fri, Jan 04, 2008 at 12:57:49AM -0600, Carlo Marcelo Arenas Belon wrote: > > change the function parameter to use vaddr instead of addr to avoid a > > variable name redefinition from 9a5ee611ca79bec98e9d97e93f11df8083b

Re: [kvm-devel] [PATCH] MMU: fix cmpxchg8b emulation on i386 to use the right address

2008-01-03 Thread Carlo Marcelo Arenas Belon
On Fri, Jan 04, 2008 at 12:57:49AM -0600, Carlo Marcelo Arenas Belon wrote: > change the function parameter to use vaddr instead of addr to avoid a > variable name redefinition from 9a5ee611ca79bec98e9d97e93f11df8083b8af6e this implementation has been already patched 6 times (not including this on

[kvm-devel] [PATCH] MMU: fix cmpxchg8b emulation on i386 to use the right address

2008-01-03 Thread Carlo Marcelo Arenas Belon
change the function parameter to use vaddr instead of addr to avoid a variable name redefinition from 9a5ee611ca79bec98e9d97e93f11df8083b8af6e that resulted in : kernel/x86.c:1746: warning: passing argument 2 of 'vcpu->arch.mmu.gva_to_gpa' makes integer from pointer without a cast kernel/x86.