[pve-devel] [PATCH qemu-server 0/3] permanent efivars storage

Dominik Csapak d.csapak at proxmox.com
Thu Sep 8 11:02:58 CEST 2016


this patch series adds the functionality of
permanent efivars storage, so that boot order/entries
get saved

to allocate such an image use

qm set VMID -efidisk0 "local:1,format=raw"

where local is a placeholder for the storage, and format can be
whatever the storage supports

the efivars image will then copied there

this image is included in backups and snapshots

this is only usable with my pve-qemu-kvm patch,
which includes the correct ovmf images

Dominik Csapak (3):
  add efidisk0 to config
  copy efivars disk on create
  use efidisk0 for efivars

 PVE/API2/Qemu.pm  | 30 +++++++++++++++---
 PVE/QemuServer.pm | 93 ++++++++++++++++++++++++++++++++++++++++++++++++++-----
 2 files changed, 111 insertions(+), 12 deletions(-)

-- 
2.1.4





More information about the pve-devel mailing list