summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bhyve/bhyverun.h
diff options
context:
space:
mode:
authorgrehan <grehan@FreeBSD.org>2013-10-18 22:05:17 +0000
committergrehan <grehan@FreeBSD.org>2013-10-18 22:05:17 +0000
commit9ad9e387e9806be0093be97b2e0952a7fab968e9 (patch)
treeb4a49ea2f380dac64bdf8e0bcf704afa5d09ca0c /usr.sbin/bhyve/bhyverun.h
parent4bbe413766853fb56498b922eeb0146111eb7ca3 (diff)
downloadFreeBSD-src-9ad9e387e9806be0093be97b2e0952a7fab968e9.zip
FreeBSD-src-9ad9e387e9806be0093be97b2e0952a7fab968e9.tar.gz
MFC r256709:
Eliminate unconditional debug printfs. Linux writes to these nominally read-only registers, so avoid having bhyve write warning messages to stdout when the reg writes can be safely ignored. Change the WPRINTF to DPRINTF which is conditional. Approved by: re (delphij)
Diffstat (limited to 'usr.sbin/bhyve/bhyverun.h')
-rw-r--r--usr.sbin/bhyve/bhyverun.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/bhyve/bhyverun.h b/usr.sbin/bhyve/bhyverun.h
index 28ffb3c..27c858e 100644
--- a/usr.sbin/bhyve/bhyverun.h
+++ b/usr.sbin/bhyve/bhyverun.h
@@ -46,4 +46,5 @@ int fbsdrun_muxed(void);
int fbsdrun_vmexit_on_hlt(void);
int fbsdrun_vmexit_on_pause(void);
int fbsdrun_disable_x2apic(void);
+int fbsdrun_virtio_msix(void);
#endif
OpenPOWER on IntegriCloud