From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37314) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b3l6V-0007rO-IB for qemu-devel@nongnu.org; Fri, 20 May 2016 10:08:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b3l6U-0003Qk-Kw for qemu-devel@nongnu.org; Fri, 20 May 2016 10:08:39 -0400 Received: from mail-vk0-x22d.google.com ([2607:f8b0:400c:c05::22d]:35024) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b3l6U-0003QH-98 for qemu-devel@nongnu.org; Fri, 20 May 2016 10:08:38 -0400 Received: by mail-vk0-x22d.google.com with SMTP id f66so144922102vkh.2 for ; Fri, 20 May 2016 07:08:37 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1463745452-25831-1-git-send-email-pbonzini@redhat.com> References: <1463745452-25831-1-git-send-email-pbonzini@redhat.com> From: Peter Maydell Date: Fri, 20 May 2016 15:08:17 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH] tci: do not include exec/exec-all.h List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: QEMU Developers On 20 May 2016 at 12:57, Paolo Bonzini wrote: > TCI does not need the runtime definition in exec-all.h. It only needs the > host-side definitions in tcg/tcg.h. Now that cpu.h is not included > everywhere, this caused a failure because exec-all.h does need cpu.h > but does not include it itself. > > Fix by including the intended header. > > Signed-off-by: Paolo Bonzini > --- > disas/tci.c | 1 - > tci.c | 2 +- > 2 files changed, 1 insertion(+), 2 deletions(-) Applied to master, thanks. -- PMM