On Wed, 10 Jan 2024 at 19:54, Philippe Mathieu-Daudé <[email protected]> wrote: > > All CPUs implementing ARM_FEATURE_M have the 'init-nsvtor' property. > Since setting the property can not fail, replace > > object_property_set_uint(..., "init-nsvtor", ..., &error_abort); > > by: > qdev_prop_set_uint32(..., "init-nsvtor", ...). > > which is a one-to-one replacement. > > Suggested-by: Peter Maydell <[email protected]> > Signed-off-by: Philippe Mathieu-Daudé <[email protected]> > ---
Reviewed-by: Peter Maydell <[email protected]> thanks -- PMM
