Re: [PATCH v2 3/5] qdev-monitor: use the new user_creatable_requires_machine_allowance

2022-04-07 Thread Edgar E. Iglesias
On Thu, Mar 31, 2022 at 01:53:10PM +0200, Damien Hedde wrote: > Instead of checking if the device is a sysbus device, just check > the newly added flag in device class. > > Signed-off-by: Damien Hedde Reviewed-by: Edgar E. Iglesias > --- > > v2: update the flag name > --- >

[PATCH v2 3/5] qdev-monitor: use the new user_creatable_requires_machine_allowance

2022-03-31 Thread Damien Hedde
Instead of checking if the device is a sysbus device, just check the newly added flag in device class. Signed-off-by: Damien Hedde --- v2: update the flag name --- softmmu/qdev-monitor.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/softmmu/qdev-monitor.c