Re: [Qemu-devel] [PATCH v6 2/4] spapr: Implement H_PROD

2019-07-18 Thread Greg Kurz
On Thu, 18 Jul 2019 13:42:12 +1000 Nicholas Piggin wrote: > H_PROD is added, and H_CEDE is modified to test the prod bit > according to PAPR. > > Signed-off-by: Nicholas Piggin > --- Reviewed-by: Greg Kurz > Changes since v5: > - Add the prod bit here > - Fix target CPU > > hw/ppc/spapr.c

[Qemu-devel] [PATCH v6 2/4] spapr: Implement H_PROD

2019-07-17 Thread Nicholas Piggin
H_PROD is added, and H_CEDE is modified to test the prod bit according to PAPR. Signed-off-by: Nicholas Piggin --- Changes since v5: - Add the prod bit here - Fix target CPU hw/ppc/spapr.c | 1 + hw/ppc/spapr_hcall.c| 32 include/hw