On Thu, Jan 15, 2026 at 4:29 AM Penny Zheng <[email protected]> wrote:
> Function vm_event_is_enabled() is introduced to check if vm event is > enabled, > and also make the checking conditional upon CONFIG_VM_EVENT, which could > help > DCE a lot unreachable calls/codes, such as hvm_monitor_io(), etc, > when having VM_EVENT=n. > > Signed-off-by: Penny Zheng <[email protected]> > Acked-by: Jan Beulich <[email protected]> > Reviewed-by: Jason Andryuk <[email protected]> Acked-by: Tamas K Lengyel <[email protected]>
