From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-11.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2BADBC468BD for ; Fri, 7 Jun 2019 11:45:12 +0000 (UTC) Received: from lists.gnu.org (lists.gnu.org [209.51.188.47]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 051DD208E3 for ; Fri, 7 Jun 2019 11:45:11 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 051DD208E3 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=redhat.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Received: from localhost ([::1]:48750 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hZDJ1-00036G-7Y for qemu-devel@archiver.kernel.org; Fri, 07 Jun 2019 07:45:11 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:58583) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hZBi6-0001oU-7i for qemu-devel@nongnu.org; Fri, 07 Jun 2019 06:02:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hZBi5-00037h-2O for qemu-devel@nongnu.org; Fri, 07 Jun 2019 06:02:58 -0400 Received: from mx1.redhat.com ([209.132.183.28]:33668) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hZBi4-00035j-TB; Fri, 07 Jun 2019 06:02:57 -0400 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 24C1218DF7C; Fri, 7 Jun 2019 10:02:48 +0000 (UTC) Received: from gondolin (dhcp-192-191.str.redhat.com [10.33.192.191]) by smtp.corp.redhat.com (Postfix) with ESMTP id 557F85B802; Fri, 7 Jun 2019 10:02:46 +0000 (UTC) Date: Fri, 7 Jun 2019 12:02:44 +0200 From: Cornelia Huck To: Peter Maydell Message-ID: <20190607120244.536fc095.cohuck@redhat.com> In-Reply-To: References: <20190607095237.11364-1-cohuck@redhat.com> Organization: Red Hat GmbH MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.29]); Fri, 07 Jun 2019 10:02:48 +0000 (UTC) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.132.183.28 Subject: Re: [Qemu-devel] [PULL 00/35] s390x updates X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: qemu-s390x , QEMU Developers Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" On Fri, 7 Jun 2019 10:58:03 +0100 Peter Maydell wrote: > On Fri, 7 Jun 2019 at 10:57, Peter Maydell wrote: > > > > On Fri, 7 Jun 2019 at 10:52, Cornelia Huck wrote: > > > > > > The following changes since commit 47fbad45d47af8af784bb12a5719489edcd89b4c: > > > > > > Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging (2019-06-04 17:22:42 +0100) > > > > > > are available in the Git repository at: > > > > > > https://github.com/cohuck/qemu tags/s390x-20190607-1 > > > > > > for you to fetch changes up to 39f04d18406862bd98d6bef5415dbe7360c652de: > > > > > > Merge tag 's390x-tcg-2019-06-05' into s390-next-staging (2019-06-07 11:38:42 +0200) > > > > > > ---------------------------------------------------------------- > > > s390x updates: > > > - tcg: finalize implementation for the vector facility and > > > add it to the 'qemu' cpu model > > > - linux-user: properly generate ELF_HWCAP > > > - vfio-ccw: support async command subregion (for halt/clear > > > subchannel handling) > > > > > > ---------------------------------------------------------------- > > > > Hi -- this fails to link on the windows build for me: > > LINK s390x-softmmu/qemu-system-s390xw.exe > > hw/s390x/css.o: In function `sch_handle_halt_func_passthrough': > > /home/petmay01/qemu-for-merges/hw/s390x/css.c:1213: undefined > > reference to `vfio_ccw_handle_halt' > > hw/s390x/css.o: In function `sch_handle_clear_func_passthrough': > > /home/petmay01/qemu-for-merges/hw/s390x/css.c:1223: undefined > > reference to `vfio_ccw_handle_clear' > > collect2: error: ld returned 1 exit status > > ...and same link error on OSX host. > > -- PMM Ugh, I'll take a look.