From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mx.groups.io with SMTP id smtpd.web12.8178.1630071762833717119 for ; Fri, 27 Aug 2021 06:42:43 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=VECdwYkp; spf=pass (domain: redhat.com, ip: 170.10.133.124, mailfrom: kraxel@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1630071761; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=cOTY7207KVMfmJArcXMHpyY2vhv81CyyzVQGK4Yhk+Q=; b=VECdwYkpFITCjINHF1LvrbKahnvVqJqRMk0oABJkmfqs9VWikvxFOrSo3VXGoEWtOf4Quo 5qNQbkIcqzPme8pWt+cK2n+to4xm4pnB3/6JGLq2H4PlGGXMxUf/a4YRND/66ZUhvvEzod 5Xp8CUzYmokPCW5Moz54RYVFspoI82A= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-116-FoWw5ZSfPFGDeYkFDfO83Q-1; Fri, 27 Aug 2021 09:42:36 -0400 X-MC-Unique: FoWw5ZSfPFGDeYkFDfO83Q-1 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 4F161C7400; Fri, 27 Aug 2021 13:42:35 +0000 (UTC) Received: from sirius.home.kraxel.org (unknown [10.39.192.91]) by smtp.corp.redhat.com (Postfix) with ESMTPS id EF76860938; Fri, 27 Aug 2021 13:42:34 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id F2B9918000AE; Fri, 27 Aug 2021 15:42:32 +0200 (CEST) Date: Fri, 27 Aug 2021 15:42:32 +0200 From: "Gerd Hoffmann" To: "Yao, Jiewen" Cc: "devel@edk2.groups.io" Subject: Re: [edk2-devel] [PATCH v4 0/7] add support for virtio-mmio 1.0 Message-ID: <20210827134232.qvshcb42c7ctbxx5@sirius.home.kraxel.org> References: <20210819072517.1565797-1-kraxel@redhat.com> <169F236B4CC08BB7.32747@groups.io> MIME-Version: 1.0 In-Reply-To: X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=kraxel@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Fri, Aug 27, 2021 at 11:35:42AM +0000, Yao, Jiewen wrote: > I am sorry, I mess up https://github.com/tianocore/edk2/pull/1917, please ignore that. > > This pull request is re-created at https://github.com/tianocore/edk2/pull/1918. > > Please take a look at 1918. Is there some way to run the CI before posting the patches? I could probably create a dummy pull request for that and delete it when the CI is done. That'll probably make gitlab send out a bunch of annoying notifications though ... thanks, Gerd