From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55281) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WIDDn-0001Jy-Uc for qemu-devel@nongnu.org; Tue, 25 Feb 2014 03:18:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WIDDe-0001GY-4L for qemu-devel@nongnu.org; Tue, 25 Feb 2014 03:18:35 -0500 Received: from mail-qg0-x22e.google.com ([2607:f8b0:400d:c04::22e]:63499) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WIDDd-0001GS-VY for qemu-devel@nongnu.org; Tue, 25 Feb 2014 03:18:26 -0500 Received: by mail-qg0-f46.google.com with SMTP id e89so157131qgf.5 for ; Tue, 25 Feb 2014 00:18:25 -0800 (PST) Sender: Paolo Bonzini Message-ID: <530C51CA.5010909@redhat.com> Date: Tue, 25 Feb 2014 09:18:18 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1393174935-11750-1-git-send-email-sw@weilnetz.de> <1393174935-11750-7-git-send-email-sw@weilnetz.de> <530B1E66.8080200@redhat.com> <530BCEF0.2010707@weilnetz.de> In-Reply-To: <530BCEF0.2010707@weilnetz.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 6/9] w32: Add and use intermediate include file for windows.h List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil , qemu-devel@nongnu.org Cc: Peter Maydell , Gerd Hoffmann , Anthony Liguori , Jan Kiszka Il 25/02/2014 00:00, Stefan Weil ha scritto: > Ah, thanks for explaining. I'll use the suggested name in an updated > series. But you are aware that qga/ already includes sysemu/os-posix.h > and sysemu/os-win32.h indirectly? Should those two files also be in > include/qemu? No, but perhaps part of it should be moved to qemu/osdep.h? Paolo