Re: [PATCH 0/4] Avoid soft lockup message when KVM is stopped by host

2011-09-20 Thread Jamie Lokier
Marcelo Tosatti wrote: > In case the VM stops for whatever reason, the host system is not > supposed to adjust time related hardware state to compensate, in an > attempt to present apparent continuous time. > > If you save a VM and then restore it later, it is the guest > responsability to adjust

Re: [PATCH 0/4] Avoid soft lockup message when KVM is stopped by host

2011-09-20 Thread Marcelo Tosatti
On Tue, Sep 20, 2011 at 03:00:54PM -0400, Eric B Munson wrote: > On Thu, 15 Sep 2011, Marcelo Tosatti wrote: > > > On Tue, Sep 13, 2011 at 04:49:55PM -0400, Eric B Munson wrote: > > > On Fri, 09 Sep 2011, Marcelo Tosatti wrote: > > > > > > > On Thu, Sep 01, 2011 at 02:27:49PM -0600, emun...@mgebm

Re: [PATCH 0/4] Avoid soft lockup message when KVM is stopped by host

2011-09-20 Thread Eric B Munson
On Thu, 15 Sep 2011, Marcelo Tosatti wrote: > On Tue, Sep 13, 2011 at 04:49:55PM -0400, Eric B Munson wrote: > > On Fri, 09 Sep 2011, Marcelo Tosatti wrote: > > > > > On Thu, Sep 01, 2011 at 02:27:49PM -0600, emun...@mgebm.net wrote: > > > > On Thu, 01 Sep 2011 14:24:12 -0500, Anthony Liguori wro

Re: [PATCH] KVM: PPC: E500: Support hugetlbfs

2011-09-20 Thread Scott Wood
On 09/19/2011 06:35 PM, Alexander Graf wrote: > + /* > + * e500 doesn't implement the lowest tsize bit, > + * or 1K pages. > + */ > + tsize = max(BOOK3E_PAGESZ_4K, tsize & ~1); > + > +