K 10 svn:author V 4 neel K 8 svn:date V 27 2014-05-24T23:12:30.687068Z K 7 svn:log V 294 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). END