[pve-devel] [PATCH qemu-server 11/15] ovmf: add support for using blockdev

Fiona Ebner f.ebner at proxmox.com
Tue Jun 24 10:38:15 CEST 2025


Am 23.06.25 um 17:44 schrieb Fiona Ebner:
> +    my $ovmf_code_blockdev = {
> +        driver => 'raw',
> +        file => { driver => 'file', filename => "$ovmf_code" },
> +        'node-name' => 'pflash0',

Sorry, only noticed now. We could/should add

'read-only' => JSON::true,

here.

> +    };




More information about the pve-devel mailing list