diff options
| author | Mark Brown <broonie@kernel.org> | 2026-09-07 14:28:03 +0100 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2026-09-07 14:28:03 +0100 |
| commit | f32faa86e75dcba12b00a82a99028fe9ad4b7f4b (patch) | |
| tree | 664f028a46956b24b515b8012f35d8dc532c831f /include | |
| parent | 8a0a8db464752d63beb229e43666d3d46d7165f8 (diff) | |
| parent | d4b7fb647204f0c81dfeae2d1a708e4d858e0c94 (diff) | |
| download | linux-next-f32faa86e75dcba12b00a82a99028fe9ad4b7f4b.tar.gz linux-next-f32faa86e75dcba12b00a82a99028fe9ad4b7f4b.zip | |
Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvm.git
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/kvm_host.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h index 03bfc92864b6..3dd04605f2e5 100644 --- a/include/linux/kvm_host.h +++ b/include/linux/kvm_host.h @@ -855,6 +855,8 @@ struct kvm { gfn_t mmu_invalidate_range_start; gfn_t mmu_invalidate_range_end; + unsigned long gpc_invalidate_seq; + struct list_head devices; u64 manual_dirty_log_protect; struct dentry *debugfs_dentry; |
