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

Paolo Bonzini posted 3 patches 8 years, 1 month ago
Failed in applying to current master (apply log)
include/exec/memory.h   |  1 -
include/qemu/typedefs.h |  1 +
memory.c                | 60 +++++++++++++++++++++++++++++++++++++++++++------
trace-events            |  3 +++
4 files changed, 57 insertions(+), 8 deletions(-)
[Qemu-devel] [PATCH 0/3] FlatView memory savings
Posted by Paolo Bonzini 8 years, 1 month ago
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