Hello Michael, > On 14 Oct 2025, at 16:26, Michael Tokarev <[email protected]> wrote: > > On 10/13/25 01:36, [email protected] wrote: >> From: Alexander Gryanko <[email protected]> >> Added DEFINE_PROP_END_OF_LIST() to the Property structure definition. >> This fixes the device_class_set_legacy_reset error when accessing >> the prop->info field. > > Please show the context where this is a problem, which error > are you seeing. > >> --- a/hw/uefi/var-service-sysbus.c >> +++ b/hw/uefi/var-service-sysbus.c >> @@ -39,6 +39,7 @@ static const Property uefi_vars_sysbus_properties[] = { >> state.disable_custom_mode, false), >> DEFINE_PROP_BOOL("use-pio", uefi_vars_sysbus_state, >> state.use_pio, false), >> + DEFINE_PROP_END_OF_LIST(), > > Which qemu version is it? > > See commit 5fcabe628b8140691dab834a22be549d242b24bd which is in 10.0. > This symbol (DEFINE_PROP_END_OF_LIST) is not defined (and not used) > in current qemu. > > So it looks like this patch isn't needed.
Sorry, while I was trying to figure out what was going on, I discovered that I had started fuzzing on the backported branch. Thank you. > > Thanks, > > /mjt
