Skip to content

Commit 7f2d4cd

Browse files
committed
tools kvm headers arm64: Update KVM header from the kernel sources
To pick the changes from: 9cb1096 ("KVM: arm64: Enable ring-based dirty memory tracking") That doesn't result in any changes in tooling (built on a Libre Computer Firefly ROC-RK3399-PC-V1.1-A running Ubuntu 22.04), only addresses this perf build warning: Warning: Kernel ABI header at 'tools/arch/arm64/include/uapi/asm/kvm.h' differs from latest version at 'arch/arm64/include/uapi/asm/kvm.h' diff -u tools/arch/arm64/include/uapi/asm/kvm.h arch/arm64/include/uapi/asm/kvm.h Cc: Adrian Hunter <[email protected]> Cc: Gavin Shan <[email protected]> Cc: Ian Rogers <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: Marc Zyngier <[email protected]> Cc: Namhyung Kim <[email protected]> Link: http://lore.kernel.org/lkml/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
1 parent effa768 commit 7f2d4cd

File tree

1 file changed

+1
-0
lines changed
  • tools/arch/arm64/include/uapi/asm

1 file changed

+1
-0
lines changed

tools/arch/arm64/include/uapi/asm/kvm.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
#define __KVM_HAVE_VCPU_EVENTS
4444

4545
#define KVM_COALESCED_MMIO_PAGE_OFFSET 1
46+
#define KVM_DIRTY_LOG_PAGE_OFFSET 64
4647

4748
#define KVM_REG_SIZE(id) \
4849
(1U << (((id) & KVM_REG_SIZE_MASK) >> KVM_REG_SIZE_SHIFT))

0 commit comments

Comments
 (0)