[PATCH 0/2] KVM: cleanup: get_dirty_log

Takuya Yoshikawa <[email protected]> Fri, 03 Sep 2010 08:34:27 +0000
Newsgroups org.kernel.vger.kvm-ia64,org.kernel.vger.kvm,org.kernel.vger.kvm-ppc
Message-ID <[email protected]>
This is the 2nd version of get_dirty_log cleanup.

Changelog:
  In version 1, I changed the timing of copy_to_user() in the
  powerpc's get_dirty_log by mistake. This time, I've kept the
  timing and tests on ppc box now look OK to me!

Takuya