Re: [Qemu-devel] [PATCH v6 1/4] spapr: Implement dispatch tracking for tcg

2019-07-18 Thread David Gibson
On Fri, Jul 19, 2019 at 09:12:16AM +1000, Nicholas Piggin wrote: > Greg Kurz's on July 18, 2019 8:13 pm: > > On Thu, 18 Jul 2019 13:42:11 +1000 > > Nicholas Piggin wrote: > > > >> Implement cpu_exec_enter/exit on ppc which calls into new methods of > >> the same name in PPCVirtualHypervisorClass.

Re: [Qemu-devel] [PATCH v6 1/4] spapr: Implement dispatch tracking for tcg

2019-07-18 Thread Nicholas Piggin
Greg Kurz's on July 18, 2019 8:13 pm: > On Thu, 18 Jul 2019 13:42:11 +1000 > Nicholas Piggin wrote: > >> Implement cpu_exec_enter/exit on ppc which calls into new methods of >> the same name in PPCVirtualHypervisorClass. These are used by spapr >> to implement the splpar VPA dispatch counter init

Re: [Qemu-devel] [PATCH v6 1/4] spapr: Implement dispatch tracking for tcg

2019-07-18 Thread Greg Kurz
On Thu, 18 Jul 2019 13:42:11 +1000 Nicholas Piggin wrote: > Implement cpu_exec_enter/exit on ppc which calls into new methods of > the same name in PPCVirtualHypervisorClass. These are used by spapr > to implement the splpar VPA dispatch counter initially. > > Signed-off-by: Nicholas Piggin > -

[Qemu-devel] [PATCH v6 1/4] spapr: Implement dispatch tracking for tcg

2019-07-17 Thread Nicholas Piggin
Implement cpu_exec_enter/exit on ppc which calls into new methods of the same name in PPCVirtualHypervisorClass. These are used by spapr to implement the splpar VPA dispatch counter initially. Signed-off-by: Nicholas Piggin --- Changes since v5: - Move 'prod' into next patch. - Use uint32_t type