Re: [Qemu-devel] [PATCH 14/17] ppc: Add dummy write to VTB

2016-03-15 Thread David Gibson
On Mon, Mar 14, 2016 at 05:56:37PM +0100, Cédric Le Goater wrote: > From: Benjamin Herrenschmidt > > The Hypervisor can write it. We don't handle that properly yet but > at least let's not blow up when it is written. > > Signed-off-by: Benjamin Herrenschmidt AFAICT this should be for 2.7, not

Re: [Qemu-devel] [PATCH 14/17] ppc: Add dummy write to VTB

2016-03-14 Thread Thomas Huth
On 14.03.2016 17:56, Cédric Le Goater wrote: > From: Benjamin Herrenschmidt > > The Hypervisor can write it. We don't handle that properly yet but > at least let's not blow up when it is written. > > Signed-off-by: Benjamin Herrenschmidt > --- > target-ppc/translate_init.c | 15 +++

[Qemu-devel] [PATCH 14/17] ppc: Add dummy write to VTB

2016-03-14 Thread Cédric Le Goater
From: Benjamin Herrenschmidt The Hypervisor can write it. We don't handle that properly yet but at least let's not blow up when it is written. Signed-off-by: Benjamin Herrenschmidt --- target-ppc/translate_init.c | 15 +++ 1 file changed, 11 insertions(+), 4 deletions(-) diff --gi