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.web10.8926.1622816385979884227 for ; Fri, 04 Jun 2021 07:19:46 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=hUs3uBNA; spf=pass (domain: redhat.com, ip: 170.10.133.124, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1622816385; 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: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=7RaHb1L61pcCk/PK45uDzhk5w+i1nJDMw2mwl+TSD80=; b=hUs3uBNASaC9cKW8/2chsuBjb3ZjW26IwI2M/jws9k6VGnYV53iF9XAUBRBmJSLzJK56qR O7vSbYS+qoliqu/nHnZgGwtrP9QlGDKlL4/CPvGIXM7lJmSY0Qhl8/Y/hERDdGLa5sLPA0 1ylPa73Egr/reNUT4NDyHAH4ufuHHhk= 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-126-d0KNyPWbMnecfR-kXC7CQw-1; Fri, 04 Jun 2021 10:19:42 -0400 X-MC-Unique: d0KNyPWbMnecfR-kXC7CQw-1 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id CEF541034AF2; Fri, 4 Jun 2021 14:19:40 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-112-217.ams2.redhat.com [10.36.112.217]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 75C1C10074EF; Fri, 4 Jun 2021 14:19:39 +0000 (UTC) Subject: Re: [edk2-devel] [PATCH 00/43] OvmfPkg: remove Xen support from OvmfPkg*.dsc, in favor of OvmfXen.dsc To: Anthony PERARD , devel@edk2.groups.io Cc: Julien Grall , Ard Biesheuvel , =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= , xen-devel References: <20210526201446.12554-1-lersek@redhat.com> <71da2a3b-aab1-4ecf-7e01-16b537d841a2@redhat.com> From: "Laszlo Ersek" Message-ID: <49414f37-0e20-a45d-cf24-f186c69fb1bc@redhat.com> Date: Fri, 4 Jun 2021 16:19:37 +0200 MIME-Version: 1.0 In-Reply-To: X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=lersek@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit On 06/04/21 16:02, Anthony PERARD wrote: > On Wed, Jun 02, 2021 at 10:36:49AM +0200, Laszlo Ersek wrote: >> Anthony, Julien, >> >> (or anyone else subscribed to xen-devel -- CC'd now), >> >> On 05/26/21 22:14, Laszlo Ersek wrote: >>> Bugzilla: https://bugzilla.tianocore.org/show_bug.cgi?id=2122 >>> Repo: https://pagure.io/lersek/edk2.git >>> Branch: xen_split_bz_2122 >> >> can you please build the OvmfXen platform on this branch, and check if >> there are any regressions? > > Hi Laszlo, > > OvmfXen seems to be working fine with that branch applied. Thank you very much!!! Laszlo