arch: preserve error chain for smbios

On-behalf-of: SAP philipp.schuster@sap.com
Signed-off-by: Philipp Schuster <philipp.schuster@cyberus-technology.de>
This commit is contained in:
Philipp Schuster
2026-06-02 06:42:57 +02:00
committed by Rob Bradford
parent 85109ebae0
commit 67a661aff0
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ pub enum Error {
#[error("The hvm_start_info structure extends past the end of guest memory")]
StartInfoPastRamEnd,
#[error("Error writing hvm_start_info to guest memory")]
StartInfoSetup,
StartInfoSetup(#[source] vm_memory::GuestMemoryError),
#[error("Failed to compute initramfs address")]
InitramfsAddress,
#[error("Error writing module entry to guest memory")]