On Fri, Jan 23, 2026 at 05:09:05PM -0800, Stefano Stabellini wrote: > On Sat, 10 Jan 2026, [email protected] wrote: > > From: Denis Mukhin <[email protected]> > > > > Use the new make fragment to generate test harness code for the PDX unit > > test. > > > > Move <xen/bitops.h> earlier in xen/common/pdx.c to ensure harness.h is > > included before triggering the #ifndef MAX_PFN_RANGES check when building a > > unit test. > > > > Additionally, use real <xen/pdx.h> in harness.h instead of a locally > > copied version. > > > > Update .gitignore to exclude generated test build-time dependencies. > > > > Not a functional change. > > > > Signed-off-by: Denis Mukhin <[email protected]> > > --- > > Changes since v1: [..] > > - > > -test-pdx-mask: CFLAGS += -DCONFIG_PDX_MASK_COMPRESSION > > -test-pdx-offset: CFLAGS += -DCONFIG_PDX_OFFSET_COMPRESSION > > The test with -DCONFIG_PDX_OFFSET_COMPRESSION is lost?
Whoops, thanks for catching this!
