Select the types of activity you want to include in your feed.
1#define USE_CLEAR_DIRTY_LOG 2#define KVM_DIRTY_LOG_MANUAL_PROTECT_ENABLE (1 << 0) 3#define KVM_DIRTY_LOG_INITIALLY_SET (1 << 1) 4#define KVM_DIRTY_LOG_MANUAL_CAPS (KVM_DIRTY_LOG_MANUAL_PROTECT_ENABLE | \ 5 KVM_DIRTY_LOG_INITIALLY_SET) 6#include "dirty_log_test.c"