[Qemu-devel] [PATCH 2/4] hw/ppc/spapr: Implement h_set_dabr

2016-02-10 Thread Thomas Huth
According to LoPAPR, h_set_dabr should simply set DABRX to 3 (if the register is available), and load the parameter into DABR. If DABRX is not available, the hypervisor has to check the "Breakpoint Translation" bit of the DABR register first. Signed-off-by: Thomas Huth ---

Re: [Qemu-devel] [PATCH 2/4] hw/ppc/spapr: Implement h_set_dabr

2016-02-10 Thread David Gibson
On Wed, Feb 10, 2016 at 07:09:10PM +0100, Thomas Huth wrote: > According to LoPAPR, h_set_dabr should simply set DABRX to 3 > (if the register is available), and load the parameter into DABR. > If DABRX is not available, the hypervisor has to check the > "Breakpoint Translation" bit of the DABR