|
[PATCH] OvmfPkg/XenPlatformPei: Relocate shared_info page mapping
From: Anthony PERARD <anthony.perard@...>
Unfortunately, Xen isn't ready to deal with mapping at the top of the
physical address space, so we relocate the mapping after the
From: Anthony PERARD <anthony.perard@...>
Unfortunately, Xen isn't ready to deal with mapping at the top of the
physical address space, so we relocate the mapping after the
|
By
Anthony PERARD
·
#77183
·
|
|
Re: [PATCH v3 1/3] Acpi: reimplement PlatformHasAcpi for Cloud Hypervisor
Hi Jianyong,
Thank you for this patch.
This patch looks good to me.
Reviewed-by: Sami Mujawar <sami.mujawar@...>
Regards,
Sami Mujawar
Hi Jianyong,
Thank you for this patch.
This patch looks good to me.
Reviewed-by: Sami Mujawar <sami.mujawar@...>
Regards,
Sami Mujawar
|
By
Sami Mujawar
·
#77182
·
|
|
Re: [PATCH v3 3/3] ArmVirtCloudHv: support Cloud Hypervisor in edk2
Hi Jianyong,
Please find my response inline marked [SAMI].
Regards,
Sami Mujawar
[SAMI] Is TPM2 supported on CloudHypervisor? If not, would it be good to remove these options. Otherwise it may
Hi Jianyong,
Please find my response inline marked [SAMI].
Regards,
Sami Mujawar
[SAMI] Is TPM2 supported on CloudHypervisor? If not, would it be good to remove these options. Otherwise it may
|
By
Sami Mujawar
·
#77181
·
|
|
Re: [PATCH] OvmfPkg/Bhyve: clean up TPM_ENABLE remnants
Sounds great, thank you!
Laszlo
Sounds great, thank you!
Laszlo
|
By
Laszlo Ersek
·
#77180
·
|
|
Re: [PATCH v3 2/3] Acpi: Install Acpi tables for Cloud hypervisor
Hi Jianyong,
Please find my response inline marked [SAMI].
Regards,
Sami Mujawar
[SAMI]Please add description of value returned by this function.
[/SAMI]
[SAMI] Define each local variable
Hi Jianyong,
Please find my response inline marked [SAMI].
Regards,
Sami Mujawar
[SAMI]Please add description of value returned by this function.
[/SAMI]
[SAMI] Define each local variable
|
By
Sami Mujawar
·
#77179
·
|
|
Re: [PATCH] UefiPayloadPkg/PayloadLoader: Add more checks to verify ELF images
Hey Ray,
Sorry for not having properly checked yet, I definitely plan to still. However, I probably won't till a pointer alignment macro lands (I plan to submit a bunch of things, including this,
Hey Ray,
Sorry for not having properly checked yet, I definitely plan to still. However, I probably won't till a pointer alignment macro lands (I plan to submit a bunch of things, including this,
|
By
Marvin Häuser
·
#77178
·
|
|
[PATCH v3 5/5] OvmfPkg/X86QemuLoadImageLib: State fw_cfg dependency in file header
Make it clear that X86QemuLoadImageLib relies on fw_cfg; prepare the
ground to add a warning about the incompatibility with boot verification
process.
Cc: Ard Biesheuvel
Make it clear that X86QemuLoadImageLib relies on fw_cfg; prepare the
ground to add a warning about the incompatibility with boot verification
process.
Cc: Ard Biesheuvel
|
By
Dov Murik
·
#77177
·
|
|
[PATCH v3 3/5] Revert "OvmfPkg/QemuKernelLoaderFsDxe: don't expose kernel command line"
This reverts commit efc52d67e1573ce174d301b52fa1577d552c8441.
Manually fixed conflicts in:
OvmfPkg/QemuKernelLoaderFsDxe/QemuKernelLoaderFsDxe.c
Note that besides re-exposing the kernel command
This reverts commit efc52d67e1573ce174d301b52fa1577d552c8441.
Manually fixed conflicts in:
OvmfPkg/QemuKernelLoaderFsDxe/QemuKernelLoaderFsDxe.c
Note that besides re-exposing the kernel command
|
By
Dov Murik
·
#77176
·
|
|
[PATCH v3 4/5] OvmfPkg/GenericQemuLoadImageLib: Read cmdline from QemuKernelLoaderFs
Remove the QemuFwCfgLib interface used to read the QEMU cmdline
(-append argument) and the initrd size. Instead, use the synthetic
filesystem QemuKernelLoaderFs which has three files: "kernel",
Remove the QemuFwCfgLib interface used to read the QEMU cmdline
(-append argument) and the initrd size. Instead, use the synthetic
filesystem QemuKernelLoaderFs which has three files: "kernel",
|
By
Dov Murik
·
#77175
·
|
|
[PATCH v3 0/5] OvmfPkg: Use QemuKernelLoaderFs to read cmdline/initrd
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3457
In order to support measured SEV boot with kernel/initrd/cmdline, we'd
like to have one place that reads those blobs; in the future we'll
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3457
In order to support measured SEV boot with kernel/initrd/cmdline, we'd
like to have one place that reads those blobs; in the future we'll
|
By
Dov Murik
·
#77174
·
|
|
[PATCH v3 2/5] OvmfPkg/X86QemuLoadImageLib: plug cmdline blob leak on success
When QemuLoadKernelImage() ends successfully, the command-line blob is
not freed, even though it is not used elsewhere (its content is already
copied to KernelLoadedImage->LoadOptions). The memory
When QemuLoadKernelImage() ends successfully, the command-line blob is
not freed, even though it is not used elsewhere (its content is already
copied to KernelLoadedImage->LoadOptions). The memory
|
By
Dov Murik
·
#77173
·
|
|
[PATCH v3 1/5] OvmfPkg/GenericQemuLoadImageLib: plug cmdline blob leak on success
When QemuLoadKernelImage() ends successfully, the command-line blob is
not freed, even though it is not used elsewhere (its content is already
copied to KernelLoadedImage->LoadOptions). The memory
When QemuLoadKernelImage() ends successfully, the command-line blob is
not freed, even though it is not used elsewhere (its content is already
copied to KernelLoadedImage->LoadOptions). The memory
|
By
Dov Murik
·
#77172
·
|
|
[PATCH v3 2/3] Acpi: Install Acpi tables for Cloud hypervisor
There is no device like Fw-cfg in Qemu in Cloud Hypervisor, so a specific
Acpi handler is introduced here.
The handler implemented here is in a very simple way:
1. acquire the RSDP from the PCD
There is no device like Fw-cfg in Qemu in Cloud Hypervisor, so a specific
Acpi handler is introduced here.
The handler implemented here is in a very simple way:
1. acquire the RSDP from the PCD
|
By
Jianyong Wu
·
#77171
·
|
|
[PATCH v3 0/3] Enable Cloud Hypervisor support in edk2
Cloud Hypervisor is an open source Virtual Machine Monitor (VMM) that
runs on top of KVM. Cloud Hypervisor is implemented in Rust and is based
on the rust-vmm crates. See [1] to find more.
To support
Cloud Hypervisor is an open source Virtual Machine Monitor (VMM) that
runs on top of KVM. Cloud Hypervisor is implemented in Rust and is based
on the rust-vmm crates. See [1] to find more.
To support
|
By
Jianyong Wu
·
#77170
·
|
|
[PATCH v3 3/3] ArmVirtCloudHv: support Cloud Hypervisor in edk2
Cloud Hypervisor is KVM based VMM and is implemented in rust. Just like
other VMMs it needs UEFI support to let ACPI work. That is why
Cloud Hypervisor is introduced here.
Signed-off-by: Jianyong Wu
Cloud Hypervisor is KVM based VMM and is implemented in rust. Just like
other VMMs it needs UEFI support to let ACPI work. That is why
Cloud Hypervisor is introduced here.
Signed-off-by: Jianyong Wu
|
By
Jianyong Wu
·
#77169
·
|
|
[PATCH v3 1/3] Acpi: reimplement PlatformHasAcpi for Cloud Hypervisor
The current implementation of PlatformHasAcpiDt is not a common
library and is on behalf of qemu. So give a specific version for
Cloud Hypervisor here.
Signed-off-by: Jianyong Wu
The current implementation of PlatformHasAcpiDt is not a common
library and is on behalf of qemu. So give a specific version for
Cloud Hypervisor here.
Signed-off-by: Jianyong Wu
|
By
Jianyong Wu
·
#77168
·
|
|
[PATCH 1/1] BaseTools: Remove non-ascii character of StructurePcd comment
Currently, the ConvertFceToStructurePcd.py tool generate
StructurePcd dsc file with comments from UNI file including
non-ascii character. Following DSC spec, there should not have
non-ascii character
Currently, the ConvertFceToStructurePcd.py tool generate
StructurePcd dsc file with comments from UNI file including
non-ascii character. Following DSC spec, there should not have
non-ascii character
|
By
Yuwei Chen
·
#77167
·
|
|
Re: [PATCH v2 4/8] ShellPkg: Acpiview: IORT parser update for IORT Rev E.b spec
Reviewed-by: Zhichao Gao <zhichao.gao@...>
Thanks,
Zhichao
Reviewed-by: Zhichao Gao <zhichao.gao@...>
Thanks,
Zhichao
|
By
Gao, Zhichao
·
#77166
·
|
|
Re: [PATCH v2 3/8] ShellPkg: Acpiview: Abbreviate field names to preserve alignment
Reviewed-by: Zhichao Gao <zhichao.gao@...>
Thanks,
Zhichao
Reviewed-by: Zhichao Gao <zhichao.gao@...>
Thanks,
Zhichao
|
By
Gao, Zhichao
·
#77165
·
|
|
Re: [PATCH v2 2/8] MdePkg: IORT header update for IORT Rev E.b spec
Reviewed-by: Zhichao Gao <zhichao.gao@...>
Thanks,
Zhichao
Reviewed-by: Zhichao Gao <zhichao.gao@...>
Thanks,
Zhichao
|
By
Gao, Zhichao
·
#77164
·
|