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.9164.1635952029796035648 for ; Wed, 03 Nov 2021 08:07:10 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=he5awXoY; 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=1635952029; 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; bh=6DS9LoO3ZrfThgbK/TjPqlZS56+N5hBeEawOLx19Vjo=; b=he5awXoYxCeJ1UpX3lqhz4FqmkMPjf9Eb2Rb6gzxxrY/GmBvfIcK2d96jMfS6+SWfyrUPq LP4gSHrb4+zqNurMj4a5yaKq6TK2JMIcjzZFQ1gyewJmD/H9lIUxlxEzMyeW3dnW+mUeOl 7d6dRS6raLe0LEvNOaDEH3gGvKyoWnk= 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-554-wzrnAEUqNpqnp9pKqlpPrQ-1; Wed, 03 Nov 2021 11:06:43 -0400 X-MC-Unique: wzrnAEUqNpqnp9pKqlpPrQ-1 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 462CE18414A0; Wed, 3 Nov 2021 15:06:42 +0000 (UTC) Received: from sirius.home.kraxel.org (unknown [10.39.194.99]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 5ACCF17567; Wed, 3 Nov 2021 15:06:29 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id 88F7B18221B1; Wed, 3 Nov 2021 16:06:27 +0100 (CET) From: "Gerd Hoffmann" To: devel@edk2.groups.io Cc: Jiewen Yao , Gerd Hoffmann , Jordan Justen , Ard Biesheuvel Subject: [PATCH v2 0/5] [RfC] OvmfPkg/Microvm: second batch of microvm patches Date: Wed, 3 Nov 2021 16:06:22 +0100 Message-Id: <20211103150627.3133189-1-kraxel@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 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="utf-8" Content-Transfer-Encoding: 8bit Adds support for virtio-mmio devices to microvm. While being at it also add the README, the patch somehow disappeared from the first batch. v2: - qemu changes needed for this are merged and will be in the 6.2 release (dec 2021). - more verbose commit messages. Gerd Hoffmann (5): OvmfPkg/Microvm/fdt: add device tree support OvmfPkg/Microvm/fdt: load fdt from fw_cfg OvmfPkg/Microvm/fdt: add empty fdt OvmfPkg/Microvm/virtio: add virtio-mmio support OvmfPkg/Microvm: add README OvmfPkg/Microvm/MicrovmX64.dsc | 8 ++++ OvmfPkg/Microvm/MicrovmX64.fdf | 3 ++ OvmfPkg/PlatformPei/PlatformPei.inf | 1 + OvmfPkg/PlatformPei/Platform.c | 58 +++++++++++++++++++++++++++++ OvmfPkg/Microvm/README | 50 +++++++++++++++++++++++++ 5 files changed, 120 insertions(+) create mode 100644 OvmfPkg/Microvm/README -- 2.31.1