From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48288) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b3SA2-0001lE-Q8 for qemu-devel@nongnu.org; Thu, 19 May 2016 13:55:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b3SA0-00012V-KR for qemu-devel@nongnu.org; Thu, 19 May 2016 13:55:01 -0400 Received: from mail-vk0-x231.google.com ([2607:f8b0:400c:c05::231]:36301) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b3SA0-00012P-9J for qemu-devel@nongnu.org; Thu, 19 May 2016 13:55:00 -0400 Received: by mail-vk0-x231.google.com with SMTP id y2so42399728vka.3 for ; Thu, 19 May 2016 10:54:59 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <1463669025-29685-1-git-send-email-pbonzini@redhat.com> From: Peter Maydell Date: Thu, 19 May 2016 18:54:40 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PULL v4 00/52] NEED_CPU_H cleanups List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: QEMU Developers On 19 May 2016 at 16:53, Peter Maydell wrote: > On 19 May 2016 at 15:43, Paolo Bonzini wrote: >> The following changes since commit 8ec4fe0a4bed4fa27e6f28a746bcf77b27cd05a3: >> >> Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2016-05-18' into staging (2016-05-19 09:27:28 +0100) >> >> are available in the git repository at: >> >> git://github.com/bonzini/qemu.git tags/for-upstream >> >> for you to fetch changes up to df43d49cb8708b9c88a20afe0d1a3089b550a5b8: >> >> hw: clean up hw/hw.h includes (2016-05-19 16:42:30 +0200) >> >> ---------------------------------------------------------------- >> NEED_CPU_H cleanups, big enough to deserve their own pull request. >> >> ---------------------------------------------------------------- > > Applied, thanks. ...there seem to be some travis build failures: https://travis-ci.org/qemu/qemu/builds/131457562 TCI seems to be broken, as is hw/timer/aspeed_timer.c. The latter is probably just a missing #include "qemu/log.h". Would you mind having a look? thanks -- PMM