From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58553) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bKIen-000704-3y for qemu-devel@nongnu.org; Tue, 05 Jul 2016 01:12:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bKIei-0001qz-TZ for qemu-devel@nongnu.org; Tue, 05 Jul 2016 01:12:24 -0400 Received: from mx1.redhat.com ([209.132.183.28]:45697) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bKIei-0001qv-Ne for qemu-devel@nongnu.org; Tue, 05 Jul 2016 01:12:20 -0400 Date: Tue, 5 Jul 2016 13:12:12 +0800 From: Peter Xu Message-ID: <20160705051212.GE3198@pxdev.xzpeter.org> References: <1466495274-5011-1-git-send-email-peterx@redhat.com> <1466495274-5011-3-git-send-email-peterx@redhat.com> <20160704181729-mutt-send-email-mst@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20160704181729-mutt-send-email-mst@redhat.com> Subject: Re: [Qemu-devel] [PATCH v10 02/26] x86-iommu: provide x86_iommu_get_default List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: qemu-devel@nongnu.org, imammedo@redhat.com, rth@twiddle.net, ehabkost@redhat.com, jasowang@redhat.com, marcel@redhat.com, pbonzini@redhat.com, jan.kiszka@web.de, rkrcmar@redhat.com, alex.williamson@redhat.com, wexu@redhat.com, davidkiarie4@gmail.com On Mon, Jul 04, 2016 at 06:17:47PM +0300, Michael S. Tsirkin wrote: > On Tue, Jun 21, 2016 at 03:47:30PM +0800, Peter Xu wrote: > > Instead of searching the device tree every time, one static variable is > > declared for the default system x86 IOMMU device. Also, some VT-d > > macros are replaced by x86 ones. > > In the future pls don't mix unrelated changes in same patch like this. Yes, sorry. I'll split it into two in v11 if you don't mind. -- peterx