aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGravatar Paolo Bonzini <pbonzini@redhat.com> 2023-02-04 08:57:43 -0500
committerGravatar Paolo Bonzini <pbonzini@redhat.com> 2023-02-04 08:57:43 -0500
commit25b72cf7da9f0d66eef3979187ddfda98d4efcd0 (patch)
tree492767ede5690f54b0917b4a9a6d00b7810d571f /include
parentKVM: selftests: Make reclaim_period_ms input always be positive (diff)
parentKVM: selftests: aarch64: Test read-only PT memory regions (diff)
downloadlinux-25b72cf7da9f0d66eef3979187ddfda98d4efcd0.tar.gz
linux-25b72cf7da9f0d66eef3979187ddfda98d4efcd0.tar.bz2
linux-25b72cf7da9f0d66eef3979187ddfda98d4efcd0.zip
Merge tag 'kvmarm-fixes-6.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD
KVM/arm64 fixes for 6.2, take #3 - Yet another fix for non-CPU accesses to the memory backing the VGICv3 subsystem - A set of fixes for the setlftest checking for the S1PTW behaviour after the fix that went in ealier in the cycle
Diffstat (limited to 'include')
-rw-r--r--include/kvm/arm_vgic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/kvm/arm_vgic.h b/include/kvm/arm_vgic.h
index 9270cd87da3f..6470f67e63c4 100644
--- a/include/kvm/arm_vgic.h
+++ b/include/kvm/arm_vgic.h
@@ -263,7 +263,7 @@ struct vgic_dist {
struct vgic_io_device dist_iodev;
bool has_its;
- bool save_its_tables_in_progress;
+ bool table_write_in_progress;
/*
* Contains the attributes and gpa of the LPI configuration table.