CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2017/05/08 03:08:40
Modified files:
usr.sbin/vmd : Makefile i8253.c i8253.h i8259.c i8259.h
mc146818.c mc146818.h ns8250.c ns8250.h
virtio.c virtio.h
Added files:
usr.sbin/vmd : atomicio.c atomicio.h
Log message:
Adds functions to read and write state of devices in vmd.
This is required for implementing vmctl send and vmctl receive. vmctl
send / receive are two new options that will support snapshotting VMs
and migrating VMs from one host to another. The atomicio files are
copied from usr.bin/ssh.
Patch from Pratik Vyas; this project was undertaken at San Jose State
University along with his three teammates, Ashwin, Harshada and Siri
with mlarkin@ as the advisor.
OK mlarkin@