From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35641) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bz6I7-00037k-6Y for qemu-devel@nongnu.org; Tue, 25 Oct 2016 14:17:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bz6I3-0002Kf-8t for qemu-devel@nongnu.org; Tue, 25 Oct 2016 14:17:39 -0400 Received: from mx1.redhat.com ([209.132.183.28]:53842) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1bz6I3-0002KW-3f for qemu-devel@nongnu.org; Tue, 25 Oct 2016 14:17:35 -0400 From: Alex Williamson Date: Tue, 25 Oct 2016 12:17:33 -0600 Message-ID: <20161025181325.11806.98009.stgit@gimli.home> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [PATCH v2 0/2] memory: Convert skip_dump to ram_device and avoid memcpy List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: pbonzini@redhat.com, thorsten.kohfeldt@gmx.de 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(-)