Searched refs:KVM_GET_DIRTY_LOG (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/docs/devel/migration/ |
H A D | mapped-ram.rst | 70 depends on async dirty tracking (KVM_GET_DIRTY_LOG) which is not
|
/openbmc/linux/tools/testing/selftests/kvm/include/ |
H A D | kvm_util_base.h | 353 vm_ioctl(vm, KVM_GET_DIRTY_LOG, &args); in kvm_vm_get_dirty_log()
|
/openbmc/qemu/linux-headers/linux/ |
H A D | kvm.h | 1166 #define KVM_GET_DIRTY_LOG _IOW(KVMIO, 0x42, struct kvm_dirty_log) macro
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | kvm.h | 1462 #define KVM_GET_DIRTY_LOG _IOW(KVMIO, 0x42, struct kvm_dirty_log) macro
|
/openbmc/linux/include/uapi/linux/ |
H A D | kvm.h | 1469 #define KVM_GET_DIRTY_LOG _IOW(KVMIO, 0x42, struct kvm_dirty_log) macro
|
/openbmc/linux/virt/kvm/ |
H A D | kvm_main.c | 4825 case KVM_GET_DIRTY_LOG: { in kvm_vm_ioctl() 5042 case KVM_GET_DIRTY_LOG: { in kvm_vm_compat_ioctl()
|
/openbmc/linux/Documentation/virt/kvm/ |
H A D | api.rst | 322 4.8 KVM_GET_DIRTY_LOG (vm ioctl) 333 /* for KVM_GET_DIRTY_LOG */ 1347 writes to memory within the slot. See KVM_GET_DIRTY_LOG ioctl to know how to 7345 With KVM_DIRTY_LOG_MANUAL_PROTECT_ENABLE is set, KVM_GET_DIRTY_LOG will not 7355 large amount of time can pass between a call to KVM_GET_DIRTY_LOG and 8194 KVM_GET_DIRTY_LOG interface in that, when reading the dirty ring from 8197 flushing is done by the KVM_GET_DIRTY_LOG ioctl). To achieve that, one 8225 KVM_GET_DIRTY_LOG ioctl. KVM_CLEAR_DIRTY_LOG isn't needed as long as all
|
/openbmc/qemu/accel/kvm/ |
H A D | kvm-all.c | 758 ret = kvm_vm_ioctl(s, KVM_GET_DIRTY_LOG, &d); in kvm_slot_get_dirty_log()
|