Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 25188b99 authored by Paolo Bonzini's avatar Paolo Bonzini
Browse files

KVM: x86: fix previous commit for 32-bit



Unfortunately I only noticed this after pushing.

Fixes: f0d648bd
Cc: stable@vger.kernel.org
Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
parent 73917739
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7482,7 +7482,7 @@ void kvm_arch_sync_events(struct kvm *kvm)
int __x86_set_memory_region(struct kvm *kvm, int id, gpa_t gpa, u32 size)
{
	int i, r;
	u64 hva;
	unsigned long hva;
	struct kvm_memslots *slots = kvm_memslots(kvm);
	struct kvm_memory_slot *slot, old;