Re: [Qemu-devel] [PATCH 2/9] spapr: Compute effective capability values earlier

2018-06-20 Thread Cédric Le Goater
On 06/18/2018 08:35 AM, David Gibson wrote: > Previously, the effective values of the various spapr capability flags > were only determined at machine reset time. That was a lazy way of making > sure it was after cpu initialization so it could use the cpu object to > inform the defaults. > > But

Re: [Qemu-devel] [PATCH 2/9] spapr: Compute effective capability values earlier

2018-06-18 Thread Greg Kurz
On Mon, 18 Jun 2018 16:35:59 +1000 David Gibson wrote: > Previously, the effective values of the various spapr capability flags > were only determined at machine reset time. That was a lazy way of making > sure it was after cpu initialization so it could use the cpu object to > inform the defaul

[Qemu-devel] [PATCH 2/9] spapr: Compute effective capability values earlier

2018-06-17 Thread David Gibson
Previously, the effective values of the various spapr capability flags were only determined at machine reset time. That was a lazy way of making sure it was after cpu initialization so it could use the cpu object to inform the defaults. But we've now improved the compat checking code so that we d