From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:53831) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UNHP3-0000gE-Gf for qemu-devel@nongnu.org; Wed, 03 Apr 2013 02:42:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UNHP2-0002Eb-8t for qemu-devel@nongnu.org; Wed, 03 Apr 2013 02:42:37 -0400 Received: from e06smtp13.uk.ibm.com ([195.75.94.109]:54310) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UNHP2-0002EG-0W for qemu-devel@nongnu.org; Wed, 03 Apr 2013 02:42:36 -0400 Received: from /spool/local by e06smtp13.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 3 Apr 2013 07:40:05 +0100 Received: from b06cxnps3074.portsmouth.uk.ibm.com (d06relay09.portsmouth.uk.ibm.com [9.149.109.194]) by d06dlp03.portsmouth.uk.ibm.com (Postfix) with ESMTP id D624C1B0805D for ; Wed, 3 Apr 2013 07:42:31 +0100 (BST) Received: from d06av02.portsmouth.uk.ibm.com (d06av02.portsmouth.uk.ibm.com [9.149.37.228]) by b06cxnps3074.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r336gMdC54263894 for ; Wed, 3 Apr 2013 06:42:22 GMT Received: from d06av02.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av02.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id r336gUMa019753 for ; Wed, 3 Apr 2013 00:42:31 -0600 From: Jens Freimann Date: Wed, 3 Apr 2013 08:42:24 +0200 Message-Id: <1364971345-3110-1-git-send-email-jfrei@linux.vnet.ibm.com> Subject: [Qemu-devel] [RFC/PATCH 0/1] cpu hotplug for s390 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: Eduardo Habkost , qemu-devel , Christian Borntraeger , Jens Freimann , Cornelia Huck , Igor Mammedov , =?UTF-8?q?Andreas=20F=C3=A4rber?= Hi all, this is what our approach to CPU hotplug looks like. With respect to Igor's CPU hotplug series, how should we proceed? Should we change the interface to qemu_system_cpu_add_notifier/qemu_system_cpu_hotplug_request/cpu-add etc? Feedback regarding the non-API part is also highly welcome! regards Jens Thang Pham (1): s390: implement CPU hotplug hmp-commands.hx | 14 +++++ hw/s390x/Makefile.objs | 2 +- hw/s390x/event-facility.c | 9 ++++ hw/s390x/event-facility.h | 3 ++ hw/s390x/s390-virtio.c | 34 +++++++++--- hw/s390x/sclp.c | 134 +++++++++++++++++++++++++++++++++++++++++++++- hw/s390x/sclp.h | 47 +++++++++++++++- include/sysemu/sysemu.h | 1 + monitor.c | 31 +++++++++++ target-s390x/cpu.c | 59 ++++++++++++++++++++ target-s390x/cpu.h | 7 +++ target-s390x/helper.c | 43 +++++++++++++++ vl.c | 6 +++ 13 files changed, 379 insertions(+), 11 deletions(-) -- 1.7.12.4