From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47173) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XlGmq-0002mB-UI for qemu-devel@nongnu.org; Mon, 03 Nov 2014 07:31:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XlGmk-0003un-Qu for qemu-devel@nongnu.org; Mon, 03 Nov 2014 07:31:08 -0500 Message-ID: <54577564.6040504@redhat.com> Date: Mon, 03 Nov 2014 13:30:28 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1414762699-4700-1-git-send-email-eric.auger@linaro.org> In-Reply-To: <1414762699-4700-1-git-send-email-eric.auger@linaro.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 0/2] actual checks of KVM_CAP_IRQFD and KVM_CAP_IRQFD_RESAMPLE List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Auger , eric.auger@st.com, christoffer.dall@linaro.org, qemu-devel@nongnu.org, agraf@suse.de, aik@ozlabs.ru, bsd@redhat.com, mtosatti@redhat.com, borntraeger@de.ibm.com, cornelia.huck@de.ibm.com, rth@twiddle.net, thuth@linux.vnet.ibm.com, afaerber@suse.de, qemu-ppc@nongnu.org Cc: peter.maydell@linaro.org, alex.williamson@redhat.com, kvmarm@lists.cs.columbia.edu, patches@linaro.org 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