From: Jon Doron <arilou@gmail.com>
To: kvm@vger.kernel.org, linux-hyperv@vger.kernel.org
Cc: vkuznets@redhat.com, Jon Doron <arilou@gmail.com>
Subject: [PATCH v3 1/5] x86/kvm/hyper-v: Explicitly align hcall param for kvm_hyperv_exit
Date: Fri, 6 Mar 2020 18:39:05 +0200 [thread overview]
Message-ID: <20200306163909.1020369-2-arilou@gmail.com> (raw)
In-Reply-To: <20200306163909.1020369-1-arilou@gmail.com>
Signed-off-by: Jon Doron <arilou@gmail.com>
---
include/uapi/linux/kvm.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/uapi/linux/kvm.h b/include/uapi/linux/kvm.h
index 4b95f9a31a2f..24b7c48ccc6f 100644
--- a/include/uapi/linux/kvm.h
+++ b/include/uapi/linux/kvm.h
@@ -197,6 +197,7 @@ struct kvm_hyperv_exit {
__u64 msg_page;
} synic;
struct {
+ __u32 pad;
__u64 input;
__u64 result;
__u64 params[2];
--
2.24.1
next prev parent reply other threads:[~2020-03-06 16:39 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-06 16:39 [PATCH v3 0/5] x86/kvm/hyper-v: add support for synthetic debugger Jon Doron
2020-03-06 16:39 ` Jon Doron [this message]
2020-03-09 16:13 ` [PATCH v3 1/5] x86/kvm/hyper-v: Explicitly align hcall param for kvm_hyperv_exit Vitaly Kuznetsov
2020-03-09 18:11 ` Jon Doron
2020-03-10 8:44 ` [x86/kvm/hyper] ac48b1cf2a: kvm-unit-tests.hyperv_connections.fail kernel test robot
2020-03-06 16:39 ` [PATCH v3 2/5] x86/hyper-v: Add synthetic debugger definitions Jon Doron
2020-03-06 16:39 ` [PATCH v3 3/5] x86/kvm/hyper-v: Add support for synthetic debugger capability Jon Doron
2020-03-09 16:18 ` Vitaly Kuznetsov
2020-03-09 18:20 ` Jon Doron
2020-03-06 16:39 ` [PATCH v3 4/5] x86/kvm/hyper-v: enable hypercalls regardless of hypercall page Jon Doron
2020-03-06 16:39 ` [PATCH v3 5/5] x86/kvm/hyper-v: Add support for synthetic debugger via hypercalls Jon Doron
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=20200306163909.1020369-2-arilou@gmail.com \
--to=arilou@gmail.com \
--cc=kvm@vger.kernel.org \
--cc=linux-hyperv@vger.kernel.org \
--cc=vkuznets@redhat.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.