diff options
| author | Neel Natu <neel@FreeBSD.org> | 2015-01-19 06:51:04 +0000 |
|---|---|---|
| committer | Neel Natu <neel@FreeBSD.org> | 2015-01-19 06:51:04 +0000 |
| commit | 009e2acba6c14814b896cc0527bda97697d9c8f5 (patch) | |
| tree | ec0e6478798b2f3e8ba401635c575d542ef3be88 /lib/libvmmapi/vmmapi.h | |
| parent | e15138e5740afa089b01612329b30b82e236737a (diff) | |
Notes
Diffstat (limited to 'lib/libvmmapi/vmmapi.h')
| -rw-r--r-- | lib/libvmmapi/vmmapi.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libvmmapi/vmmapi.h b/lib/libvmmapi/vmmapi.h index 8634762d0065..06b29302640d 100644 --- a/lib/libvmmapi/vmmapi.h +++ b/lib/libvmmapi/vmmapi.h @@ -137,6 +137,8 @@ void vm_copyin(struct vmctx *ctx, int vcpu, struct iovec *guest_iov, void *host_dst, size_t len); void vm_copyout(struct vmctx *ctx, int vcpu, const void *host_src, struct iovec *guest_iov, size_t len); +void vm_copy_teardown(struct vmctx *ctx, int vcpu, struct iovec *iov, + int iovcnt); /* RTC */ int vm_rtc_write(struct vmctx *ctx, int offset, uint8_t value); |
