From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52271) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e4nCz-0005UN-US for qemu-devel@nongnu.org; Wed, 18 Oct 2017 08:12:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e4nCw-00027b-Pj for qemu-devel@nongnu.org; Wed, 18 Oct 2017 08:12:25 -0400 References: <20171017164426.25277-1-f4bug@amsat.org> <20171017164426.25277-17-f4bug@amsat.org> From: Thomas Huth Message-ID: <2466fbb7-ab33-26bf-9605-e5fa339abdf5@redhat.com> Date: Wed, 18 Oct 2017 14:12:18 +0200 MIME-Version: 1.0 In-Reply-To: <20171017164426.25277-17-f4bug@amsat.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v3 16/42] i386/hax: remove duplicated include List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= , Michael Tokarev , Peter Maydell , Paolo Bonzini , Richard Henderson , Eduardo Habkost , Yu Ning , Vincent Palatin , Corey Minyard Cc: qemu-devel@nongnu.org, qemu-trivial@nongnu.org On 17.10.2017 18:44, Philippe Mathieu-Daud=C3=A9 wrote: > this file in include in "target/i386/hax-i386.h": >=20 > #ifdef CONFIG_WIN32 > #include "target/i386/hax-windows.h" > #endif >=20 > which guaranty than sysemu/os-win32.h is previously included (CONFIG_WI= N32) which guaranties that ... ? Thomas