artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94221e3
)
Silence vmd ns8250 log noise about reading com1 before ready.
author
dv
<dv@openbsd.org>
Mon, 19 Dec 2022 20:27:26 +0000
(20:27 +0000)
committer
dv
<dv@openbsd.org>
Mon, 19 Dec 2022 20:27:26 +0000
(20:27 +0000)
ok marlkin@
usr.sbin/vmd/ns8250.c
patch
|
blob
|
history
diff --git
a/usr.sbin/vmd/ns8250.c
b/usr.sbin/vmd/ns8250.c
index
9ffb9c9
..
37da935
100644
(file)
--- a/
usr.sbin/vmd/ns8250.c
+++ b/
usr.sbin/vmd/ns8250.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: ns8250.c,v 1.3
2 2021/07/16 16:21:22
dv Exp $ */
+/* $OpenBSD: ns8250.c,v 1.3
3 2022/12/19 20:27:26
dv Exp $ */
/*
* Copyright (c) 2016 Mike Larkin <mlarkin@openbsd.org>
*
@@
-299,7
+299,7
@@
vcpu_process_com_data(struct vm_exit *vei, uint32_t vm_id, uint32_t vcpu_id)
com1_dev.regs.lsr &= ~LSR_RXRDY;
} else {
set_return_data(vei, com1_dev.regs.data);
- log_
warnx
("%s: guest reading com1 when not ready",
+ log_
debug
("%s: guest reading com1 when not ready",
__func__);
}