Re: [Qemu-devel] [PATCH] pseries: Implements h_read hcall

2013-02-25 Thread Alexander Graf
On 18.02.2013, at 16:00, Erlon Cruz wrote: > From: Erlon Cruz > > This h_call is useful for DLPAR in future amongst other things. Given an index > it fetches the corresponding PTE stored in the htab. > > Signed-off-by: Erlon Cruz Thanks, applied to ppc-next. Alex > --- > hw/spapr_hcall.c

Re: [Qemu-devel] [PATCH] pseries: Implements h_read hcall

2013-02-18 Thread David Gibson
On Mon, Feb 18, 2013 at 12:00:32PM -0300, Erlon Cruz wrote: > From: Erlon Cruz > > This h_call is useful for DLPAR in future amongst other things. Given an index > it fetches the corresponding PTE stored in the htab. > > Signed-off-by: Erlon Cruz Acked-by: David Gibson -- David Gibson

[Qemu-devel] [PATCH] pseries: Implements h_read hcall

2013-02-18 Thread Erlon Cruz
From: Erlon Cruz This h_call is useful for DLPAR in future amongst other things. Given an index it fetches the corresponding PTE stored in the htab. Signed-off-by: Erlon Cruz --- hw/spapr_hcall.c | 31 +++ 1 file changed, 31 insertions(+) diff --git a/hw/spapr_hc

Re: [Qemu-devel] [PATCH] pseries: Implements h_read hcall

2013-02-18 Thread David Gibson
On Mon, Feb 18, 2013 at 11:32:21AM -0300, Erlon Cruz wrote: > From: Erlon Cruz > > This h_call is useful for DLPAR in future amongst other things. Given an index > it fetches the corresponding PTE stored in the htab. > > Signed-off-by: Erlon Cruz > --- > hw/spapr_hcall.c | 32 +++

[Qemu-devel] [PATCH] pseries: Implements h_read hcall

2013-02-18 Thread Erlon Cruz
From: Erlon Cruz This h_call is useful for DLPAR in future amongst other things. Given an index it fetches the corresponding PTE stored in the htab. Signed-off-by: Erlon Cruz --- hw/spapr_hcall.c | 32 1 file changed, 32 insertions(+) diff --git a/hw/spapr_h

Re: [Qemu-devel] [PATCH] pseries: Implements h_read hcall

2013-02-17 Thread Andreas Färber
Am 15.02.2013 11:59, schrieb Erlon Cruz: > From: Erlon Cruz > > This h_call is useful for DLPAR in future amongst other things. Given an index > it fetches the corresponding PTE stored in the htab. > > Signed-off-by: Erlon Cruz > --- > hw/spapr_hcall.c | 34 ++

Re: [Qemu-devel] [PATCH] pseries: Implements h_read hcall

2013-02-15 Thread Alexander Graf
On 15.02.2013, at 11:59, Erlon Cruz wrote: > From: Erlon Cruz > > This h_call is useful for DLPAR in future amongst other things. Given an index > it fetches the corresponding PTE stored in the htab. > > Signed-off-by: Erlon Cruz Looks good to me, but I'd like an ack from David. Alex > --

[Qemu-devel] [PATCH] pseries: Implements h_read hcall

2013-02-15 Thread Erlon Cruz
From: Erlon Cruz This h_call is useful for DLPAR in future amongst other things. Given an index it fetches the corresponding PTE stored in the htab. Signed-off-by: Erlon Cruz --- hw/spapr_hcall.c | 34 ++ 1 file changed, 34 insertions(+) diff --git a/hw/spapr

Re: [Qemu-devel] [PATCH] pseries: Implements h_read hcall

2013-02-12 Thread Alexander Graf
On 07.02.2013, at 12:28, Erlon Cruz wrote: > From: Erlon Cruz > > This h_call is useful for DLPAR in future amongst other things. Given an index > it fetches the corresponding PTE stored in the htab. > > Signed-off-by: Erlon Cruz > --- > hw/spapr_hcall.c | 58 +++

[Qemu-devel] [PATCH] pseries: Implements h_read hcall

2013-02-07 Thread Erlon Cruz
From: Erlon Cruz This h_call is useful for DLPAR in future amongst other things. Given an index it fetches the corresponding PTE stored in the htab. Signed-off-by: Erlon Cruz --- hw/spapr_hcall.c | 58 ++ 1 file changed, 58 insertions(+) d