From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41268) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dwLhr-0006tB-38 for qemu-devel@nongnu.org; Mon, 25 Sep 2017 01:13:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dwLhn-0002gk-Uf for qemu-devel@nongnu.org; Mon, 25 Sep 2017 01:13:23 -0400 References: <20170922154014.29350-1-f4bug@amsat.org> <20170922154014.29350-11-f4bug@amsat.org> From: Thomas Huth Message-ID: Date: Mon, 25 Sep 2017 07:13:12 +0200 MIME-Version: 1.0 In-Reply-To: <20170922154014.29350-11-f4bug@amsat.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 10/34] amd_iommu: avoid needless includes in header file List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= , Peter Maydell , Paolo Bonzini , Richard Henderson , Eduardo Habkost , "Michael S. Tsirkin" Cc: qemu-devel@nongnu.org, qemu-trivial@nongnu.org On 22.09.2017 17:39, Philippe Mathieu-Daud=C3=A9 wrote: > instead move them to the source file >=20 > Signed-off-by: Philippe Mathieu-Daud=C3=A9 > --- > hw/i386/amd_iommu.h | 5 ----- > hw/i386/amd_iommu.c | 5 ++++- > 2 files changed, 4 insertions(+), 6 deletions(-) Reviewed-by: Thomas Huth