[Qemu-devel] [PATCH 3/4] hw/ppc/spapr: Implement the h_set_xdabr hypercall

2016-02-10 Thread Thomas Huth
The H_SET_XDABR hypercall is similar to H_SET_DABR, but also sets the extended DABR (DABRX) register. Signed-off-by: Thomas Huth --- hw/ppc/spapr_hcall.c | 22 ++ 1 file changed, 22 insertions(+) diff --git a/hw/ppc/spapr_hcall.c b/hw/ppc/spapr_hcall.c

Re: [Qemu-devel] [PATCH 3/4] hw/ppc/spapr: Implement the h_set_xdabr hypercall

2016-02-10 Thread David Gibson
On Wed, Feb 10, 2016 at 07:09:11PM +0100, Thomas Huth wrote: > The H_SET_XDABR hypercall is similar to H_SET_DABR, but also sets > the extended DABR (DABRX) register. > > Signed-off-by: Thomas Huth > --- > hw/ppc/spapr_hcall.c | 22 ++ > 1 file changed, 22