From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44498) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZpIoc-0002xp-Hs for qemu-devel@nongnu.org; Thu, 22 Oct 2015 12:34:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZpIoX-00080x-2T for qemu-devel@nongnu.org; Thu, 22 Oct 2015 12:34:10 -0400 Received: from mail-wi0-x231.google.com ([2a00:1450:400c:c05::231]:38810) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZpIoW-00080V-SY for qemu-devel@nongnu.org; Thu, 22 Oct 2015 12:34:04 -0400 Received: by wicll6 with SMTP id ll6so127429860wic.1 for ; Thu, 22 Oct 2015 09:34:04 -0700 (PDT) Sender: Paolo Bonzini References: <1444979273-6587-10-git-send-email-den@openvz.org> <1445530236-20746-1-git-send-email-asmetanin@virtuozzo.com> From: Paolo Bonzini Message-ID: <56290FF9.5080009@redhat.com> Date: Thu, 22 Oct 2015 18:34:01 +0200 MIME-Version: 1.0 In-Reply-To: <1445530236-20746-1-git-send-email-asmetanin@virtuozzo.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 9/9] kvm/x86: Hyper-V kvm exit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Andrey Smetanin , kvm@vger.kernel.org Cc: Gleb Natapov , qemu-devel@nongnu.org, "Denis V. Lunev" , Roman Kagan , Vitaly Kuznetsov , "K. Y. Srinivasan" On 22/10/2015 18:10, Andrey Smetanin wrote: > A new vcpu exit is introduced to notify the userspace of the > changes in Hyper-V SynIC configuration triggered by guest writing to the > corresponding MSRs. > > Changes v3: > * added KVM_EXIT_HYPERV types and structs notes into docs Thanks. The changes look good. I look forward to the unit tests so I can merge it. Paolo