From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53090) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKcwP-0007kY-TX for qemu-devel@nongnu.org; Mon, 03 Mar 2014 19:10:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WKcwL-0005NO-Ce for qemu-devel@nongnu.org; Mon, 03 Mar 2014 19:10:37 -0500 Received: from mx1.redhat.com ([209.132.183.28]:3333) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKcwL-0005NE-0R for qemu-devel@nongnu.org; Mon, 03 Mar 2014 19:10:33 -0500 Message-ID: <531519EC.9040400@redhat.com> Date: Mon, 03 Mar 2014 17:10:20 -0700 From: Eric Blake MIME-Version: 1.0 References: In-Reply-To: Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="oV9huokjsUqGTw0nfm7xDlcEQNUxL9Ep3" Subject: Re: [Qemu-devel] [PATCH v18 10/14] numa: add -numa node, memdev= option List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Hu Tao , qemu-devel@nongnu.org Cc: pbonzini@redhat.com, lersek@redhat.com, Wanlong Gao , imammedo@redhat.com This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --oV9huokjsUqGTw0nfm7xDlcEQNUxL9Ep3 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 02/19/2014 12:54 AM, Hu Tao wrote: > From: Paolo Bonzini >=20 > This option provides the infrastructure for binding guest NUMA nodes > to host NUMA nodes. For example: >=20 > -object memory-ram,size=3D1024M,policy=3Dmembind,host-nodes=3D0,id=3Dr= am-node0 \ > -numa node,nodeid=3D0,cpus=3D0,memdev=3Dram-node0 \ > -object memory-ram,size=3D1024M,policy=3Dinterleave,host-nodes=3D1-3,i= d=3Dram-node1 \ > -numa node,nodeid=3D1,cpus=3D1,memdev=3Dram-node1 >=20 > The option replaces "-numa mem". >=20 > Signed-off-by: Paolo Bonzini >=20 > Conflicts: > include/sysemu/sysemu.h > numa.c Until this patch is taken upstream, a 'Conflicts:' section in your commit message doesn't make sense. That is useful for downstream or stable branch backports, but doesn't belong on the mainline branch. >=20 > Signed-off-by: Hu Tao > --- > include/sysemu/sysemu.h | 2 ++ > numa.c | 64 +++++++++++++++++++++++++++++++++++++++++= ++++++-- > qapi-schema.json | 6 ++++- > 3 files changed, 69 insertions(+), 3 deletions(-) >=20 --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --oV9huokjsUqGTw0nfm7xDlcEQNUxL9Ep3 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/ iQEcBAEBCAAGBQJTFRnsAAoJEKeha0olJ0Nqo2kH/iiVVmR0syEBBNvtmBpsduI7 DXmVSpYgKqzKmu7Dh13SBi8lAkUakTey+WlMoDCwDOLTpfQMoUol3uHqzlUMFFTk a3RcTbIsWMq34pdWoWYmuMiJoqnQyzPJUk/bGkYwLyxmYG2/dLEXjkH8WCXKn+BQ nlvzaF7JasPCEigFoQoADCu0fa8CBVUnA53QtAAz9yQ7rFby0hOTNZ3afx31vF6q 92KdhiyAIYEvJ5cALBn/LH6btueimXZ5VG+oFQptX1EBVLMciHG//CKyAEKSNYVQ AA2XyKllrr0epFAevXGOhpdZo17/j4PYNWVWGsLzuiu5ma+iP1dMBvREEqNiwkI= =2HHL -----END PGP SIGNATURE----- --oV9huokjsUqGTw0nfm7xDlcEQNUxL9Ep3--