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.129.124]) by mx.groups.io with SMTP id smtpd.web10.12349.1672924348584898579 for ; Thu, 05 Jan 2023 05:12:29 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=aIsd/mlg; spf=pass (domain: redhat.com, ip: 170.10.129.124, mailfrom: kraxel@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1672924347; 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=5B7v2ngISh7nFDEALTT5e3YIQUErk3DlkzQGbySUZcA=; b=aIsd/mlgeSox2UcIiWtcTapOMLuNTrhuCS86obesLKexWZItZJk4bC5AYmZm1ryATys0Vf KMF3JkzLFQRkValLPeTj3EKsMmfvj9qiy1kyYVaGwV1e8OtsxWpessjwa2TE55fy/ucb/y Cs0d88ar0XsN3rkaet3gn27JVEVZ230= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-199-sM2Vp-MOMsS3d3hVMQOC0w-1; Thu, 05 Jan 2023 08:12:24 -0500 X-MC-Unique: sM2Vp-MOMsS3d3hVMQOC0w-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.rdu2.redhat.com [10.11.54.8]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id BA3F6857A86; Thu, 5 Jan 2023 13:12:23 +0000 (UTC) Received: from sirius.home.kraxel.org (unknown [10.39.192.238]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 65075C15BA0; Thu, 5 Jan 2023 13:12:23 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id 1C608180062F; Thu, 5 Jan 2023 14:12:22 +0100 (CET) Date: Thu, 5 Jan 2023 14:12:22 +0100 From: "Gerd Hoffmann" To: Laszlo Ersek Cc: devel@edk2.groups.io, Ard Biesheuvel , Brijesh Singh , Erdem Aktas , James Bottomley , Jiewen Yao , Jordan Justen , Min Xu , Sebastien Boeuf , Tom Lendacky , Oliver Steffen Subject: Re: [PATCH 0/1] OvmfPkg/PlatformInitLib: catch QEMU's CPU hotplug reg block regression Message-ID: <20230105131222.jx3ridl4eb73xn2a@sirius.home.kraxel.org> References: <20230104151234.286030-1-lersek@redhat.com> MIME-Version: 1.0 In-Reply-To: <20230104151234.286030-1-lersek@redhat.com> X-Scanned-By: MIMEDefang 3.1 on 10.11.54.8 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi, > So I'm not proposing to merge this immediately; something must be fixed > first: > > - use KVM in the CI env, or Not sure this is an option. Is nested virtualization supported in azure pipeline VMs? If so, is /dev/kvm passed into containers? > - delay this patch until my QEMU fix is merged, and a new release is > made, and the new QEMU release is packaged by the distros, and the new > distro packages are picked up by github.com CI. Well. There is the pending patch series by Oliver to switch over CI to use containers, and build using fedora container images. Putting the fix on fast track and backport the fix to the fedora packages should be in the cards, which should get us a working qemu quickly. That requires updating the fedora containers though. I think they are at Fedora 35 still, which is EOL meanwhile, so no more updates ... Oliver? CI team? take care, Gerd