freebsd-dev/usr.sbin/bhyvectl
Robert Wing 38dfb0626f bhyve/snapshot: use SOCK_DGRAM instead of SOCK_STREAM
The save/restore feature uses a unix domain socket to send messages
from bhyvectl(8) to a bhyve(8) process. A datagram socket will suffice
for this.

An added benefit of using a datagram socket is simplified code. For
bhyve, the listen/accept calls are dropped; and for bhyvectl, the
connect() call is dropped.

EPRINTLN handles raw mode for bhyve(8), use it to print error messages.

Reviewed by:	jhb
Differential Revision:	https://reviews.freebsd.org/D28983
2021-03-07 15:23:29 -09:00
..
bhyvectl.8 bhyvectl(8): Normalize the man page date 2020-12-19 13:21:40 +00:00
bhyvectl.c bhyve/snapshot: use SOCK_DGRAM instead of SOCK_STREAM 2021-03-07 15:23:29 -09:00
Makefile libvmm: clean up vmmapi.h 2021-02-17 17:46:42 -09:00
Makefile.depend DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00