On 04/02/25, Philippe Mathieu-Daudé wrote: > ping for trivial review? > > On 8/11/24 16:43, Philippe Mathieu-Daudé wrote: > > When a property value is static (not provided by QMP or CLI), > > error shouldn't happen, otherwise it is a programming error. > > Therefore simplify and use &error_abort as this can't fail. > > > > Reported-by: Richard Henderson <richard.henderson@xxxxxxxxxx> > > Signed-off-by: Philippe Mathieu-Daudé <philmd@xxxxxxxxxx> > > --- > > hw/arm/xlnx-zynqmp.c | 44 ++++++++++++++------------------------------ > > 1 file changed, 14 insertions(+), 30 deletions(-) > > Makes sense!:) Reviewed-by: Anton Johansson <anjo@xxxxxx>