From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39518) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b7NJk-0007t9-LA for qemu-devel@nongnu.org; Mon, 30 May 2016 09:33:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b7NJf-00019C-Q4 for qemu-devel@nongnu.org; Mon, 30 May 2016 09:33:15 -0400 Received: from mx1.redhat.com ([209.132.183.28]:38967) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b7NJf-00018U-Jy for qemu-devel@nongnu.org; Mon, 30 May 2016 09:33:11 -0400 Date: Mon, 30 May 2016 21:33:00 +0800 From: Peter Xu Message-ID: <20160530133300.GA20746@pxdev.xzpeter.org> References: <1464604298-16739-1-git-send-email-peterx@redhat.com> <1464604298-16739-17-git-send-email-peterx@redhat.com> <574C356A.1080208@siemens.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <574C356A.1080208@siemens.com> Subject: Re: [Qemu-devel] [PATCH v8 16/25] q35: add "intremap" parameter to enable IR List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: qemu-devel@nongnu.org, ehabkost@redhat.com, mst@redhat.com, jasowang@redhat.com, rkrcmar@redhat.com, alex.williamson@redhat.com, jan.kiszka@web.de, wexu@redhat.com, pbonzini@redhat.com, marcel@redhat.com, imammedo@redhat.com, davidkiarie4@gmail.com, rth@twiddle.net On Mon, May 30, 2016 at 02:43:22PM +0200, Jan Kiszka wrote: > On 2016-05-30 12:31, Peter Xu wrote: > > One flag is added to specify whether to enable IR for emulated IOMMU. By > > default, interrupt remapping is not supportted. To enable it, we should > > specify something like: > > > > $ qemu-system-x86_64 -M q35,iommu=on,intremap=on > > Maybe it's time to move on to Marcel's "-device iommu" patches and > convert this switch to a device property directly. Or what is the plan? I just kept everything as it is since I do not know whether I should rebase to Marcel's interface now. Anyway, I can do it in future versions as long as we settle it down. Marcel, do you have any suggestion? -- peterx