qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v3 0/2] actual checks of KVM_CAP_IRQFD and KVM_C


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH v3 0/2] actual checks of KVM_CAP_IRQFD and KVM_CAP_IRQFD_RESAMPLE
Date: Mon, 03 Nov 2014 13:30:28 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0

On 31/10/2014 14:38, Eric Auger wrote:
> This patch series replaces direct settings of kvm_irqfds_allowed
> in architecture specific files by actual check of the KVM_CAP_IRQFD
> extension in kvm-all.c.
> 
> Also A new kvm_resamplefds_enabled() enables to check
> KVM_CAP_IRQFD_RESAMPLE. In the second patch file the vfio device
> becomes the first user of kvm_resamplefds_enabled().
> 
> Eric Auger (2):
>   KVM_CAP_IRQFD and KVM_CAP_IRQFD_RESAMPLE checks
>   vfio: use kvm_resamplefds_enabled()
> 
>  hw/intc/openpic_kvm.c |  1 -
>  hw/intc/xics_kvm.c    |  1 -
>  hw/misc/vfio.c        |  5 ++---
>  include/sysemu/kvm.h  | 10 ++++++++++
>  kvm-all.c             |  7 +++++++
>  target-i386/kvm.c     |  1 -
>  target-s390x/kvm.c    |  1 -
>  7 files changed, 19 insertions(+), 7 deletions(-)
> 

Applied for 2.3 to uq/master.  Thanks.

Paolo



reply via email to

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