commit | 1fb883bb827ee8efc1cc9ea0154f953f8a219d38 | [log] [tgz] |
---|---|---|
author | Ladi Prosek <lprosek@redhat.com> | Tue Apr 04 14:18:53 2017 +0200 |
committer | Radim Krčmář <rkrcmar@redhat.com> | Tue Apr 04 16:24:43 2017 +0200 |
tree | 1b6c50f1db4bc8dd4bebc42bc1b3751ff292dbcc | |
parent | ab007cc94ff9d82f5a8db8363b3becbd946e58cf [diff] |
KVM: nVMX: initialize PML fields in vmcs02 L2 was running with uninitialized PML fields which led to incomplete dirty bitmap logging. This manifested as all kinds of subtle erratic behavior of the nested guest. Fixes: 843e4330573c ("KVM: VMX: Add PML support in VMX") Signed-off-by: Ladi Prosek <lprosek@redhat.com> Signed-off-by: Radim Krčmář <rkrcmar@redhat.com>