]> git.ipfire.org Git - thirdparty/qemu.git/commit
kvmclock: Add comment explaining why we need cpu_clean_all_dirty()
authorEduardo Habkost <ehabkost@redhat.com>
Mon, 3 Nov 2014 17:45:34 +0000 (15:45 -0200)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Wed, 24 Dec 2014 22:08:15 +0000 (16:08 -0600)
commit2151206778b62848d3ef15475dee175ad1c3dd78
treeab21f4547e85620f87ef82d4cefefa56de1dcd28
parentc35ba0d9e44271d62272671b4e5044ed7fabb7d1
kvmclock: Add comment explaining why we need cpu_clean_all_dirty()

Try to explain why commit 317b0a6d8ba44e9bf8f9c3dbd776c4536843d82c
needed a cpu_clean_all_dirty() call just after calling
cpu_synchronize_all_states().

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Cc: Andrey Korolyov <andrey@xdel.ru>
Cc: Marcin Gibuła <m.gibula@beyond.pl>
Cc: Marcelo Tosatti <mtosatti@redhat.com>
Cc: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
(cherry picked from commit 1154d84dcc5f46e83db94281d071775819dd8884)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
hw/i386/kvm/clock.c