On Wed, Jun 04, 2025 at 12:36:17PM +0200, Jan Beulich wrote: > On 02.06.2025 21:17, dm...@proton.me wrote: > > From: Denis Mukhin <dmuk...@ford.com> > > > > Add common emulation_flags for configuring domain emulation features. > > > > Print d->emulation_flags from 'q' keyhandler for better traceability while > > debugging. > > > > Signed-off-by: Denis Mukhin <dmuk...@ford.com> > > Reviewed-by: Stefano Stabellini <sstabell...@kernel.org> > > It's not becoming clear why this would want doing, nor in how far some of > the bits there may gain "common" meaning, too. Imo this kind of change is > meaningful only in a series where later the common-ness is also used.
I have a set of upcoming changes here: https://gitlab.com/xen-project/people/dmukhin/xen/-/tree/vuart-framework?ref_type=heads Specifically, https://gitlab.com/xen-project/people/dmukhin/xen/-/commit/17f44d23c1904374963c4ec839bc8219041b5d26 enables the use of emulation_flags on Arm. I can move this patch to the upcoming series, if needed, but looks like it is OK to have it for Arm even now. > > Jan