Re: [PATCH v4 04/14] qapi/device_add: compute is_hotplug flag

2022-03-03 Thread Philippe Mathieu-Daudé
On 23/2/22 10:06, Damien Hedde wrote: Instead of checking the phase everytime, just store the result in a flag. We will use more of it in the following commit. Signed-off-by: Damien Hedde --- softmmu/qdev-monitor.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Reviewed-by: Phi

[PATCH v4 04/14] qapi/device_add: compute is_hotplug flag

2022-02-23 Thread Damien Hedde
Instead of checking the phase everytime, just store the result in a flag. We will use more of it in the following commit. Signed-off-by: Damien Hedde --- softmmu/qdev-monitor.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/softmmu/qdev-monitor.c b/softmmu/qdev-monitor.