Comment 20 for bug 795717

Revision history for this message
Stefan Bader (smb) wrote :

As far as I can see the patch

commit 1aa8ceef0312a6aae7dd863a120a55f1637b361d
Author: Nikola Ciprich <email address hidden>
Date: Wed Mar 9 23:36:51 2011 +0100

    KVM: fix kvmclock regression due to missing clock update

    commit 387b9f97750444728962b236987fbe8ee8cc4f8c moved kvm_request_guest_time
    breaking 32bit SMP guests using kvm-clock. Fix this by moving (new) clock up
    to proper place.

    Signed-off-by: Nikola Ciprich <email address hidden>
    Acked-by: Zachary Amsden <email address hidden>
    Signed-off-by: Avi Kivity <email address hidden>

is in Oneiric (came in with 2.6.39) but the attached patch is the inverse of it. It does not have been submitted to stable, so Natty would still be affected.