| #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" |