From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Borntraeger Subject: Re: KVM call for agenda for 2016-02-16 Date: Tue, 16 Feb 2016 12:54:57 +0100 Message-ID: <56C30E11.8040606@de.ibm.com> References: <871t8kpo6j.fsf@emacs.mitica> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: =?UTF-8?Q?Andreas_F=c3=a4rber?= , Bharata B Rao , Eduardo Habkost , Matthew Rosato , David Hildenbrand , David Gibson , Peter Maydell , Paul Mackerras To: quintela@redhat.com, qemu-develQEMU Developer , KVM devel mailing list Return-path: Received: from e06smtp08.uk.ibm.com ([195.75.94.104]:38358 "EHLO e06smtp08.uk.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754902AbcBPLzE (ORCPT ); Tue, 16 Feb 2016 06:55:04 -0500 Received: from localhost by e06smtp08.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 16 Feb 2016 11:55:02 -0000 Received: from b06cxnps4075.portsmouth.uk.ibm.com (d06relay12.portsmouth.uk.ibm.com [9.149.109.197]) by d06dlp01.portsmouth.uk.ibm.com (Postfix) with ESMTP id 5850817D8056 for ; Tue, 16 Feb 2016 11:55:17 +0000 (GMT) Received: from d06av01.portsmouth.uk.ibm.com (d06av01.portsmouth.uk.ibm.com [9.149.37.212]) by b06cxnps4075.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id u1GBsxAX6357304 for ; Tue, 16 Feb 2016 11:54:59 GMT Received: from d06av01.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av01.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id u1GBswlb029289 for ; Tue, 16 Feb 2016 04:54:59 -0700 In-Reply-To: <871t8kpo6j.fsf@emacs.mitica> Sender: kvm-owner@vger.kernel.org List-ID: So my quick and dirty summary of CPU as _I_ understand it (and I only have some part time bandwidth at the moment for that) x86 has cpu hotplug. Some history qemu-kvm had cpu_set in the past qemu has cpu_add for a while now libvirt code uses cpu_add cross-platform out of the box proposal to use device_add. Currently this has the following issues that we need to discuss: - will require capability checking and dual code in libvirt (and libvirt updates) - Power has some constraints that are hard to model with just device add - David Gibson proposes a two layer interface - low level: device add cpu-package - high level - David Hildenbrand has some concerns regarding CPU models (with base model + feature on/off), as device_add needs instantiatable type - devel_del: s390 has no interface for cpu removal (Matts latest patches reset the machine just like z/VM - until we have some interface) - anything else? (cpu hotplug on ARM or MIPS?) Would be good to use todays call to have a plan how to finish things soon. (maybe even for 2.6) Christian