qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v3 0/2] actual checks of KVM_CAP_IRQFD and KVM_CAP_IRQFD_RESAMPLE
@ 2014-10-31 13:38 Eric Auger
  2014-10-31 13:38 ` [Qemu-devel] [PATCH v3 1/2] KVM_CAP_IRQFD and KVM_CAP_IRQFD_RESAMPLE checks Eric Auger
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Eric Auger @ 2014-10-31 13:38 UTC (permalink / raw)
  To: eric.auger, christoffer.dall, qemu-devel, agraf, pbonzini, aik,
	bsd, mtosatti, borntraeger, cornelia.huck, rth, thuth, afaerber,
	qemu-ppc
  Cc: peter.maydell, alex.williamson, patches, kvmarm, eric.auger

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(-)

-- 
1.8.3.2

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

end of thread, other threads:[~2014-11-05 10:39 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-31 13:38 [Qemu-devel] [PATCH v3 0/2] actual checks of KVM_CAP_IRQFD and KVM_CAP_IRQFD_RESAMPLE Eric Auger
2014-10-31 13:38 ` [Qemu-devel] [PATCH v3 1/2] KVM_CAP_IRQFD and KVM_CAP_IRQFD_RESAMPLE checks Eric Auger
2014-10-31 17:15   ` Cornelia Huck
2014-10-31 13:38 ` [Qemu-devel] [PATCH v3 2/2] vfio: use kvm_resamplefds_enabled() Eric Auger
2014-11-04 22:25   ` Alex Williamson
2014-11-05 10:38     ` Paolo Bonzini
2014-11-03 12:30 ` [Qemu-devel] [PATCH v3 0/2] actual checks of KVM_CAP_IRQFD and KVM_CAP_IRQFD_RESAMPLE Paolo Bonzini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).