|
Re: RFC: Fast Migration for SEV and SEV-ES - blueprint and proof of concept
Hello Tobin,
I have a question here, is there any kind of integrity protection on the
CPU state when the target VM is resumed after nigration, for example, if
there is a malicious hypervisor which
Hello Tobin,
I have a question here, is there any kind of integrity protection on the
CPU state when the target VM is resumed after nigration, for example, if
there is a malicious hypervisor which
|
By
Ashish Kalra <ashish.kalra@...>
·
#66766
·
|
|
[PATCH v3 1/1] Silicon/Qemu/Sbsa: Add SBSA-wdt entry to GTDT
SBSA generic watchdog timer structure entry has been added
to GTDT table as per SBSAv6.0.
This enables acpi detection of wdt in qemu sbsa platform
Cc: Leif Lindholm <leif@...>
Cc: Ard
SBSA generic watchdog timer structure entry has been added
to GTDT table as per SBSAv6.0.
This enables acpi detection of wdt in qemu sbsa platform
Cc: Leif Lindholm <leif@...>
Cc: Ard
|
By
Shashi Mallela
·
#66765
·
|
|
[PATCH v3 0/1] Add SBSA-wdt entry to GTDT
To enable detection of qemu SBSA generic watchdog timer device,this
patch has been added to create sbsa-wdt entry into the GTDT table
which helps firmware report the presence of SBSA-wdt to the
To enable detection of qemu SBSA generic watchdog timer device,this
patch has been added to create sbsa-wdt entry into the GTDT table
which helps firmware report the presence of SBSA-wdt to the
|
By
Shashi Mallela
·
#66764
·
|
|
[PATCH 1/1] uefi-sct/SctPkg: NULL deref in DevicePathToText test
Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3029
Function DevicePathToTextConvertDeviceNodeToTextCoverageTest() tests if
DeviceNodeToText() correctly converts a Relative Offset Range node.
Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3029
Function DevicePathToTextConvertDeviceNodeToTextCoverageTest() tests if
DeviceNodeToText() correctly converts a Relative Offset Range node.
|
By
Heinrich Schuchardt
·
#66763
·
|
|
Why is MAX_LONG_FILE_PATH 500 vs. PATH_MAX?
Does anyone know why MAX_LONG_FILE_PATH [1] is hard coded to 500 vs. using the systems PATH_MAX?
On Linux I think PATH_MAX is 4KiB and on macOS it is 1KiB.
[1]
Does anyone know why MAX_LONG_FILE_PATH [1] is hard coded to 500 vs. using the systems PATH_MAX?
On Linux I think PATH_MAX is 4KiB and on macOS it is 1KiB.
[1]
|
By
Andrew Fish
·
#66762
·
|
|
[edk2-test]
Not able to build SctPkg using UDK2017 for X64 architecture in Linux(ubuntu). In SctPkg/build.sh. Showing COMPONENT_TYPE not given. Here is the log.
. SctPkg/build.sh X64 GCC
Target: X64
Build:
Not able to build SctPkg using UDK2017 for X64 architecture in Linux(ubuntu). In SctPkg/build.sh. Showing COMPONENT_TYPE not given. Here is the log.
. SctPkg/build.sh X64 GCC
Target: X64
Build:
|
By
Arpan Mukherjee <arpanbzs@...>
·
#66761
·
|
|
Re: [PATCH 0/5] Make the MD5 disable as default setting
+Qi for review
By
Feng, Roger <roger.feng@...>
·
#66760
·
|
|
Cancelled Event: TianoCore Design Meeting - APAC/NAMO - Friday, 30 October 2020
#cal-cancelled
Cancelled: TianoCore Design Meeting - APAC/NAMO
This event has been cancelled.
When:
Friday, 30 October 2020
9:30am to 10:30am
(UTC+08:00)
Cancelled: TianoCore Design Meeting - APAC/NAMO
This event has been cancelled.
When:
Friday, 30 October 2020
9:30am to 10:30am
(UTC+08:00)
|
By
devel@edk2.groups.io Calendar <noreply@...>
·
#66759
·
|
|
Re: [EFI Redfish Host Interface PATCH 5/5] RedfishPkg: Add RedfishHostInterfaceDxe to RedfishPkg
By
Abner Chang
·
#66758
·
|
|
Re: [DxeHttpIoLib PATCH V3 1/3] NetworkPkg/Library: Implementation of Http IO Helper Library
By
Abner Chang
·
#66757
·
|
|
[DxeHttpIoLib PATCH V4 3/3] NetworkPkg/HttpBootDxe: Utilize HttpIoLib
Remove HTTP IO realted funcitons from HttpBootDxe
and use HttpIoLib instead.
Signed-off-by: Abner Chang <abner.chang@...>
Cc: Jiaxin Wu <jiaxin.wu@...>
Cc: Siyuan Fu
Remove HTTP IO realted funcitons from HttpBootDxe
and use HttpIoLib instead.
Signed-off-by: Abner Chang <abner.chang@...>
Cc: Jiaxin Wu <jiaxin.wu@...>
Cc: Siyuan Fu
|
By
Abner Chang
·
#66756
·
|
|
[DxeHttpIoLib PATCH V4 1/3] NetworkPkg/Library: Implementation of Http IO Helper Library
Add HTTP IO helper library which could be used by HTTP applications
such as HTTP Boot, Redfish HTTP REST EX driver instance and etc.
Signed-off-by: Abner Chang <abner.chang@...>
Cc: Jiaxin Wu
Add HTTP IO helper library which could be used by HTTP applications
such as HTTP Boot, Redfish HTTP REST EX driver instance and etc.
Signed-off-by: Abner Chang <abner.chang@...>
Cc: Jiaxin Wu
|
By
Abner Chang
·
#66755
·
|
|
[DxeHttpIoLib PATCH V4 2/3] NetworkPkg: Add Http IO Helper Library to NetworkPkg
This library provides HTTP IO helper functions.
Signed-off-by: Abner Chang <abner.chang@...>
Cc: Jiaxin Wu <jiaxin.wu@...>
Cc: Siyuan Fu <siyuan.fu@...>
Cc: Nickle Wang
This library provides HTTP IO helper functions.
Signed-off-by: Abner Chang <abner.chang@...>
Cc: Jiaxin Wu <jiaxin.wu@...>
Cc: Siyuan Fu <siyuan.fu@...>
Cc: Nickle Wang
|
By
Abner Chang
·
#66754
·
|
|
[DxeHttpIoLib PATCH V4 0/3] Add Http IO Helper Library
In v4: - Address the comments given by Maciej.
- Add checking of "\r\n" notation on the Last-chunk and
End-of-chunk.
In v3: Address the comments given by Maciej.
In v2: Revise HTTP
In v4: - Address the comments given by Maciej.
- Add checking of "\r\n" notation on the Last-chunk and
End-of-chunk.
In v3: Address the comments given by Maciej.
In v2: Revise HTTP
|
By
Abner Chang
·
#66753
·
|
|
[PATCH v3 11/11] UefiCpuPkg/MpInitLib: For SEV-ES guest, set stack based on processor number
From: Tom Lendacky <thomas.lendacky@...>
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3008
Set the SEV-ES reset stack address for an AP based on the processor number
instead of the APIC ID
From: Tom Lendacky <thomas.lendacky@...>
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3008
Set the SEV-ES reset stack address for an AP based on the processor number
instead of the APIC ID
|
By
Lendacky, Thomas
·
#66752
·
|
|
[PATCH v3 10/11] UefiCpuPkg, OvmfPkg: Disable interrupts when using the GHCB
From: Tom Lendacky <thomas.lendacky@...>
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3008
The QemuFlashPtrWrite() flash services runtime uses the GHCB and VmgExit()
directly to perform
From: Tom Lendacky <thomas.lendacky@...>
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3008
The QemuFlashPtrWrite() flash services runtime uses the GHCB and VmgExit()
directly to perform
|
By
Lendacky, Thomas
·
#66751
·
|
|
[PATCH v3 09/11] OvmfPkg/QemuFlashFvbServicesRuntimeDxe: Fix erase blocks for SEV-ES
From: Tom Lendacky <thomas.lendacky@...>
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3008
The original SEV-ES support missed updating the QemuFlashEraseBlock()
function to successfully
From: Tom Lendacky <thomas.lendacky@...>
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3008
The original SEV-ES support missed updating the QemuFlashEraseBlock()
function to successfully
|
By
Lendacky, Thomas
·
#66750
·
|
|
[PATCH v3 08/11] OvmfPkg/QemuFlashFvbServicesRuntimeDxe: Set the SwScratch valid bit
From: Tom Lendacky <thomas.lendacky@...>
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3008
All fields that are set in the GHCB should have their associated bit in
the GHCB ValidBitmap
From: Tom Lendacky <thomas.lendacky@...>
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3008
All fields that are set in the GHCB should have their associated bit in
the GHCB ValidBitmap
|
By
Lendacky, Thomas
·
#66749
·
|
|
[PATCH v3 07/11] UefiCpuPkg/MpInitLib: Set the SW exit fields when performing VMGEXIT
From: Tom Lendacky <thomas.lendacky@...>
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3008
All fields that are set in the GHCB should have their associated bit in
the GHCB ValidBitmap
From: Tom Lendacky <thomas.lendacky@...>
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3008
All fields that are set in the GHCB should have their associated bit in
the GHCB ValidBitmap
|
By
Lendacky, Thomas
·
#66748
·
|
|
[PATCH v3 06/11] OvmfPkg/VmgExitLib: Set the SwScratch valid bit for MMIO events
From: Tom Lendacky <thomas.lendacky@...>
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3008
All fields that are set in the GHCB should have their associated bit in
the GHCB ValidBitmap
From: Tom Lendacky <thomas.lendacky@...>
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3008
All fields that are set in the GHCB should have their associated bit in
the GHCB ValidBitmap
|
By
Lendacky, Thomas
·
#66747
·
|