From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50928) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1agr7k-0003Ta-NS for qemu-devel@nongnu.org; Fri, 18 Mar 2016 05:55:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1agr7f-0007l8-IL for qemu-devel@nongnu.org; Fri, 18 Mar 2016 05:55:16 -0400 Received: from mail-wm0-x243.google.com ([2a00:1450:400c:c09::243]:35936) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1agr7f-0007l4-Be for qemu-devel@nongnu.org; Fri, 18 Mar 2016 05:55:11 -0400 Received: by mail-wm0-x243.google.com with SMTP id l68so4669484wml.3 for ; Fri, 18 Mar 2016 02:55:11 -0700 (PDT) Sender: Paolo Bonzini References: <1458054221-16923-1-git-send-email-armbru@redhat.com> <56E82A8D.8080309@redhat.com> <87lh5gkw9h.fsf@blackfin.pond.sub.org> From: Paolo Bonzini Message-ID: <56EBD079.1050003@redhat.com> Date: Fri, 18 Mar 2016 10:55:05 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 00/15] Clean up around osdep.h and qemu-common.h List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , Markus Armbruster Cc: QEMU Developers On 18/03/2016 10:05, Peter Maydell wrote: > If Paolo wants to provide an R-by I'm happy to take them for > 2.6 -- the possible failure modes are basically just "something > stops compiling" which should be an easy fix if it happens. > You could make my life easier by sticking them in a pullreq. Reviewed-by: Paolo Bonzini A bunch more of files need qapi/error.h now, but it's mechanical so no need to repost. Paolo