From: Jon Doron <arilou@gmail.com>
To: qemu-devel@nongnu.org
Cc: pbonzini@redhat.com, vkuznets@redhat.com, ehabkost@redhat.com,
Jon Doron <arilou@gmail.com>
Subject: [PATCH v1 0/5] hyperv: VMBus implementation
Date: Fri, 3 Apr 2020 17:23:03 +0300 [thread overview]
Message-ID: <20200403142308.82990-1-arilou@gmail.com> (raw)
This is a rebase of the old patchset from Roman for HyperV VMBus
implementation.
How to use:
-device vmbus-bridge
Later on new paravirtualized devices can be implemented on top of it
(Network/SCSI/etc.)
Jon Doron (5):
hyperv: expose API to determine if synic is enabled
hyperv: SControl is optional to enable SynIc
vmbus: add vmbus protocol definitions
vmbus: vmbus implementation
i386: Hyper-V VMBus ACPI DSDT entry
Makefile.objs | 1 +
hw/Kconfig | 1 +
hw/Makefile.objs | 1 +
hw/hyperv/hyperv.c | 250 ++--
hw/i386/Kconfig | 1 +
hw/i386/acpi-build.c | 42 +
hw/i386/pc_q35.c | 2 +
hw/vmbus/Kconfig | 3 +
hw/vmbus/Makefile.objs | 1 +
hw/vmbus/trace-events | 8 +
hw/vmbus/vmbus.c | 2422 ++++++++++++++++++++++++++++++++
include/hw/hyperv/hyperv.h | 3 +
include/hw/vmbus/vmbus-proto.h | 222 +++
include/hw/vmbus/vmbus.h | 109 ++
target/i386/hyperv.c | 2 +
15 files changed, 2986 insertions(+), 82 deletions(-)
create mode 100644 hw/vmbus/Kconfig
create mode 100644 hw/vmbus/Makefile.objs
create mode 100644 hw/vmbus/trace-events
create mode 100644 hw/vmbus/vmbus.c
create mode 100644 include/hw/vmbus/vmbus-proto.h
create mode 100644 include/hw/vmbus/vmbus.h
--
2.24.1
next reply other threads:[~2020-04-03 14:24 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-03 14:23 Jon Doron [this message]
2020-04-03 14:23 ` [PATCH v1 1/5] hyperv: expose API to determine if synic is enabled Jon Doron
2020-04-03 14:23 ` [PATCH v1 2/5] hyperv: SControl is optional to enable SynIc Jon Doron
2020-04-03 14:23 ` [PATCH v1 3/5] vmbus: add vmbus protocol definitions Jon Doron
2020-04-03 14:23 ` [PATCH v1 4/5] vmbus: vmbus implementation Jon Doron
2020-04-03 14:23 ` [PATCH v1 5/5] i386: Hyper-V VMBus ACPI DSDT entry Jon Doron
2020-04-03 14:56 ` Maciej S. Szmigiero
2020-04-03 15:06 ` Jon Doron
2020-04-03 15:30 ` Jon Doron
2020-04-03 15:50 ` Maciej S. Szmigiero
2020-04-03 17:18 ` Maciej S. Szmigiero
2020-04-03 21:00 ` Maciej S. Szmigiero
2020-04-06 7:32 ` Roman Kagan
2020-04-06 8:20 ` Jon Doron
2020-04-07 18:56 ` Roman Kagan
2020-04-07 19:03 ` Maciej S. Szmigiero
2020-04-08 4:16 ` Jon Doron
2020-04-08 20:47 ` Roman Kagan
2020-04-09 3:35 ` Jon Doron
2020-05-12 14:05 ` Roman Kagan
2020-05-12 15:01 ` Jon Doron
2020-05-12 15:05 ` Jon Doron
2020-04-08 20:26 ` Roman Kagan
2020-04-08 21:42 ` Maciej S. Szmigiero
2020-04-06 10:14 ` Igor Mammedov
2020-04-03 22:48 ` [PATCH v1 0/5] hyperv: VMBus implementation no-reply
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=20200403142308.82990-1-arilou@gmail.com \
--to=arilou@gmail.com \
--cc=ehabkost@redhat.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.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.