public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Use u64 for gfn_t in KVM
@ 2010-07-01 14:00 Joerg Roedel
  2010-07-01 14:00 ` [PATCH 1/2] KVM: Remove unnecessary divide operations Joerg Roedel
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Joerg Roedel @ 2010-07-01 14:00 UTC (permalink / raw)
  To: Avi Kivity, Marcelo Tosatti; +Cc: kvm, linux-kernel

Hi, Avi, Marcelo,

these two patches currently lie on the bottom of my npt-npt patch set. They
came out of a discussion on the mailing list about the last version of the
npt-npt patchset. These patches are independent of the rest of the patchset, so
I post and discuss them seperatly. The changes to make gfn_t an u64 were
larger than I expected which is another reason for the seperate post. Please
let me know what you think about this change.

Thanks,

	Joerg

Diffstat:

 arch/ia64/include/asm/kvm_host.h    |    1 +
 arch/powerpc/include/asm/kvm_host.h |    1 +
 arch/s390/include/asm/kvm_host.h    |    3 ++-
 arch/x86/include/asm/kvm_host.h     |    3 ++-
 arch/x86/kvm/mmu.c                  |    8 ++++----
 include/linux/kvm_types.h           |    4 ++--
 virt/kvm/iommu.c                    |    2 +-
 virt/kvm/kvm_main.c                 |   10 +++++-----
 8 files changed, 18 insertions(+), 14 deletions(-)

Shortlog:

Joerg Roedel (2):
      KVM: Remove unnecessary divide operations
      KVM: Use u64 for frame data types

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-07-02 17:19 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-01 14:00 [PATCH 0/2] Use u64 for gfn_t in KVM Joerg Roedel
2010-07-01 14:00 ` [PATCH 1/2] KVM: Remove unnecessary divide operations Joerg Roedel
2010-07-01 14:18   ` Avi Kivity
2010-07-01 14:00 ` [PATCH 2/2] KVM: Use u64 for frame data types Joerg Roedel
2010-07-01 14:18 ` [PATCH 0/2] Use u64 for gfn_t in KVM Avi Kivity
2010-07-02 17:19 ` Marcelo Tosatti

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox