]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r256709:
authorgrehan <grehan@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 18 Oct 2013 22:05:17 +0000 (22:05 +0000)
committergrehan <grehan@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 18 Oct 2013 22:05:17 +0000 (22:05 +0000)
commit2b413b30a2d946d1a1f21581fee37c5977f161c0
treeb4a49ea2f380dac64bdf8e0bcf704afa5d09ca0c
parent0c3d61811edfcf957faf94f3d85160266abc65ba
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)

git-svn-id: svn://svn.freebsd.org/base/stable/10@256755 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
usr.sbin/bhyve/bhyverun.c
usr.sbin/bhyve/bhyverun.h
usr.sbin/bhyve/mptbl.c
usr.sbin/bhyve/pci_hostbridge.c
usr.sbin/bhyve/pci_virtio_block.c
usr.sbin/bhyve/pci_virtio_net.c
usr.sbin/bhyve/rtc.c