29.04.24 18:28, Jan Beulich:
Any reason you don't follow the approach used in patch 7, putting simple #ifdef in the switch() in vpmu_init()? That would avoid the need for the three almost identical stubs.
I didn't want to put that many preprocessor statements into this small switch() block (4 #ifdef/#endif-s per 15 LOC) but if it's ok I'll do it.
-Sergiy
