Re: [Qemu-devel] [PATCH v7 07/11] cli: add --preconfig option

2018-05-11 Thread Eric Blake
On 05/04/2018 03:37 AM, Igor Mammedov wrote: This option allows pausing QEMU in the new RUN_STATE_PRECONFIG state, allowing the configuration of QEMU from QMP before the machine jumps into board initialization code of machine_run_board_init() The intent is to allow management to query machine st

[Qemu-devel] [PATCH v7 07/11] cli: add --preconfig option

2018-05-04 Thread Igor Mammedov
This option allows pausing QEMU in the new RUN_STATE_PRECONFIG state, allowing the configuration of QEMU from QMP before the machine jumps into board initialization code of machine_run_board_init() The intent is to allow management to query machine state and additionally configure it using previou