Re: vmd: fix rebooting a received vm

2022-05-07 Thread Mike Larkin
On Sat, May 07, 2022 at 07:58:15AM -0400, Dave Voutila wrote: > tech@: > > Now that vmd only accounts for memory in bytes [1], this fix is a lot > simpler! > > If you use the send/receive functionality and "receive" a sent vm, it > functions as expected. However, if that vm tries to reboot, it

vmd: fix rebooting a received vm

2022-05-07 Thread Dave Voutila
tech@: Now that vmd only accounts for memory in bytes [1], this fix is a lot simpler! If you use the send/receive functionality and "receive" a sent vm, it functions as expected. However, if that vm tries to reboot, it causes vmd to exit. (An ipc socket is closed in some error handling and

Remove fo_poll from struct fileops

2022-05-07 Thread Visa Hankala
Remove unused struct fileops field fo_poll and callbacks. (After this, VOP_POLL() is next in line for removal.) OK? Index: sys/dev/pci/drm/drm_linux.c === RCS file: src/sys/dev/pci/drm/drm_linux.c,v retrieving revision 1.92 diff -u