From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40485) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZI0L0-0001pn-Nx for qemu-devel@nongnu.org; Wed, 22 Jul 2015 16:10:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZI0Kw-0006mO-Sj for qemu-devel@nongnu.org; Wed, 22 Jul 2015 16:09:58 -0400 Received: from mail-wi0-x229.google.com ([2a00:1450:400c:c05::229]:34316) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZI0Kw-0006m8-Lf for qemu-devel@nongnu.org; Wed, 22 Jul 2015 16:09:54 -0400 Received: by wibud3 with SMTP id ud3so168748362wib.1 for ; Wed, 22 Jul 2015 13:09:54 -0700 (PDT) Sender: Paolo Bonzini References: <1437583451-9677-1-git-send-email-peter.maydell@linaro.org> From: Paolo Bonzini Message-ID: <55AFF88F.9090802@redhat.com> Date: Wed, 22 Jul 2015 22:09:51 +0200 MIME-Version: 1.0 In-Reply-To: <1437583451-9677-1-git-send-email-peter.maydell@linaro.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 00/12] qemu-common.h/osdep.h refactoring List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , qemu-devel@nongnu.org Cc: patches@linaro.org On 22/07/2015 18:43, Peter Maydell wrote: > The real question here I guess is whether people like the > direction I'm trying to go with this. If so, we can further > reduce the number of qemu-common.h includes without too much > difficulty with further patches. I like it, and it nicely complements some patches I had to remove the bswap.h and cpu.h includes from qemu-common.h. Thanks! Paolo