Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v5.8-rc2 6 lines 270 B view raw
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"