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.
> + };