aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/kvm/clear_dirty_log_test.c
blob: 11672ec6f74e2103e761395237f347bc9bfc4b65 (plain) (blame)
1
2
3
4
5
6
#define USE_CLEAR_DIRTY_LOG
#define KVM_DIRTY_LOG_MANUAL_PROTECT_ENABLE (1 << 0)
#define KVM_DIRTY_LOG_INITIALLY_SET         (1 << 1)
#define KVM_DIRTY_LOG_MANUAL_CAPS   (KVM_DIRTY_LOG_MANUAL_PROTECT_ENABLE | \
		KVM_DIRTY_LOG_INITIALLY_SET)
#include "dirty_log_test.c"