artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
019a55e
)
Quiet vmd in debug logging mode. We don't need to hear about handled
author
dv
<dv@openbsd.org>
Mon, 8 Jul 2024 17:33:45 +0000
(17:33 +0000)
committer
dv
<dv@openbsd.org>
Mon, 8 Jul 2024 17:33:45 +0000
(17:33 +0000)
page faults.
sure, @mlarkin.
usr.sbin/vmd/vm.c
patch
|
blob
|
history
diff --git
a/usr.sbin/vmd/vm.c
b/usr.sbin/vmd/vm.c
index
6fbd1fe
..
643c784
100644
(file)
--- a/
usr.sbin/vmd/vm.c
+++ b/
usr.sbin/vmd/vm.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: vm.c,v 1.10
1 2024/06/20 15:33:44
dv Exp $ */
+/* $OpenBSD: vm.c,v 1.10
2 2024/07/08 17:33:45
dv Exp $ */
/*
* Copyright (c) 2015 Mike Larkin <mlarkin@openbsd.org>
@@
-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