]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
bhyve: uniform printf format string newlines
authorvmaffione <vmaffione@FreeBSD.org>
Mon, 2 Dec 2019 20:51:46 +0000 (20:51 +0000)
committervmaffione <vmaffione@FreeBSD.org>
Mon, 2 Dec 2019 20:51:46 +0000 (20:51 +0000)
commit2ad2dfa579ccb150abf7c67bd4f7c76f6b2e58a8
tree06773861e6abb68296056022aa2e3b91dbfeb6fe
parent6ab5d40a82fea834203f5df55c33a0a1d836dc02
bhyve: uniform printf format string newlines

Some of the printf statements only use LF to get a newline. However, a CR character is also required for the serial console to print debug logs in a nice way.
Fix those code locations that only use LF, by adding a CR character.

Reviewed by: markj, aleksandr.fedorov@itglobal.com
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D22552
14 files changed:
usr.sbin/bhyve/audio.c
usr.sbin/bhyve/hda_codec.c
usr.sbin/bhyve/net_backends.c
usr.sbin/bhyve/pci_ahci.c
usr.sbin/bhyve/pci_e82545.c
usr.sbin/bhyve/pci_hda.c
usr.sbin/bhyve/pci_nvme.c
usr.sbin/bhyve/pci_virtio_block.c
usr.sbin/bhyve/pci_virtio_console.c
usr.sbin/bhyve/pci_virtio_net.c
usr.sbin/bhyve/pci_virtio_rnd.c
usr.sbin/bhyve/pci_virtio_scsi.c
usr.sbin/bhyve/pci_xhci.c
usr.sbin/bhyve/rfb.c