From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932428AbcHOOiq (ORCPT ); Mon, 15 Aug 2016 10:38:46 -0400 Received: from userp1040.oracle.com ([156.151.31.81]:49154 "EHLO userp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753179AbcHOOiE (ORCPT ); Mon, 15 Aug 2016 10:38:04 -0400 From: Boris Ostrovsky To: david.vrabel@citrix.com, jgross@suse.com Cc: boris.ostrovsky@oracle.com, bigeasy@linutronix.de, xen-devel@lists.xenproject.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/2] Convert to new CPU hotplug framework Date: Mon, 15 Aug 2016 10:46:45 -0400 Message-Id: <1471272407-4292-1-git-send-email-boris.ostrovsky@oracle.com> X-Mailer: git-send-email 1.7.1 X-Source-IP: aserv0022.oracle.com [141.146.126.234] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org New CPU hotplug framework was introduced recently. These patches convert Xen CPU hotplug code to this infrastructure. The patches (patch 1 specifically) will apply on top of https://lists.xenproject.org/archives/html/xen-devel/2016-08/msg00562.html (I will be out of the office starting tomorrow so may not be able to respond to comments right away) Boris Ostrovsky (2): xen/x86: Convert to hotplug state machine xen/events: Convert to hotplug state machine arch/x86/xen/enlighten.c | 115 +++++++++++++++++++++---------------- drivers/xen/events/events_fifo.c | 34 ++++------- include/linux/cpuhotplug.h | 3 + 3 files changed, 80 insertions(+), 72 deletions(-)