[Qemu-devel] [PATCH v2 0/2] i386/kvm: enable Hyper-V PV IPI mechanism

Vitaly Kuznetsov posted 2 patches 7 years ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20181009130853.6412-1-vkuznets@redhat.com
Test docker-clang@ubuntu failed
Test checkpatch passed
linux-headers/linux/kvm.h  |  3 +++
target/i386/cpu.c          |  1 +
target/i386/cpu.h          |  1 +
target/i386/hyperv-proto.h |  1 +
target/i386/kvm.c          | 14 +++++++++++++-
5 files changed, 19 insertions(+), 1 deletion(-)
[Qemu-devel] [PATCH v2 0/2] i386/kvm: enable Hyper-V PV IPI mechanism
Posted by Vitaly Kuznetsov 7 years ago
Hyper-V PV IPI enlightenment was merged to KVM (kvm/queue currently).
Support the feature enablement in Qemu.

Changes since v1 [Roman Kagan]:
- Strip kvm.h with 'make headers_install' before putting to Qemu.
- Add Reviewed-by: to PATCH2

Vitaly Kuznetsov (2):
  linux-headers: update to pre-4.20 (kvm/queue)
  i386/kvm: add support for Hyper-V IPI send

 linux-headers/linux/kvm.h  |  3 +++
 target/i386/cpu.c          |  1 +
 target/i386/cpu.h          |  1 +
 target/i386/hyperv-proto.h |  1 +
 target/i386/kvm.c          | 14 +++++++++++++-
 5 files changed, 19 insertions(+), 1 deletion(-)

-- 
2.17.1