From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52619) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZlYwP-0006lU-Pq for qemu-devel@nongnu.org; Mon, 12 Oct 2015 04:58:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZlYwN-0006QK-3e for qemu-devel@nongnu.org; Mon, 12 Oct 2015 04:58:45 -0400 Received: from mx1.redhat.com ([209.132.183.28]:34698) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZlYwM-0006QG-UH for qemu-devel@nongnu.org; Mon, 12 Oct 2015 04:58:43 -0400 References: <1444397988-20167-1-git-send-email-den@openvz.org> <1444397988-20167-2-git-send-email-den@openvz.org> <5617D259.8070101@redhat.com> <561B6741.8080309@de.ibm.com> <20151012104848.396407b9.cornelia.huck@de.ibm.com> From: Paolo Bonzini Message-ID: <561B763C.9050907@redhat.com> Date: Mon, 12 Oct 2015 10:58:36 +0200 MIME-Version: 1.0 In-Reply-To: <20151012104848.396407b9.cornelia.huck@de.ibm.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/2] kvm/x86: Hyper-V synthetic interrupt controller List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Cornelia Huck , Christian Borntraeger Cc: Gleb Natapov , qemu-devel@nongnu.org, virtualization@lists.linux-foundation.org, Jens Freimann , rkagan@virtuozzo.com, Andrey Smetanin , "Denis V. Lunev" , Vitaly Kuznetsov , "K. Y. Srinivasan" On 12/10/2015 10:48, Cornelia Huck wrote: > Going back to Paolo's original question, I think changing the check > to !KVM_IRQ_ROUTING_IRQCHIP makes sense, if I understand the code > correctly. They seem to be the only special one. Great. Roman, Denis, can you do this then? Thanks, Paolo