mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 17:34:18 +03:00
qemu: Fix alignment in qemuFirmwareMappingFlashFormat()
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
This commit is contained in:
parent
8c75efd4ef
commit
03771f5f04
@ -751,7 +751,7 @@ qemuFirmwareMappingFlashFormat(virJSONValue *mapping,
|
||||
return -1;
|
||||
|
||||
if (virJSONValueObjectAppend(mapping,
|
||||
"nvram-template",
|
||||
"nvram-template",
|
||||
&nvram_template) < 0)
|
||||
return -1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user