freebsd-nq/lib/libvmmapi
Neel Natu da11f4aa1d Add libvmmapi functions vm_copyin() and vm_copyout() to copy into and out
of the guest linear address space. These APIs in turn use a new ioctl
'VM_GLA2GPA' to convert the guest linear address to guest physical.

Use the new copyin/copyout APIs when emulating ins/outs instruction in
bhyve(8).
2014-05-24 23:12:30 +00:00
..
Makefile
vmmapi_freebsd.c Add support for FreeBSD/i386 guests under bhyve. 2014-02-05 04:39:03 +00:00
vmmapi.c Add libvmmapi functions vm_copyin() and vm_copyout() to copy into and out 2014-05-24 23:12:30 +00:00
vmmapi.h Add libvmmapi functions vm_copyin() and vm_copyout() to copy into and out 2014-05-24 23:12:30 +00:00