qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 0/7] Hyper-V Synthetic interrupt controller


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH 0/7] Hyper-V Synthetic interrupt controller
Date: Mon, 2 Nov 2015 12:55:02 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0


On 26/10/2015 10:50, Andrey Smetanin wrote:
> Hyper-V SynIC (synthetic interrupt controller) device
> implementation.
> 
> The implementation contains:
> * msr's support
> * irq routing setup
> * irq injection
> * irq ack callback registration
> * event/message pages changes tracking at Hyper-V exit
> * Hyper-V test device to test SynIC by kvm-unit-tests
> 
> Andrey Smetanin (7):
>   standard-headers/x86: add Hyper-V SynIC constants
>   target-i386/kvm: Hyper-V SynIC MSR's support
>   linux-headers/kvm: add Hyper-V SynIC irq routing type and struct
>   kvm: Hyper-V SynIC irq routing support
>   linux-headers/kvm: KVM_EXIT_HYPERV type and struct
>   target-i386/hyperv: Hyper-V SynIC SINT routing and vCPU exit
>   hw/misc: Hyper-V test device 'hyperv-testdev'
> 
>  default-configs/i386-softmmu.mak          |   1 +
>  default-configs/x86_64-softmmu.mak        |   1 +
>  hw/misc/Makefile.objs                     |   1 +
>  hw/misc/hyperv_testdev.c                  | 164 
> ++++++++++++++++++++++++++++++
>  include/standard-headers/asm-x86/hyperv.h |  12 +++
>  include/sysemu/kvm.h                      |   1 +
>  kvm-all.c                                 |  33 ++++++
>  linux-headers/linux/kvm.h                 |  25 +++++
>  target-i386/Makefile.objs                 |   2 +-
>  target-i386/cpu-qom.h                     |   1 +
>  target-i386/cpu.c                         |   1 +
>  target-i386/cpu.h                         |   5 +
>  target-i386/hyperv.c                      | 127 +++++++++++++++++++++++
>  target-i386/hyperv.h                      |  42 ++++++++
>  target-i386/kvm.c                         |  66 +++++++++++-
>  target-i386/machine.c                     |  39 +++++++
>  16 files changed, 519 insertions(+), 2 deletions(-)
>  create mode 100644 hw/misc/hyperv_testdev.c
>  create mode 100644 target-i386/hyperv.c
>  create mode 100644 target-i386/hyperv.h
> 
> Signed-off-by: Andrey Smetanin <address@hidden>
> Reviewed-by: Roman Kagan <address@hidden>
> Signed-off-by: Denis V. Lunev <address@hidden>
> CC: Vitaly Kuznetsov <address@hidden>
> CC: "K. Y. Srinivasan" <address@hidden>
> CC: Gleb Natapov <address@hidden>
> CC: Paolo Bonzini <address@hidden>
> CC: Roman Kagan <address@hidden>
> CC: Denis V. Lunev <address@hidden>
> CC: address@hidden
> CC: address@hidden
> 

Reviewed-by: Paolo Bonzini <address@hidden>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]