On 16.01.2026 00:07, Tamas K Lengyel wrote: > On Thu, Jan 15, 2026 at 4:29 AM Penny Zheng <[email protected]> wrote: > >> Memory access and ALTP2M are two seperate features, and each could be >> controlled via VM_EVENT or ALTP2M. In order to avoid implicit declaration >> when ALTP2M=y and VM_EVENT=n on compiling hvm.o/altp2m.o, we move >> declaration >> of the following functions from <asm/mem_access.h> to <asm/altp2m.h>: >> - p2m_set_suppress_ve >> - p2m_set_suppress_ve_multi >> - p2m_get_suppress_ve >> Potential error on altp2m.c also breaks Misra Rule 8.4. >> >> Signed-off-by: Penny Zheng <[email protected]> >> Reviewed-by: Jan Beulich <[email protected]> >> Reviewed-by: Jason Andryuk <[email protected]> > > Acked-by: Tamas K Lengyel <[email protected]>
Thanks for the ack here as well as the ones for 4 and 6. What about 2, 3, and 5 though? Jan
