Re: [PATCH] kvm/book3s: fix build error caused by gfn_to_hva_memslot()

2012-08-23 Thread Xiao Guangrong
On 08/24/2012 09:54 AM, Takuya Yoshikawa wrote: > Alex, what do you think about this? > > On Thu, 23 Aug 2012 16:35:15 +0800 > Gavin Shan wrote: > >> On Thu, Aug 23, 2012 at 05:24:00PM +0900, Takuya Yoshikawa wrote: >>> On Thu, 23 Aug 2012 15:42:49 +0800 >>> Gavin Shan wrote: >>> The build

Re: [PATCH] kvm/book3s: fix build error caused by gfn_to_hva_memslot()

2012-08-23 Thread Takuya Yoshikawa
Alex, what do you think about this? On Thu, 23 Aug 2012 16:35:15 +0800 Gavin Shan wrote: > On Thu, Aug 23, 2012 at 05:24:00PM +0900, Takuya Yoshikawa wrote: > >On Thu, 23 Aug 2012 15:42:49 +0800 > >Gavin Shan wrote: > > > >> The build error was caused by that builtin functions are calling > >>

Re: [PATCH 3/5] KVM: PPC: Book3S HV: Handle memory slot deletion and modification correctly

2012-08-23 Thread Marcelo Tosatti
On Sat, Aug 18, 2012 at 06:32:25AM +1000, Benjamin Herrenschmidt wrote: > On Fri, 2012-08-17 at 15:39 -0300, Marcelo Tosatti wrote: > > On Fri, Aug 17, 2012 at 05:06:18PM +1000, Benjamin Herrenschmidt wrote: > > > On Wed, 2012-08-15 at 14:59 -0300, Marcelo Tosatti wrote: > > > > > > > > The guest

Re: [PATCH] kvm/book3s: fix build error caused by gfn_to_hva_memslot()

2012-08-23 Thread Takuya Yoshikawa
On Thu, 23 Aug 2012 15:42:49 +0800 Gavin Shan wrote: > The build error was caused by that builtin functions are calling > the functions implemented in modules. That was introduced by the > following commit. > > commit 4d8b81abc47b83a1939e59df2fdb0e98dfe0eedd > > The patches fix that to convert