qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH qemu 0/2] exec, spapr_pci: Advertise huge IOMMU pages
@ 2016-12-22  5:22 Alexey Kardashevskiy
  2016-12-22  5:22 ` [Qemu-devel] [PATCH qemu 1/2] exec, kvm, target-ppc: Move getrampagesize() to common code Alexey Kardashevskiy
  2016-12-22  5:22 ` [Qemu-devel] [PATCH qemu 2/2] spapr_pci: Advertise 16M IOMMU pages when available Alexey Kardashevskiy
  0 siblings, 2 replies; 13+ messages in thread
From: Alexey Kardashevskiy @ 2016-12-22  5:22 UTC (permalink / raw)
  To: qemu-devel
  Cc: Alexey Kardashevskiy, qemu-ppc, Michael S . Tsirkin, David Gibson

These are to enable 16mb pages for IOMMU which should reduce
the amount of memory used for TCE tables in 256 times (compared
to 64k pages case). Please comment. Thanks!

Alexey Kardashevskiy (2):
  exec, kvm, target-ppc: Move getrampagesize() to common code
  spapr_pci: Advertise 16M IOMMU pages when available

 include/exec/ram_addr.h   |   1 +
 include/qemu/mmap-alloc.h |   2 +
 exec.c                    |  82 ++++++++++++++++++++++++++++++++++++
 hw/ppc/spapr_pci.c        |   3 ++
 target-ppc/kvm.c          | 105 ++--------------------------------------------
 util/mmap-alloc.c         |  25 +++++++++++
 6 files changed, 116 insertions(+), 102 deletions(-)

-- 
2.11.0

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

end of thread, other threads:[~2017-03-01  3:53 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-22  5:22 [Qemu-devel] [PATCH qemu 0/2] exec, spapr_pci: Advertise huge IOMMU pages Alexey Kardashevskiy
2016-12-22  5:22 ` [Qemu-devel] [PATCH qemu 1/2] exec, kvm, target-ppc: Move getrampagesize() to common code Alexey Kardashevskiy
2017-01-02 23:34   ` David Gibson
2017-02-09  5:43     ` Alexey Kardashevskiy
2017-02-09 11:48       ` Paolo Bonzini
2017-02-10  0:41         ` David Gibson
2017-02-28  8:12           ` Alexey Kardashevskiy
2017-03-01  1:06             ` David Gibson
2017-03-01  2:52               ` David Gibson
2016-12-22  5:22 ` [Qemu-devel] [PATCH qemu 2/2] spapr_pci: Advertise 16M IOMMU pages when available Alexey Kardashevskiy
2017-01-02 23:41   ` David Gibson
2017-01-09  2:06     ` Alexey Kardashevskiy
2017-01-12  5:09       ` David Gibson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).