All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/2] actual checks of KVM_CAP_IRQFD and KVM_CAP_IRQFD_RESAMPLE
@ 2014-09-03  9:54 Eric Auger
  2014-09-03  9:54 ` [Qemu-devel] [PATCH v2 1/2] KVM_CAP_IRQFD and KVM_CAP_IRQFD_RESAMPLE checks Eric Auger
  2014-09-03  9:54 ` [Qemu-devel] [PATCH v2 2/2] vfio: use kvm_resamplefds_enabled() Eric Auger
  0 siblings, 2 replies; 5+ messages in thread
From: Eric Auger @ 2014-09-03  9:54 UTC (permalink / raw)
  To: eric.auger, christoffer.dall, qemu-devel, a.rigo, agraf, aik,
	bsd, pbonzini, peter.maydell, mtosatti, borntraeger,
	cornelia.huck, rth, thuth, afaerber, qemu-ppc
  Cc: alex.williamson, patches, kvmarm, eric.auger

This patch serie replaces direct settings of kvm_irqfds_allowed
by actual checks of the KVM_CAP_IRQFD extension. Also A new
kvm_resamplefds_enabled() enables to check KVM_CAP_IRQFD_RESAMPLE.

in the second patch file the vfio device is 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(-)

-- 
1.8.3.2

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-09-03 13:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-03  9:54 [Qemu-devel] [PATCH v2 0/2] actual checks of KVM_CAP_IRQFD and KVM_CAP_IRQFD_RESAMPLE Eric Auger
2014-09-03  9:54 ` [Qemu-devel] [PATCH v2 1/2] KVM_CAP_IRQFD and KVM_CAP_IRQFD_RESAMPLE checks Eric Auger
2014-09-03 12:50   ` Christian Borntraeger
2014-09-03 13:19     ` Eric Auger
2014-09-03  9:54 ` [Qemu-devel] [PATCH v2 2/2] vfio: use kvm_resamplefds_enabled() Eric Auger

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.