From: dv Date: Mon, 8 Jul 2024 17:33:45 +0000 (+0000) Subject: Quiet vmd in debug logging mode. We don't need to hear about handled X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=d395f5151664d71dc5a3806dcd1c4515d240bb71;p=openbsd Quiet vmd in debug logging mode. We don't need to hear about handled page faults. sure, @mlarkin. --- diff --git a/usr.sbin/vmd/vm.c b/usr.sbin/vmd/vm.c index 6fbd1fe7a5c..643c784f605 100644 --- a/usr.sbin/vmd/vm.c +++ b/usr.sbin/vmd/vm.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vm.c,v 1.101 2024/06/20 15:33:44 dv Exp $ */ +/* $OpenBSD: vm.c,v 1.102 2024/07/08 17:33:45 dv Exp $ */ /* * Copyright (c) 2015 Mike Larkin @@ -1809,7 +1809,6 @@ vcpu_exit_eptviolation(struct vm_run_params *vrp) #endif /* MMIO_NOTYET */ switch (ve->vee.vee_fault_type) { case VEE_FAULT_HANDLED: - log_debug("%s: fault already handled", __func__); break; #if MMIO_NOTYET