Re: [RFC PATCH 4/9] qapi: Implement 'query-machine-phase' command

2021-05-19 Thread Daniel P . Berrangé
On Thu, May 13, 2021 at 07:44:34PM +0200, Paolo Bonzini wrote: > On 13/05/21 10:25, Mirela Grujic wrote: > > The command returns current machine initialization phase. > > From now on, the MachineInitPhase enum is generated. > > > > Signed-off-by: Mirela Grujic > > --- > > qapi/machine.json

Re: [RFC PATCH 4/9] qapi: Implement 'query-machine-phase' command

2021-05-13 Thread Paolo Bonzini
On 13/05/21 10:25, Mirela Grujic wrote: The command returns current machine initialization phase. From now on, the MachineInitPhase enum is generated. Signed-off-by: Mirela Grujic --- qapi/machine.json | 54 ++ include/hw/qdev-core.h | 29 +--

[RFC PATCH 4/9] qapi: Implement 'query-machine-phase' command

2021-05-13 Thread Mirela Grujic
The command returns current machine initialization phase. >From now on, the MachineInitPhase enum is generated. Signed-off-by: Mirela Grujic --- qapi/machine.json | 54 ++ include/hw/qdev-core.h | 29 +--- hw/core/machine-qmp-cmds.