From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43596) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bGC5w-0007QN-Kw for qemu-devel@nongnu.org; Thu, 23 Jun 2016 17:23:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bGC5s-0004W0-E0 for qemu-devel@nongnu.org; Thu, 23 Jun 2016 17:23:27 -0400 Received: from mx1.redhat.com ([209.132.183.28]:32993) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bGC5s-0004VQ-7z for qemu-devel@nongnu.org; Thu, 23 Jun 2016 17:23:24 -0400 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) (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 F1178264D for ; Thu, 23 Jun 2016 21:23:22 +0000 (UTC) From: Peter Krempa Date: Thu, 23 Jun 2016 23:23:32 +0200 Message-Id: Subject: [Qemu-devel] [PATCH v2 0/2] qapi: Fix up cpu hotplug property names and add witness for cpu hotplug support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Igor Mammedov , David Gibson , Peter Krempa Version 2: - fix typos/incompetence/drowsiness based language errors in commit message - select version 1 as prefered way - add -id suffix to all members of CpuInstanceProperties - note in qapi-schema the need to keep members in sync - fix output text field names in HMP impl Peter Krempa (2): qapi: Report support for -device cpu hotplug in query-machines qapi: keep names in 'CpuInstanceProperties' in sync with struct CPUCore hmp.c | 16 ++++++++-------- hw/ppc/spapr.c | 4 ++-- include/hw/cpu/core.h | 3 +++ qapi-schema.json | 24 ++++++++++++++---------- vl.c | 1 + 5 files changed, 28 insertions(+), 20 deletions(-) -- 2.8.3