Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752480AbdFEROE (ORCPT ); Mon, 5 Jun 2017 13:14:04 -0400 Received: from smtp.ctxuk.citrix.com ([185.25.65.24]:62863 "EHLO SMTP.EU.CITRIX.COM" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752238AbdFEROC (ORCPT ); Mon, 5 Jun 2017 13:14:02 -0400 X-IronPort-AV: E=Sophos;i="5.39,302,1493683200"; d="scan'208";a="47238618" Subject: Re: [Xen-devel] [PATCH] xen-evtchn: Bind dyn evtchn:qemu-dm interrupt to next online VCPU To: Boris Ostrovsky , , CC: References: <1496414988-12878-1-git-send-email-anoob.soman@citrix.com> <363cb97a-7dc1-ae4f-da93-30e7658cef00@oracle.com> <5a5d9355-34fc-57aa-825c-81123f6bb74e@citrix.com> <0c2a3a4b-e442-8c8c-6a71-6f9972ff29fc@citrix.com> <35eefa99-ba11-2c3d-f231-be48869d35e1@oracle.com> From: Anoob Soman Message-ID: Date: Mon, 5 Jun 2017 18:13:27 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 In-Reply-To: <35eefa99-ba11-2c3d-f231-be48869d35e1@oracle.com> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-ClientProxiedBy: FTLPEX02CAS03.citrite.net (10.13.99.94) To AMSPEX02CL02.citrite.net (10.69.22.126) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 254 Lines: 11 On 05/06/17 17:46, Boris Ostrovsky wrote: > > +static void evtchn_bind_interdom_next_vcpu(int evtchn) > +{ > + unsigned int selected_cpu, irq; > + struct irq_desc *desc = NULL; <==== > Oh, thanks. I will send out a V2, with the modifications. -Anoob.