From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57095) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XM78J-0006PF-EP for qemu-devel@nongnu.org; Mon, 25 Aug 2014 23:09:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XM78B-00082T-Vg for qemu-devel@nongnu.org; Mon, 25 Aug 2014 23:09:19 -0400 Received: from mail-yh0-f49.google.com ([209.85.213.49]:50208) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XM78B-00082P-RO for qemu-devel@nongnu.org; Mon, 25 Aug 2014 23:09:11 -0400 Received: by mail-yh0-f49.google.com with SMTP id b6so11361032yha.22 for ; Mon, 25 Aug 2014 20:09:11 -0700 (PDT) Sender: Peter Crosthwaite From: Peter Crosthwaite Date: Mon, 25 Aug 2014 20:08:38 -0700 Message-Id: Subject: [Qemu-devel] [PATCH memory v2 0/3] Memory Region Naming - take 2 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: pbonzini@redhat.com, sw@weilnetz.de, stefano.stabellini@eu.citrix.com, peter.maydell@linaro.org Hi, Here is an attempt at a proper fix to the memory region naming bugs as reported by Peter. The Xen compile bug and the memory leak. Regards, Peter Changed since v1: Constify xen physmap name string (Stefan W review). Change memory_region_name to caching based approach. Peter Crosthwaite (3): xen-hvm: Constify string xen: hvm: Abstract away memory region name ref memory: Lazy init name from QOM name as needed memory.c | 5 ++++- xen-hvm.c | 11 +++++++---- 2 files changed, 11 insertions(+), 5 deletions(-) -- 2.1.0.1.g27b9230