From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38278) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZtE8g-0007Wd-3w for qemu-devel@nongnu.org; Mon, 02 Nov 2015 07:23:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZtE8d-0005s0-0F for qemu-devel@nongnu.org; Mon, 02 Nov 2015 07:23:06 -0500 Received: from mx1.redhat.com ([209.132.183.28]:36042) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZtE8c-0005rw-Qh for qemu-devel@nongnu.org; Mon, 02 Nov 2015 07:23:02 -0500 References: <1445853369-24435-1-git-send-email-asmetanin@virtuozzo.com> <56375402.7060406@redhat.com> <56375484.1000206@openvz.org> From: Paolo Bonzini Message-ID: <5637559F.9020006@redhat.com> Date: Mon, 2 Nov 2015 13:22:55 +0100 MIME-Version: 1.0 In-Reply-To: <56375484.1000206@openvz.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [kvm-unit-tests PATCH] x86: hyperv_synic: Hyper-V SynIC test List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Denis V. Lunev" , Andrey Smetanin , kvm@vger.kernel.org Cc: Gleb Natapov , qemu-devel@nongnu.org, virtualization@lists.linux-foundation.org, Roman Kagan , Vitaly Kuznetsov , "K. Y. Srinivasan" On 02/11/2015 13:18, Denis V. Lunev wrote: >> I'm keeping the kernel patches queued for my own testing, but this of >> course has to be fixed before including them---which will delay this >> feature to 4.5, unfortunately. > > well, the problem is that it actually uses auto EOI.... Ok, no big deal. We can just disable APICv when SynIC is enabled. Paolo