> -----Original Message----- > From: Eric Auger <[email protected]> > Sent: 12 February 2026 18:49 > To: Shameer Kolothum Thodi <[email protected]>; qemu- > [email protected]; [email protected] > Cc: [email protected]; [email protected]; [email protected]; Nicolin > Chen <[email protected]>; Nathan Chen <[email protected]>; Matt > Ochs <[email protected]>; Jiandi An <[email protected]>; Jason Gunthorpe > <[email protected]>; [email protected]; > [email protected]; [email protected]; Krishnakant Jaju > <[email protected]> > Subject: Re: [PATCH v2 22/24] hw/arm/smmuv3: Add per-device identifier > poroperty
> > build_append_int_noprefix(table_data, 4, 1); /* Revision */ > > - build_append_int_noprefix(table_data, id++, 4); /* Identifier */ > > + build_append_int_noprefix(table_data, sdev->id, 4); /* > > + Identifier */ > Would that keep the same ordering for existing qtests? Hmm.. I need to check that. Thanks, Shameer
