qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/3] FlatView memory savings


From: Paolo Bonzini
Subject: [Qemu-devel] [PATCH 0/3] FlatView memory savings
Date: Thu, 21 Sep 2017 14:07:48 +0200

This gets memory API consumption down to 4 FlatViews when non-virtio
devices are in use.  virtio still wastes memory due to the "modern_as".

Alexey Kardashevskiy (1):
  memory: Share special empty FlatView

Paolo Bonzini (2):
  memory: trace FlatView creation and destruction
  memory: seek FlatView sharing candidates among children subregions

 include/exec/memory.h   |  1 -
 include/qemu/typedefs.h |  1 +
 memory.c                | 60 +++++++++++++++++++++++++++++++++++++++++++------
 trace-events            |  3 +++
 4 files changed, 57 insertions(+), 8 deletions(-)

-- 
2.13.5




reply via email to

[Prev in Thread] Current Thread [Next in Thread]