From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47267) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WISz1-0001FV-O9 for qemu-devel@nongnu.org; Tue, 25 Feb 2014 20:08:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WISyu-0006sC-Jg for qemu-devel@nongnu.org; Tue, 25 Feb 2014 20:08:23 -0500 Received: from [222.73.24.84] (port=37281 helo=song.cn.fujitsu.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WISyu-0006rY-88 for qemu-devel@nongnu.org; Tue, 25 Feb 2014 20:08:16 -0500 Message-ID: <1393376740.22752.0.camel@G08FNSTD131468> From: Chen Fan Date: Wed, 26 Feb 2014 09:05:40 +0800 In-Reply-To: <530C9C17.7060102@redhat.com> References: <530C9C17.7060102@redhat.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="UTF-8" Subject: Re: [Qemu-devel] [PATCH 1/2][RFC] qom: introduce cpu QOM hierarchy tree /machine/node/socket/core/thread/cpu. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: Igor Mammedov , qemu-devel@nongnu.org, Eduardo Habkost , Andreas =?ISO-8859-1?Q?F=E4rber?= On Tue, 2014-02-25 at 06:35 -0700, Eric Blake wrote: > On 02/25/2014 02:07 AM, Chen Fan wrote: > > Signed-off-by: Chen Fan > > --- > > include/qom/node.h | 66 +++++++++++++++++++++++ > > qom/Makefile.objs | 2 +- > > qom/node.c | 156 +++++++++++++++++++++++++++++++++++++++++++++++++++++ > > 3 files changed, 223 insertions(+), 1 deletion(-) > > create mode 100644 include/qom/node.h > > create mode 100644 qom/node.c > > > > diff --git a/include/qom/node.h b/include/qom/node.h > > new file mode 100644 > > index 0000000..6c948ec > > --- /dev/null > > +++ b/include/qom/node.h > > @@ -0,0 +1,66 @@ > > +/* > > + * QEMU System Emulator > > + * > > + * Copyright (c) 2013 Fujitsu Ltd. > > It's 2014 now. > oh, thanks.