From: Andrey Smetanin <asmetanin@virtuozzo.com>
To: <kvm@vger.kernel.org>
Cc: Gleb Natapov <gleb@kernel.org>,
Paolo Bonzini <pbonzini@redhat.com>,
"Joerg Roedel" <joro@8bytes.org>,
"K. Y. Srinivasan" <kys@microsoft.com>,
"Haiyang Zhang" <haiyangz@microsoft.com>,
Roman Kagan <rkagan@virtuozzo.com>,
"Denis V. Lunev" <den@openvz.org>, <qemu-devel@nongnu.org>
Subject: Re: [PATCH v2 0/5] KVM: Hyper-V VMBus hypercalls
Date: Tue, 2 Feb 2016 14:34:29 +0300 [thread overview]
Message-ID: <56B09445.9030009@virtuozzo.com> (raw)
In-Reply-To: <1453384873-14832-1-git-send-email-asmetanin@virtuozzo.com>
ping
On 01/21/2016 05:01 PM, Andrey Smetanin wrote:
> The patch implements userspace exit 'KVM_EXIT_HYPERV'
> for Hyper-V VMBus hypercalls(postmsg, signalevent)
> to handle these hypercalls by QEMU.
>
> Changes v2:
> * use KVM_EXIT_HYPERV for hypercalls
>
> Signed-off-by: Andrey Smetanin <asmetanin@virtuozzo.com>
> Reviewed-by: Roman Kagan <rkagan@virtuozzo.com>
> CC: Gleb Natapov <gleb@kernel.org>
> CC: Paolo Bonzini <pbonzini@redhat.com>
> CC: Joerg Roedel <joro@8bytes.org>
> CC: "K. Y. Srinivasan" <kys@microsoft.com>
> CC: Haiyang Zhang <haiyangz@microsoft.com>
> CC: Roman Kagan <rkagan@virtuozzo.com>
> CC: Denis V. Lunev <den@openvz.org>
> CC: qemu-devel@nongnu.org
>
> Andrey Smetanin (5):
> kvm/x86: Rename Hyper-V long spin wait hypercall
> drivers/hv: Move VMBus hypercall codes into Hyper-V UAPI header
> kvm/x86: Pass return code of kvm_emulate_hypercall
> kvm/x86: Reject Hyper-V hypercall continuation
> kvm/x86: Hyper-V VMBus hypercall userspace exit
>
> Documentation/virtual/kvm/api.txt | 6 ++++++
> arch/x86/include/uapi/asm/hyperv.h | 4 +++-
> arch/x86/kvm/hyperv.c | 40 +++++++++++++++++++++++++++++---------
> arch/x86/kvm/hyperv.h | 1 +
> arch/x86/kvm/svm.c | 3 +--
> arch/x86/kvm/vmx.c | 3 +--
> arch/x86/kvm/x86.c | 5 +++++
> drivers/hv/hv.c | 4 ++--
> drivers/hv/hyperv_vmbus.h | 6 ------
> include/uapi/linux/kvm.h | 6 ++++++
> 10 files changed, 56 insertions(+), 22 deletions(-)
>
WARNING: multiple messages have this Message-ID (diff)
From: Andrey Smetanin <asmetanin@virtuozzo.com>
To: kvm@vger.kernel.org
Cc: Gleb Natapov <gleb@kernel.org>, Joerg Roedel <joro@8bytes.org>,
qemu-devel@nongnu.org, Roman Kagan <rkagan@virtuozzo.com>,
"Denis V. Lunev" <den@openvz.org>,
Paolo Bonzini <pbonzini@redhat.com>,
"K. Y. Srinivasan" <kys@microsoft.com>,
Haiyang Zhang <haiyangz@microsoft.com>
Subject: Re: [Qemu-devel] [PATCH v2 0/5] KVM: Hyper-V VMBus hypercalls
Date: Tue, 2 Feb 2016 14:34:29 +0300 [thread overview]
Message-ID: <56B09445.9030009@virtuozzo.com> (raw)
In-Reply-To: <1453384873-14832-1-git-send-email-asmetanin@virtuozzo.com>
ping
On 01/21/2016 05:01 PM, Andrey Smetanin wrote:
> The patch implements userspace exit 'KVM_EXIT_HYPERV'
> for Hyper-V VMBus hypercalls(postmsg, signalevent)
> to handle these hypercalls by QEMU.
>
> Changes v2:
> * use KVM_EXIT_HYPERV for hypercalls
>
> Signed-off-by: Andrey Smetanin <asmetanin@virtuozzo.com>
> Reviewed-by: Roman Kagan <rkagan@virtuozzo.com>
> CC: Gleb Natapov <gleb@kernel.org>
> CC: Paolo Bonzini <pbonzini@redhat.com>
> CC: Joerg Roedel <joro@8bytes.org>
> CC: "K. Y. Srinivasan" <kys@microsoft.com>
> CC: Haiyang Zhang <haiyangz@microsoft.com>
> CC: Roman Kagan <rkagan@virtuozzo.com>
> CC: Denis V. Lunev <den@openvz.org>
> CC: qemu-devel@nongnu.org
>
> Andrey Smetanin (5):
> kvm/x86: Rename Hyper-V long spin wait hypercall
> drivers/hv: Move VMBus hypercall codes into Hyper-V UAPI header
> kvm/x86: Pass return code of kvm_emulate_hypercall
> kvm/x86: Reject Hyper-V hypercall continuation
> kvm/x86: Hyper-V VMBus hypercall userspace exit
>
> Documentation/virtual/kvm/api.txt | 6 ++++++
> arch/x86/include/uapi/asm/hyperv.h | 4 +++-
> arch/x86/kvm/hyperv.c | 40 +++++++++++++++++++++++++++++---------
> arch/x86/kvm/hyperv.h | 1 +
> arch/x86/kvm/svm.c | 3 +--
> arch/x86/kvm/vmx.c | 3 +--
> arch/x86/kvm/x86.c | 5 +++++
> drivers/hv/hv.c | 4 ++--
> drivers/hv/hyperv_vmbus.h | 6 ------
> include/uapi/linux/kvm.h | 6 ++++++
> 10 files changed, 56 insertions(+), 22 deletions(-)
>
next prev parent reply other threads:[~2016-02-02 11:35 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-21 14:01 [PATCH v2 0/5] KVM: Hyper-V VMBus hypercalls Andrey Smetanin
2016-01-21 14:01 ` [Qemu-devel] " Andrey Smetanin
2016-01-21 14:01 ` [PATCH v2 1/5] kvm/x86: Rename Hyper-V long spin wait hypercall Andrey Smetanin
2016-01-21 14:01 ` [Qemu-devel] " Andrey Smetanin
2016-01-21 14:01 ` [PATCH v2 2/5] drivers/hv: Move VMBus hypercall codes into Hyper-V UAPI header Andrey Smetanin
2016-01-21 14:01 ` [Qemu-devel] " Andrey Smetanin
2016-01-21 14:01 ` [PATCH v2 3/5] kvm/x86: Pass return code of kvm_emulate_hypercall Andrey Smetanin
2016-01-21 14:01 ` [Qemu-devel] " Andrey Smetanin
2016-01-21 14:01 ` [PATCH v2 4/5] kvm/x86: Reject Hyper-V hypercall continuation Andrey Smetanin
2016-01-21 14:01 ` [Qemu-devel] " Andrey Smetanin
2016-01-21 14:01 ` [PATCH v2 5/5] kvm/x86: Hyper-V VMBus hypercall userspace exit Andrey Smetanin
2016-01-21 14:01 ` [Qemu-devel] " Andrey Smetanin
2016-02-10 16:48 ` Paolo Bonzini
2016-02-10 16:48 ` [Qemu-devel] " Paolo Bonzini
2016-02-02 11:34 ` Andrey Smetanin [this message]
2016-02-02 11:34 ` [Qemu-devel] [PATCH v2 0/5] KVM: Hyper-V VMBus hypercalls Andrey Smetanin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=56B09445.9030009@virtuozzo.com \
--to=asmetanin@virtuozzo.com \
--cc=den@openvz.org \
--cc=gleb@kernel.org \
--cc=haiyangz@microsoft.com \
--cc=joro@8bytes.org \
--cc=kvm@vger.kernel.org \
--cc=kys@microsoft.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=rkagan@virtuozzo.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.