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.13156.1672926737711089399 for ; Thu, 05 Jan 2023 05:52:17 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=gb/mxUD1; 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=1672926736; 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=kXybGLebk6wo+MIxytdWvzoNmP7HRjhJN1qC7bTU6oQ=; b=gb/mxUD1D+vtaJLRC2kvxkQS+kzRq8Yk9vaqekWBybrW+rOCxna1NZIut3rowe9XxnIPbm EDesixzeiToUJfVv1aauHhtNAsybfazhyTDdRADSnnIJYjLor9Y24uzGVd4O0UgA5EtpBE 1BNwmUofEWg39f4QOrO775CqeC4wxEc= Received: from mimecast-mx02.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-651-bmjG6zUiN9WSfDm0R42lTQ-1; Thu, 05 Jan 2023 08:52:13 -0500 X-MC-Unique: bmjG6zUiN9WSfDm0R42lTQ-1 Received: from smtp.corp.redhat.com (int-mx10.intmail.prod.int.rdu2.redhat.com [10.11.54.10]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 30B9F2999B2E; Thu, 5 Jan 2023 13:52:13 +0000 (UTC) Received: from sirius.home.kraxel.org (unknown [10.39.192.238]) by smtp.corp.redhat.com (Postfix) with ESMTPS id EC762492D8B; Thu, 5 Jan 2023 13:52:12 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id 7BF6E180062F; Thu, 5 Jan 2023 14:52:11 +0100 (CET) Date: Thu, 5 Jan 2023 14:52:11 +0100 From: "Gerd Hoffmann" To: Oliver Steffen Cc: Laszlo Ersek , devel@edk2.groups.io, Ard Biesheuvel , Brijesh Singh , Erdem Aktas , James Bottomley , Jiewen Yao , Jordan Justen , Min Xu , Sebastien Boeuf , Tom Lendacky Subject: Re: [PATCH 0/1] OvmfPkg/PlatformInitLib: catch QEMU's CPU hotplug reg block regression Message-ID: <20230105135211.jdletfnhvn3edjqi@sirius.home.kraxel.org> References: <20230104151234.286030-1-lersek@redhat.com> <20230105131222.jx3ridl4eb73xn2a@sirius.home.kraxel.org> MIME-Version: 1.0 In-Reply-To: X-Scanned-By: MIMEDefang 3.1 on 10.11.54.10 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Jan 05, 2023 at 02:43:32PM +0100, Oliver Steffen wrote: > Quoting Gerd Hoffmann (2023-01-05 14:12:22) > > Not sure this is an option. Is nested virtualization supported in azure > > pipeline VMs? If so, is /dev/kvm passed into containers? > > I doubt it, but need to check. > > That requires updating the fedora containers though. I think they are > > at Fedora 35 still, which is EOL meanwhile, so no more updates ... > > Yes, it is Fedora 35, because we were (are?) not ready for gcc 12 yet. The gcc12 fix finally landed (129404f6e4395008ac0045e7e627edbba2a1e064), so yes, we are ready now. > Currently we are building Qemu is from scratch anyway (instead of > using the Fedora 35 repo) becasue we needed a recent one, see > https://github.com/tianocore/containers/blob/main/Fedora-35/Dockerfile#L75 Alternative to self-compiling is using https://fedoraproject.org/wiki/Virtualization_Preview_Repository for a more recent qemu version. take care, Gerd