CVSROOT:        /cvs
Module name:    src
Changes by:     ste...@cvs.openbsd.org  2016/06/10 10:33:15

Modified files:
        usr.sbin/vmd   : vmm.c 

Log message:
Access guest memory with normal loads and stores in vmd(8)

read_mem() and write_mem() in vmd(8) now use memcpy() instead of the
vm_readpage() and vm_writepage() ioctls to read/write guest memory.

ok mlarkin@

Reply via email to