Re: [libvirt] [PATCH v6 1/3] conf: Extend loader/ and introduce nvram/

2014-09-09 Thread Ján Tomko
On 09/01/2014 05:22 PM, Michal Privoznik wrote: Up to now, users can configure BIOS via the loader/ element. With the upcoming implementation of UEFI this is not enough as BIOS and UEFI are conceptually different. For instance, while BIOS is ROM, UEFI is programmable flash (although all writes

[libvirt] [PATCH v6 1/3] conf: Extend loader/ and introduce nvram/

2014-09-01 Thread Michal Privoznik
Up to now, users can configure BIOS via the loader/ element. With the upcoming implementation of UEFI this is not enough as BIOS and UEFI are conceptually different. For instance, while BIOS is ROM, UEFI is programmable flash (although all writes to code section are denied). Therefore we need new