From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59559) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bLB3B-0006jZ-89 for qemu-devel@nongnu.org; Thu, 07 Jul 2016 11:17:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bLB35-0005SN-7L for qemu-devel@nongnu.org; Thu, 07 Jul 2016 11:17:12 -0400 Received: from mx1.redhat.com ([209.132.183.28]:39800) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bLB35-0005SD-1H for qemu-devel@nongnu.org; Thu, 07 Jul 2016 11:17:07 -0400 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 04EAB63326 for ; Thu, 7 Jul 2016 15:17:06 +0000 (UTC) From: Peter Krempa Date: Thu, 7 Jul 2016 17:17:12 +0200 Message-Id: Subject: [Qemu-devel] [RFC PATCH 0/2] cpu hotplug: Extend data provided by query-hotpluggable-cpus List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: dgibson@redhat.com, imammedo@redhat.com, Peter Krempa Few entries that would help me in adding the stuff to libvirt. Peter Krempa (2): qapi: Add vcpu id to query-hotpluggable-cpus output numa: Add node_id data in query-hotpluggable-cpus hmp.c | 1 + hw/i386/pc.c | 8 ++++++++ hw/ppc/spapr.c | 9 +++++++-- include/sysemu/numa.h | 1 + numa.c | 13 +++++++++++++ qapi-schema.json | 2 ++ 6 files changed, 32 insertions(+), 2 deletions(-) -- 2.9.0