[libvirt] [PATCH 2/4] libvirt: conf: parse XML for protected key management ops

Tony Krowiak akrowiak at linux.vnet.ibm.com
Fri May 15 17:30:09 UTC 2015


On 05/15/2015 10:39 AM, Michal Privoznik wrote:
> On 27.04.2015 23:57, akrowiak at linux.vnet.ibm.com wrote:
>> From: Tony Krowiak <akrowiak at linux.vnet.ibm.com>
>>
>> Parse the domain configuration XML elements that enable/disable access to
>> the protected key management operations for a guest:
>>
>>      <domain>
>>        ...
>>        <keywrap>
>>          <cipher name='aes|dea' state='on|off'/>
>>        </keywrap>
>>        ...
>>      </domain>
>>
>> Signed-off-by: Tony Krowiak <akrowiak at linux.vnet.ibm.com>
>> Signed-off-by: Viktor Mihajlovski <mihajlov at linux.vnet.ibm.com>
>> Signed-off-by: Daniel Hansel <daniel.hansel at linux.vnet.ibm.com>
>> Reviewed-by: Boris Fiuczynski <fiuczy at linux.vnet.ibm.com>
>> ---
>>   src/conf/domain_conf.c   |  189 ++++++++++++++++++++++++++++++++++++++++++++++
>>   src/conf/domain_conf.h   |   20 +++++
>>   src/libvirt_private.syms |    2 +
>>   3 files changed, 211 insertions(+), 0 deletions(-)
>
> Er. I'm just too lazy to point out all the bits. I'm gonna rework and
> post v2.
Does that mean you will be reworking the parsing code as well?
>
> Michal
>




More information about the libvir-list mailing list