Re: [Qemu-devel] [PATCH v4 2/5] spapr: Implement H_PROD

2019-07-16 Thread David Gibson
On Tue, Jul 16, 2019 at 12:47:23PM +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 LGTM apart from the style issues the bot noted. > --- > hw/ppc/spapr_hcall.c | 29

[Qemu-devel] [PATCH v4 2/5] spapr: Implement H_PROD

2019-07-15 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 --- hw/ppc/spapr_hcall.c | 29 + 1 file changed, 29 insertions(+) diff --git a/hw/ppc/spapr_hcall.c b/hw/ppc/spapr_hcall.c index e615881ac4..8b208ab259 1006