From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Brook Subject: Re: [Qemu-devel] Re: [RFC PATCH 3/6] RAMBlock: Add a name field Date: Wed, 9 Jun 2010 13:56:09 +0100 Message-ID: <201006091356.09818.paul@codesourcery.com> References: <20100608191447.4451.47795.stgit@localhost.localdomain> <20100608191557.4451.30384.stgit@localhost.localdomain> <20100608214103.GT28492@x200.localdomain> Mime-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Cc: Chris Wright , Alex Williamson , quintela@redhat.com, kvm@vger.kernel.org To: qemu-devel@nongnu.org Return-path: Received: from mail.codesourcery.com ([38.113.113.100]:49639 "EHLO mail.codesourcery.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753051Ab0FIM5I (ORCPT ); Wed, 9 Jun 2010 08:57:08 -0400 In-Reply-To: <20100608214103.GT28492@x200.localdomain> Sender: kvm-owner@vger.kernel.org List-ID: > * Alex Williamson (alex.williamson@redhat.com) wrote: > > + // XXX check duplicates > > Yes, definitely. You created a notion of a hierarchical namespace, > can this be formalized any more? We already have one: The qdev tree. Paul