qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/2] memory: Convert skip_dump to ram_device and avoid memcpy
@ 2016-10-25 18:17 Alex Williamson
  2016-10-25 18:17 ` [Qemu-devel] [PATCH v2 1/2] memory: Replace skip_dump flag with "ram_device" Alex Williamson
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Alex Williamson @ 2016-10-25 18:17 UTC (permalink / raw)
  To: qemu-devel; +Cc: pbonzini, thorsten.kohfeldt

v2: retain ram_device flag to avoid extra cache miss, per Paolo.

Paolo, posting for completeness, I can merge through my tree if you
want to Ack.  Thanks,

Alex

---

Alex Williamson (2):
      memory: Replace skip_dump flag with "ram_device"
      memory: Don't use memcpy for ram_device regions


 hw/vfio/common.c      |    9 ++----
 hw/vfio/spapr.c       |    2 +
 include/exec/memory.h |   47 ++++++++++++++++++++---------
 memory.c              |   80 +++++++++++++++++++++++++++++++++++++++++++++++--
 memory_mapping.c      |    2 +
 trace-events          |    2 +
 6 files changed, 116 insertions(+), 26 deletions(-)

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

end of thread, other threads:[~2016-10-28  1:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-25 18:17 [Qemu-devel] [PATCH v2 0/2] memory: Convert skip_dump to ram_device and avoid memcpy Alex Williamson
2016-10-25 18:17 ` [Qemu-devel] [PATCH v2 1/2] memory: Replace skip_dump flag with "ram_device" Alex Williamson
2016-10-25 18:17 ` [Qemu-devel] [PATCH v2 2/2] memory: Don't use memcpy for ram_device regions Alex Williamson
2016-10-25 20:04 ` [Qemu-devel] [PATCH v2 0/2] memory: Convert skip_dump to ram_device and avoid memcpy Paolo Bonzini
2016-10-28  1:24 ` Thorsten Kohfeldt

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).