Re: [kvm-devel] boot stops after console handover?

2008-01-12 Thread Carlo Marcelo Arenas Belon
On Sun, Jan 13, 2008 at 01:19:13AM +, Antoine Martin wrote: > Carlo Marcelo Arenas Belon wrote: > > On Sat, Jan 12, 2008 at 11:01:28PM +0200, Avi Kivity wrote: > >> Antoine Martin wrote: > >> > >>> FYI, just tried building 2.6.24-rc7-git4 and got

Re: [kvm-devel] boot stops after console handover?

2008-01-12 Thread Carlo Marcelo Arenas Belon
On Sun, Jan 13, 2008 at 01:19:13AM +, Antoine Martin wrote: Carlo Marcelo Arenas Belon wrote: On Sat, Jan 12, 2008 at 11:01:28PM +0200, Avi Kivity wrote: Antoine Martin wrote: FYI, just tried building 2.6.24-rc7-git4 and got this warning: (...) Probably harmless, but worth

Re: [kvm-devel] [PATCH 02/33] KVM: MMU: emulated cmpxchg8b should be atomic on i386

2008-01-06 Thread Carlo Marcelo Arenas Belon
On Sun, Jan 06, 2008 at 04:39:08PM +0200, Avi Kivity wrote: > From: Marcelo Tosatti <[EMAIL PROTECTED]> > > Emulate cmpxchg8b atomically on i386. This is required to avoid a guest > pte walker from seeing a splitted write. > > [avi: make it compile] > > Signed-off-by: Marcelo Tosatti <[EMAIL

Re: [kvm-devel] [PATCH 02/33] KVM: MMU: emulated cmpxchg8b should be atomic on i386

2008-01-06 Thread Carlo Marcelo Arenas Belon
On Sun, Jan 06, 2008 at 04:39:08PM +0200, Avi Kivity wrote: From: Marcelo Tosatti [EMAIL PROTECTED] Emulate cmpxchg8b atomically on i386. This is required to avoid a guest pte walker from seeing a splitted write. [avi: make it compile] Signed-off-by: Marcelo Tosatti [EMAIL PROTECTED]