From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48940) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WIIAj-0001Gw-1q for qemu-devel@nongnu.org; Tue, 25 Feb 2014 08:35:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WIIAe-000451-6o for qemu-devel@nongnu.org; Tue, 25 Feb 2014 08:35:44 -0500 Received: from mx1.redhat.com ([209.132.183.28]:44084) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WIIAd-00044r-To for qemu-devel@nongnu.org; Tue, 25 Feb 2014 08:35:40 -0500 Message-ID: <530C9C17.7060102@redhat.com> Date: Tue, 25 Feb 2014 06:35:19 -0700 From: Eric Blake MIME-Version: 1.0 References: In-Reply-To: Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="tDu8kcxPWF3tmXnHLXx8JO3BJuRGDw5GB" 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: Chen Fan , qemu-devel@nongnu.org Cc: Igor Mammedov , =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= , Eduardo Habkost This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --tDu8kcxPWF3tmXnHLXx8JO3BJuRGDw5GB Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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 >=20 > 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. --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --tDu8kcxPWF3tmXnHLXx8JO3BJuRGDw5GB Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJTDJwXAAoJEKeha0olJ0NqGZcH/jRpL5ybZVQ5GZVFNt6XEluS LoRy+bA6N1Gp1BqgjmU2veOg5Qb23hYlBl/XMv3ptc9+YQnbWJ/7QCclUYNMMH4U y+Hgoo7G6+lNB9ZsN62qPqq+HX535mTlObUSg/fbPEvESSnvKcOoBS9oHzwG1W5B QwpwlsjD7uqYBcFQ6AVDrGoL1mxumGnbXMdmt+e/1UhloCVFJYZEKXL9dDZlMeBh rR+w8I29HaLKK2Fnb1RYC/phf8Xh2PJM7avkYu8FZB8PmDjUCHPPVmL9owTc26V0 tEma+CVhwHLuY6zvqK3+xhMTWNbpwwF2gUS0sztQn4RYMMR0G73wA+RYrOX3cI4= =1H5f -----END PGP SIGNATURE----- --tDu8kcxPWF3tmXnHLXx8JO3BJuRGDw5GB--