From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59560) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ewufn-0006i5-V9 for qemu-devel@nongnu.org; Fri, 16 Mar 2018 15:05:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ewufn-0003YO-51 for qemu-devel@nongnu.org; Fri, 16 Mar 2018 15:05:51 -0400 Received: from mail-ot0-x230.google.com ([2607:f8b0:4003:c0f::230]:39678) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ewufm-0003WK-VR for qemu-devel@nongnu.org; Fri, 16 Mar 2018 15:05:51 -0400 Received: by mail-ot0-x230.google.com with SMTP id h8-v6so11404132oti.6 for ; Fri, 16 Mar 2018 12:05:50 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20180315181420.8694-1-ehabkost@redhat.com> References: <20180315181420.8694-1-ehabkost@redhat.com> From: Peter Maydell Date: Fri, 16 Mar 2018 19:05:29 +0000 Message-ID: Content-Type: text/plain; charset="UTF-8" Subject: Re: [Qemu-devel] [PULL v2 0/7] Machine queue, 2018-03-15 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eduardo Habkost Cc: QEMU Developers , Marcel Apfelbaum , Igor Mammedov On 15 March 2018 at 18:14, Eduardo Habkost wrote: > Changes in v2 (v1 was 2018-03-12): > * Fix bsd-user build error > > The following changes since commit 56e8698ffa8aba9f762f980bc21b5340b006f24b: > > Merge remote-tracking branch 'remotes/stsquad/tags/pull-travis-speedup-130318-1' into staging (2018-03-15 14:48:09 +0000) > > are available in the Git repository at: > > git://github.com/ehabkost/qemu.git tags/machine-next-pull-request > > for you to fetch changes up to 7cbb6fd8926b9b590c0725b9b7d0a11db6aefd08: > > cpu: drop unnecessary NULL check and cpu_common_class_by_name() (2018-03-15 14:52:40 -0300) > > ---------------------------------------------------------------- > Machine queue, 2018-03-15 > Hi. This produces several warning messages running make check: WARNING: cpu name for target 'riscv32' isn't defined, add it to cpus_map WARNING: cpu name for target 'riscv64' isn't defined, add it to cpus_map thanks -- PMM