On Wed, Apr 29, 2026 at 10:16:09 +0200, Peter Krempa via Devel wrote:
On Fri, Apr 24, 2026 at 19:23:25 +0530, Surya Gupta via Devel wrote:
Some VMware guests specify NVRAM storage using the 'nvram' parameter. If found, parse it and store it in the domain's os.loader.nvram field, which gets formatted as:
<os> <type arch='x86_64'>hvm</type> <nvram>[datastore] directory/dokuwiki.nvram</nvram> </os>
The NVRAM path uses the same transformation functions as disk paths (ctx->parseFileName and ctx->formatFileName) to ensure consistent handling of datastore-qualified paths. The NVRAM is stored as a virStorageSource with type VIR_STORAGE_TYPE_FILE to ensure compatibility with libvirt's existing firmware handling infrastructure.
Signed-off-by: Surya Gupta <surygupt@redhat.com> ---
[...]
I'll push the patch with the modification after the freeze is over. Make sure to run all tests for any further patch you post.
Pushed now.