On 06/12/2022 14:30, Jan Beulich wrote: > Grant table code is unused in shim mode, so there's no point in > building it in the first place for shim-exclusive mode. > > Signed-off-by: Jan Beulich <[email protected]>
nack. This is bogus, as is every other "depends on !PV_SHIM_EXCLUSIVE". The only reason I haven't reverting the others so `make allyesconfig` doesn't disable CONFIG_HVM, is because I haven't had time. This change further breaks allyesconfig by disabling GRANT_TABLE too. PV_SHIM_EXCLUSIVE is a simple option for a bit of dead code elimination. It is not valid to be used like this. ~Andrew
