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=-14.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SIGNED_OFF_BY,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 5264CC04AAF for ; Tue, 21 May 2019 13:27:15 +0000 (UTC) Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 29A142173E for ; Tue, 21 May 2019 13:27:15 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 29A142173E 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 ([127.0.0.1]:53844 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hT4nS-0007F1-FU for qemu-devel@archiver.kernel.org; Tue, 21 May 2019 09:27:14 -0400 Received: from eggs.gnu.org ([209.51.188.92]:56856) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hT4mh-0006or-5y for qemu-devel@nongnu.org; Tue, 21 May 2019 09:26:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hT4mg-0006fM-6h for qemu-devel@nongnu.org; Tue, 21 May 2019 09:26:27 -0400 Received: from mail-qk1-f196.google.com ([209.85.222.196]:46196) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hT4mg-0006e4-2j for qemu-devel@nongnu.org; Tue, 21 May 2019 09:26:26 -0400 Received: by mail-qk1-f196.google.com with SMTP id a132so10961724qkb.13 for ; Tue, 21 May 2019 06:26:25 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=uxWoQ9ZMCcHDwl1neJ1V6NeuwnaIjPih4pSztJWxDho=; b=suZOokOH+uY4J7wy4191T76mFIqPUkpcMVk57KSTHi20Eee2TMjNgspAl7AUJ3mym2 z7A2ILuQgKv8rL5R6/kQiPJSRqVsmhuxV6yyaQioD4vGJmIATXRea4URxhb0ZXtvLsPQ 7DeKP8S0+EWEBwdUpFODKUq1AvmpXzvA87Y01epUIZ5xIX4+pDUoeI+3BphsOVQPwYxi LaiQjAEcnh1+Ebo/zTTcXnHtK2dcGOg6lIPtbfxFk03LMZ54K9rXDozS3UpDUoh02i8z GcFDmE9C79NEciT+a1/OLk9VeGINFr2KxtFIG5cM04SnQdIlbzRWL7wAEZZdKcB3Zyu4 zwsA== X-Gm-Message-State: APjAAAVAuEwpplQaou8yqzoED1e3NEBDQNaE/PrIdJrnFCkej2PMFG9n 6/1lMI1k8kYJLikDQqDiSE40lA== X-Google-Smtp-Source: APXvYqwtJpsr5iHaUNNYvGK3gfj5ZPzlUsU5MRR8wvM71rrwcmHOiSR6mByycXM4vY4FJ63YMbw42Q== X-Received: by 2002:a37:993:: with SMTP id 141mr33167162qkj.320.1558445184834; Tue, 21 May 2019 06:26:24 -0700 (PDT) Received: from redhat.com (pool-173-76-105-71.bstnma.fios.verizon.net. [173.76.105.71]) by smtp.gmail.com with ESMTPSA id j19sm6119630qkl.82.2019.05.21.06.26.23 (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Tue, 21 May 2019 06:26:23 -0700 (PDT) Date: Tue, 21 May 2019 09:26:16 -0400 From: "Michael S. Tsirkin" To: Peter Maydell Message-ID: <20190521092553-mutt-send-email-mst@kernel.org> References: <20190520231008.20140-1-mst@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.85.222.196 Subject: Re: [Qemu-devel] [PULL v2 00/36] pci, pc, virtio: features, fixes X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: imammedo@redhat.com, QEMU Developers Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" On Tue, May 21, 2019 at 12:49:48PM +0100, Peter Maydell wrote: > On Tue, 21 May 2019 at 00:10, Michael S. Tsirkin wrote: > > > > The following changes since commit 2259637b95bef3116cc262459271de08e038cc66: > > > > Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging (2019-05-20 17:22:05 +0100) > > > > are available in the Git repository at: > > > > git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git tags/for_upstream > > > > for you to fetch changes up to 0c05ec64c388aea59facbef740651afa78e04f50: > > > > tests: acpi: print error unable to dump ACPI table during rebuild (2019-05-20 18:40:02 -0400) > > > > ---------------------------------------------------------------- > > pci, pc, virtio: features, fixes > > > > reconnect for vhost blk > > tests for UEFI > > misc other stuff > > > > Signed-off-by: Michael S. Tsirkin > > > > ---------------------------------------------------------------- > > Hi -- this failed 'make check' for 32-bit Arm hosts: > > ERROR:/home/peter.maydell/qemu/tests/acpi-utils.c:145:acpi_find_rsdp_address_uefi: > code should not be reached > Aborted > ERROR - too few tests run (expected 1, got 0) > /home/peter.maydell/qemu/tests/Makefile.include:885: recipe for target > 'check-qtest-aarch64' failed > > thanks > -- PMM Nothing jumps out ... Igor? -- MST