/freebsd/usr.sbin/bhyve/amd64/ |
H A D | vmexit.c | diff b0936440b8fcee523c0b26fdbbef7c3b2b5098bf Tue Oct 17 00:17:48 CEST 2023 John Baldwin <jhb@FreeBSD.org> bhyve: Replace many fprintf(stderr, ...) calls with EPRINTLN
EPRINTLN handles newlines appropriately when stdout/stderr have been reused as the backend for a serial port.
For bhyverun.c itself, the rule this attempts to follow is to use regular fprintf/perror/warn/err prior to init_pci() (which is when serial ports are configured) and to switch to EPRINTLN afterwards.
Reviewed by: corvink, markj Differential Revision: https://reviews.freebsd.org/D42182
|
H A D | e820.c | diff b0936440b8fcee523c0b26fdbbef7c3b2b5098bf Tue Oct 17 00:17:48 CEST 2023 John Baldwin <jhb@FreeBSD.org> bhyve: Replace many fprintf(stderr, ...) calls with EPRINTLN
EPRINTLN handles newlines appropriately when stdout/stderr have been reused as the backend for a serial port.
For bhyverun.c itself, the rule this attempts to follow is to use regular fprintf/perror/warn/err prior to init_pci() (which is when serial ports are configured) and to switch to EPRINTLN afterwards.
Reviewed by: corvink, markj Differential Revision: https://reviews.freebsd.org/D42182
|
H A D | bhyverun_machdep.c | diff b0936440b8fcee523c0b26fdbbef7c3b2b5098bf Tue Oct 17 00:17:48 CEST 2023 John Baldwin <jhb@FreeBSD.org> bhyve: Replace many fprintf(stderr, ...) calls with EPRINTLN
EPRINTLN handles newlines appropriately when stdout/stderr have been reused as the backend for a serial port.
For bhyverun.c itself, the rule this attempts to follow is to use regular fprintf/perror/warn/err prior to init_pci() (which is when serial ports are configured) and to switch to EPRINTLN afterwards.
Reviewed by: corvink, markj Differential Revision: https://reviews.freebsd.org/D42182
|
/freebsd/usr.sbin/bhyve/ |
H A D | bootrom.c | diff b0936440b8fcee523c0b26fdbbef7c3b2b5098bf Tue Oct 17 00:17:48 CEST 2023 John Baldwin <jhb@FreeBSD.org> bhyve: Replace many fprintf(stderr, ...) calls with EPRINTLN
EPRINTLN handles newlines appropriately when stdout/stderr have been reused as the backend for a serial port.
For bhyverun.c itself, the rule this attempts to follow is to use regular fprintf/perror/warn/err prior to init_pci() (which is when serial ports are configured) and to switch to EPRINTLN afterwards.
Reviewed by: corvink, markj Differential Revision: https://reviews.freebsd.org/D42182
|
H A D | snapshot.h | diff b0936440b8fcee523c0b26fdbbef7c3b2b5098bf Tue Oct 17 00:17:48 CEST 2023 John Baldwin <jhb@FreeBSD.org> bhyve: Replace many fprintf(stderr, ...) calls with EPRINTLN
EPRINTLN handles newlines appropriately when stdout/stderr have been reused as the backend for a serial port.
For bhyverun.c itself, the rule this attempts to follow is to use regular fprintf/perror/warn/err prior to init_pci() (which is when serial ports are configured) and to switch to EPRINTLN afterwards.
Reviewed by: corvink, markj Differential Revision: https://reviews.freebsd.org/D42182
|
H A D | gdb.c | diff b0936440b8fcee523c0b26fdbbef7c3b2b5098bf Tue Oct 17 00:17:48 CEST 2023 John Baldwin <jhb@FreeBSD.org> bhyve: Replace many fprintf(stderr, ...) calls with EPRINTLN
EPRINTLN handles newlines appropriately when stdout/stderr have been reused as the backend for a serial port.
For bhyverun.c itself, the rule this attempts to follow is to use regular fprintf/perror/warn/err prior to init_pci() (which is when serial ports are configured) and to switch to EPRINTLN afterwards.
Reviewed by: corvink, markj Differential Revision: https://reviews.freebsd.org/D42182
|
H A D | pci_xhci.c | diff b0936440b8fcee523c0b26fdbbef7c3b2b5098bf Tue Oct 17 00:17:48 CEST 2023 John Baldwin <jhb@FreeBSD.org> bhyve: Replace many fprintf(stderr, ...) calls with EPRINTLN
EPRINTLN handles newlines appropriately when stdout/stderr have been reused as the backend for a serial port.
For bhyverun.c itself, the rule this attempts to follow is to use regular fprintf/perror/warn/err prior to init_pci() (which is when serial ports are configured) and to switch to EPRINTLN afterwards.
Reviewed by: corvink, markj Differential Revision: https://reviews.freebsd.org/D42182
|
H A D | block_if.c | diff b0936440b8fcee523c0b26fdbbef7c3b2b5098bf Tue Oct 17 00:17:48 CEST 2023 John Baldwin <jhb@FreeBSD.org> bhyve: Replace many fprintf(stderr, ...) calls with EPRINTLN
EPRINTLN handles newlines appropriately when stdout/stderr have been reused as the backend for a serial port.
For bhyverun.c itself, the rule this attempts to follow is to use regular fprintf/perror/warn/err prior to init_pci() (which is when serial ports are configured) and to switch to EPRINTLN afterwards.
Reviewed by: corvink, markj Differential Revision: https://reviews.freebsd.org/D42182
|
H A D | pci_ahci.c | diff b0936440b8fcee523c0b26fdbbef7c3b2b5098bf Tue Oct 17 00:17:48 CEST 2023 John Baldwin <jhb@FreeBSD.org> bhyve: Replace many fprintf(stderr, ...) calls with EPRINTLN
EPRINTLN handles newlines appropriately when stdout/stderr have been reused as the backend for a serial port.
For bhyverun.c itself, the rule this attempts to follow is to use regular fprintf/perror/warn/err prior to init_pci() (which is when serial ports are configured) and to switch to EPRINTLN afterwards.
Reviewed by: corvink, markj Differential Revision: https://reviews.freebsd.org/D42182
|
H A D | bhyverun.c | diff b0936440b8fcee523c0b26fdbbef7c3b2b5098bf Tue Oct 17 00:17:48 CEST 2023 John Baldwin <jhb@FreeBSD.org> bhyve: Replace many fprintf(stderr, ...) calls with EPRINTLN
EPRINTLN handles newlines appropriately when stdout/stderr have been reused as the backend for a serial port.
For bhyverun.c itself, the rule this attempts to follow is to use regular fprintf/perror/warn/err prior to init_pci() (which is when serial ports are configured) and to switch to EPRINTLN afterwards.
Reviewed by: corvink, markj Differential Revision: https://reviews.freebsd.org/D42182
|