Changeset View
Changeset View
Standalone View
Standalone View
lib/libvmmapi/vmmapi.h
| Show First 20 Lines • Show All 263 Lines • ▼ Show 20 Lines | |||||
| /* | /* | ||||
| * Save and restore | * Save and restore | ||||
| */ | */ | ||||
| int vm_snapshot_req(struct vmctx *ctx, struct vm_snapshot_meta *meta); | int vm_snapshot_req(struct vmctx *ctx, struct vm_snapshot_meta *meta); | ||||
| int vm_restore_time(struct vmctx *ctx); | int vm_restore_time(struct vmctx *ctx); | ||||
| /* | /* | ||||
| * Live migration | |||||
| */ | |||||
| int vm_get_dirty_page_list(struct vmctx *ctx, char *page_list, size_t num, | |||||
| bool is_all_dirty); | |||||
| /* | |||||
| * Deprecated interfaces, do not use them in new code. | * Deprecated interfaces, do not use them in new code. | ||||
| */ | */ | ||||
| int vm_get_device_fd(struct vmctx *ctx); | int vm_get_device_fd(struct vmctx *ctx); | ||||
| const cap_ioctl_t *vm_get_ioctls(size_t *len); | const cap_ioctl_t *vm_get_ioctls(size_t *len); | ||||
| __END_DECLS | __END_DECLS | ||||
| #endif /* _VMMAPI_H_ */ | #endif /* _VMMAPI_H_ */ | ||||