From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [PULL 4/5] vfio-pci: Add debug config options to disable MSI/X KVM support Date: Fri, 06 Dec 2013 23:06:34 +0100 Message-ID: <52A24A6A.6000809@redhat.com> References: <20131206204715.16731.12627.stgit@bling.home> <20131206204842.16731.29998.stgit@bling.home> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: aliguori@amazon.com, qemu-devel@nongnu.org, kvm@vger.kernel.org To: Alex Williamson Return-path: Received: from mail-ee0-f53.google.com ([74.125.83.53]:43767 "EHLO mail-ee0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759664Ab3LFWGj (ORCPT ); Fri, 6 Dec 2013 17:06:39 -0500 Received: by mail-ee0-f53.google.com with SMTP id b57so536769eek.40 for ; Fri, 06 Dec 2013 14:06:38 -0800 (PST) In-Reply-To: <20131206204842.16731.29998.stgit@bling.home> Sender: kvm-owner@vger.kernel.org List-ID: Il 06/12/2013 21:48, Alex Williamson ha scritto: > /* Extra debugging, trap acceleration paths for more logging */ > #define VFIO_ALLOW_MMAP 1 > #define VFIO_ALLOW_KVM_INTX 1 > +#define VFIO_ALLOW_KVM_MSI 1 > +#define VFIO_ALLOW_KVM_MSIX 1 Why not make these device properties instead? Paolo