From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:55958) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UCeeQ-0008Ac-E6 for qemu-devel@nongnu.org; Mon, 04 Mar 2013 18:18:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UCeeN-0007bp-53 for qemu-devel@nongnu.org; Mon, 04 Mar 2013 18:18:34 -0500 Received: from mx1.redhat.com ([209.132.183.28]:3932) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UCeeM-0007bg-Tg for qemu-devel@nongnu.org; Mon, 04 Mar 2013 18:18:31 -0500 From: Laszlo Ersek Date: Mon, 4 Mar 2013 23:19:54 +0100 Message-Id: <1362435597-20018-1-git-send-email-lersek@redhat.com> Subject: [Qemu-devel] [PATCH 0/3] qga/Linux: online/offline/query VCPUs via guest sysfs List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: mdroth@linux.vnet.ibm.com, lcapitulino@redhat.com, eblake@redhat.com, pbonzini@redhat.com, qemu-devel@nongnu.org Until the uncomparably harder task of real VCPU hotplug / hot-unplug is completed, here's a small guest agent series that imitates the same thing through the sysfs of the Linux guest. We've heard that people migrating from another VMM might be transitorily interested in this. Laszlo Ersek (3): qga: introduce guest-get-vcpus / guest-set-vcpus with stubs qga: implement qmp_guest_get_vcpus() for Linux with sysfs qga: implement qmp_guest_set_vcpus() for Linux with sysfs qga/qapi-schema.json | 50 +++++++++++++++++ qga/commands-posix.c | 149 ++++++++++++++++++++++++++++++++++++++++++++++++++ qga/commands-win32.c | 11 ++++ 3 files changed, 210 insertions(+), 0 deletions(-)