Bug 84781
Summary: | The guest will hang after live migration. | ||
---|---|---|---|
Product: | Virtualization | Reporter: | Zhou, Chao (chao.zhou) |
Component: | kvm | Assignee: | virtualization_kvm |
Status: | RESOLVED CODE_FIX | ||
Severity: | normal | CC: | bonzini |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 3.17.0-rc1 | Subsystem: | |
Regression: | No | Bisected commit-id: |
Description
Zhou, Chao
2014-09-18 07:37:10 UTC
the first bad commit is: commit cbcf2dd3b3d4d990610259e8d878fc8dc1f17d80 Author: Thomas Gleixner <tglx@linutronix.de> Date: Wed Jul 16 21:04:54 2014 +0000 x86: kvm: Make kvm_get_time_and_clockread() nanoseconds based Convert the relevant base data right away to nanoseconds instead of doing the conversion on every readout. Reduces text size by 160 bytes. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Gleb Natapov <gleb@kernel.org> Cc: kvm@vger.kernel.org Acked-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: John Stultz <john.stultz@linaro.org> Chao, can you test a more recent 3.17-rc version (3.17-rc4 or newer)? It should be fixed already. test the bug on linux.git Commit: 2ce7598c9a453e0acd0e07be7be3f5eb39608ebd Kernel 3.17.0-rc4 Commit: d9773ceabfaf3f27b8a36fac035b74ee599df900 kernel :3.17.0-rc5+ after live migration, the guest works fine, the bug can't reproduce. |