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

2012-08-24 Thread Paul Mackerras
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 > > the functions implemented in modules. That was introduced by the > > following commit. > > > > com

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] 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

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

2012-08-23 Thread Gavin Shan
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 the gfn to hva in direct way. Signed-off-by: Gavin Shan --- diff --