Re: [ANNOUNCE] Lguest64 - fatter puppies!

2007-09-04 Thread H. Peter Anvin
Steven Rostedt wrote: This is a formal announcement of Lguest64. Most are aware of the little puppies (lguest32, or simply lguest, or in some circles "rustyvisor"). But this time the puppies ate a bit too much. No more lean and mean puppies, now we got big fat lazy ones. Running on the hardwar

[ANNOUNCE] Lguest64 - fatter puppies!

2007-09-04 Thread Steven Rostedt
This is a formal announcement of Lguest64. Most are aware of the little puppies (lguest32, or simply lguest, or in some circles "rustyvisor"). But this time the puppies ate a bit too much. No more lean and mean puppies, now we got big fat lazy ones. Running on the hardware that's too lazy to do

Re: [PATCH] Fix preemptible lazy mode bug

2007-09-04 Thread Jeremy Fitzhardinge
Rusty Russell wrote: > static inline void arch_flush_lazy_mmu_mode(void) > { > - PVOP_VCALL1(set_lazy_mode, PARAVIRT_LAZY_FLUSH); > + if (unlikely(__get_cpu_var(paravirt_lazy_mode) == PARAVIRT_LAZY_MMU)) > + arch_leave_lazy_mmu_mode(); > } > This changes the semantics a b