Re: [libvirt] [PATCH v3 2/4] conf: Parse virtio-crypto in the domain XML

2017-07-06 Thread Longpeng (Mike)
Hi Marc, On 2017/7/6 21:19, Marc Hartmayer wrote: > On Wed, Jul 05, 2017 at 01:17 PM +0200, "Longpeng(Mike)" > wrote: >> This patch parse the domain XML with virtio-crypto >> support, the virtio-crypto XML looks like this: >> [...] >> +queues = virXMLPropString(backends[0], "queues");

Re: [libvirt] [PATCH v3 2/4] conf: Parse virtio-crypto in the domain XML

2017-07-06 Thread Marc Hartmayer
On Wed, Jul 05, 2017 at 01:17 PM +0200, "Longpeng(Mike)" wrote: > This patch parse the domain XML with virtio-crypto > support, the virtio-crypto XML looks like this: > > > > > > Signed-off-by: Longpeng(Mike) > --- > src/conf/domain_conf.c | 213 > +++

[libvirt] [PATCH v3 2/4] conf: Parse virtio-crypto in the domain XML

2017-07-05 Thread Longpeng(Mike)
This patch parse the domain XML with virtio-crypto support, the virtio-crypto XML looks like this: Signed-off-by: Longpeng(Mike) --- src/conf/domain_conf.c | 213 - src/conf/domain_conf.h | 32 +++ src/libvirt_private.syms