From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:56154) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UW4xF-0004QK-4g for qemu-devel@nongnu.org; Sat, 27 Apr 2013 09:14:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UW4xE-00028F-7O for qemu-devel@nongnu.org; Sat, 27 Apr 2013 09:14:17 -0400 Received: from mail-bk0-x22b.google.com ([2a00:1450:4008:c01::22b]:43046) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UW4xD-00026Q-U9 for qemu-devel@nongnu.org; Sat, 27 Apr 2013 09:14:16 -0400 Received: by mail-bk0-f43.google.com with SMTP id jm19so2104661bkc.2 for ; Sat, 27 Apr 2013 06:14:15 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <517BCF1C.2090508@redhat.com> Date: Sat, 27 Apr 2013 15:14:04 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1367063321-19196-1-git-send-email-pbonzini@redhat.com> <1367063321-19196-5-git-send-email-pbonzini@redhat.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 4/5] add missing inclusions of config-host.h List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: blauwirbel@gmail.com, sw@weilnetz.de, qemu-devel@nongnu.org Il 27/04/2013 15:11, Peter Maydell ha scritto: > On 27 April 2013 12:48, Paolo Bonzini wrote: > > The next patch will add a dependency of qemu/osdep.h on config-host.h. > > It could be nicer to use qemu-common.h, but I prefer to be safer this > > close to hard feature freeze. > Can't we just include config-host.h from osdep.h ? Yes, but that is also a bit more risky than I think we can afford at this point. Paolo