From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58277) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZqenI-0000GH-96 for qemu-devel@nongnu.org; Mon, 26 Oct 2015 06:14:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZqenD-0000fK-6a for qemu-devel@nongnu.org; Mon, 26 Oct 2015 06:14:24 -0400 Received: from relay.parallels.com ([195.214.232.42]:53994) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZqenC-0000fD-Ts for qemu-devel@nongnu.org; Mon, 26 Oct 2015 06:14:19 -0400 References: <1444979273-6587-10-git-send-email-den@openvz.org> <1445530236-20746-1-git-send-email-asmetanin@virtuozzo.com> <56290FF9.5080009@redhat.com> From: "Denis V. Lunev" Message-ID: <562DFCE7.40203@openvz.org> Date: Mon, 26 Oct 2015 13:13:59 +0300 MIME-Version: 1.0 In-Reply-To: <56290FF9.5080009@redhat.com> Content-Type: text/plain; charset="windows-1252"; format=flowed 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: Paolo Bonzini , Andrey Smetanin , kvm@vger.kernel.org Cc: Gleb Natapov , Roman Kagan , Vitaly Kuznetsov , "K. Y. Srinivasan" , qemu-devel@nongnu.org On 10/22/2015 07:34 PM, Paolo Bonzini wrote: > > 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 sent. Den