Re: [Qemu-devel] [PATCH 04/10] ppc/xive: Fix TM_PULL_POOL_CTX special operation

2019-06-30 Thread David Gibson
On Sun, Jun 30, 2019 at 10:45:55PM +0200, Cédric Le Goater wrote: > When a CPU is reseted, the hypervisor (Linux or OPAL) invalidates the > POOL interrupt context of a CPU with this special command. It returns > the POOL CAM line value and resets the VP bit. > > Fixes: 4836b45510aa ("ppc/xive: act

[Qemu-devel] [PATCH 04/10] ppc/xive: Fix TM_PULL_POOL_CTX special operation

2019-06-30 Thread Cédric Le Goater
When a CPU is reseted, the hypervisor (Linux or OPAL) invalidates the POOL interrupt context of a CPU with this special command. It returns the POOL CAM line value and resets the VP bit. Fixes: 4836b45510aa ("ppc/xive: activate HV support") Signed-off-by: Cédric Le Goater --- hw/intc/xive.c | 19