From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:38677) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UCz5o-0005Ne-Hv for qemu-devel@nongnu.org; Tue, 05 Mar 2013 16:08:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UCz5a-0003Nn-Sr for qemu-devel@nongnu.org; Tue, 05 Mar 2013 16:08:07 -0500 Received: from mx1.redhat.com ([209.132.183.28]:30168) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UCz5a-0003J6-Ky for qemu-devel@nongnu.org; Tue, 05 Mar 2013 16:07:58 -0500 Message-ID: <51365F1C.2080605@redhat.com> Date: Tue, 05 Mar 2013 22:09:48 +0100 From: Laszlo Ersek MIME-Version: 1.0 References: <1362435597-20018-1-git-send-email-lersek@redhat.com> <1362435597-20018-4-git-send-email-lersek@redhat.com> <20130305200937.GG21850@vm> In-Reply-To: <20130305200937.GG21850@vm> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 3/3] qga: implement qmp_guest_set_vcpus() for Linux with sysfs List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: mdroth Cc: pbonzini@redhat.com, qemu-devel@nongnu.org, lcapitulino@redhat.com On 03/05/13 21:09, mdroth wrote: > Similar to comments in patch 2: is this supposed to be similar to the > /sys/devices/system/cpu/{probe,release} entries currently documented? I don't have those on RHEL-6, and they aren't mentioned in upstream "Documentation/cpu-hotplug.txt". "Documentation/ABI/testing/sysfs-devices-system-cpu" says about probe & release: Description: Dynamic addition and removal of CPU's. This is not hotplug removal, this is meant complete removal/addition of the CPU from the system. That's not my purpose here, since that would be probably even more complex than (or the same as) real ACPI CPU hotplug / hot-unplug. Thanks! Laszlo