Merge tag 'kvm-ppc-fixes-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorRadim Krčmář <rkrcmar@redhat.com>
Tue, 4 Sep 2018 19:12:46 +0000 (21:12 +0200)
committerRadim Krčmář <rkrcmar@redhat.com>
Tue, 4 Sep 2018 19:12:46 +0000 (21:12 +0200)
commit732b53146ac8f604e45c593efe0579f78205fdcc
treec23e340ff887c6f1ed51a875099e02cca85a3197
parentc012a0f2677529a0ae8f53a15bd7c61dc4ca5b5e
parent46dec40fb741f00f1864580130779aeeaf24fb3d
Merge tag 'kvm-ppc-fixes-4.19-1' of git://git./linux/kernel/git/paulus/powerpc

PPC KVM fixes for 4.19

Two small fixes for KVM on POWER machines; one fixes a bug where pages
might not get marked dirty, causing guest memory corruption on migration,
and the other fixes a bug causing reads from guest memory to use the
wrong guest real address for very large HPT guests (>256G of memory),
leading to failures in instruction emulation.
arch/powerpc/kvm/book3s_64_mmu_hv.c
arch/powerpc/kvm/book3s_64_mmu_radix.c