Re: [RFC PATCH 5/9] qapi: Implement 'next-machine-phase' command

2021-06-05 Thread Paolo Bonzini
Il ven 4 giu 2021, 16:26 Eric Blake ha scritto: > As an API, this command seems awkward. How do I query what phase I'm > currently in? How many times do I have to call it? Do we anticipate > the number of times I need to call it to change in future qemu > releases? > Indeed this has been

Re: [RFC PATCH 5/9] qapi: Implement 'next-machine-phase' command

2021-06-04 Thread Eric Blake
On Thu, May 13, 2021 at 10:25:45AM +0200, Mirela Grujic wrote: > This command will be used to control via QMP the advancing of machine > through initialization phases. The feature is needed to enable the > machine configuration via QMP. > > The command triggers QEMU to advance the machine to the

[RFC PATCH 5/9] qapi: Implement 'next-machine-phase' command

2021-05-13 Thread Mirela Grujic
This command will be used to control via QMP the advancing of machine through initialization phases. The feature is needed to enable the machine configuration via QMP. The command triggers QEMU to advance the machine to the next init phase, i.e. to execute initialization steps required to enter