Re: [libvirt] [PATCH v7 2/5] conf: Introduce {default|chardev}_tls_x509_secret_uuid

2016-09-20 Thread John Ferlan
On 09/20/2016 08:52 AM, Daniel P. Berrange wrote: > On Tue, Sep 20, 2016 at 08:26:55AM -0400, John Ferlan wrote: >> >> >> On 09/19/2016 10:53 AM, Daniel P. Berrange wrote: >>> On Mon, Sep 19, 2016 at 10:39:21AM -0400, John Ferlan wrote: Add a new qemu.conf variables to store the UUID for

Re: [libvirt] [PATCH v7 2/5] conf: Introduce {default|chardev}_tls_x509_secret_uuid

2016-09-20 Thread Daniel P. Berrange
On Tue, Sep 20, 2016 at 08:26:55AM -0400, John Ferlan wrote: > > > On 09/19/2016 10:53 AM, Daniel P. Berrange wrote: > > On Mon, Sep 19, 2016 at 10:39:21AM -0400, John Ferlan wrote: > >> Add a new qemu.conf variables to store the UUID for the secret that could > >> be used to present credentials

Re: [libvirt] [PATCH v7 2/5] conf: Introduce {default|chardev}_tls_x509_secret_uuid

2016-09-20 Thread John Ferlan
On 09/19/2016 10:53 AM, Daniel P. Berrange wrote: > On Mon, Sep 19, 2016 at 10:39:21AM -0400, John Ferlan wrote: >> Add a new qemu.conf variables to store the UUID for the secret that could >> be used to present credentials to access the TLS chardev. Since this will >> be a server level and

Re: [libvirt] [PATCH v7 2/5] conf: Introduce {default|chardev}_tls_x509_secret_uuid

2016-09-19 Thread Daniel P. Berrange
On Mon, Sep 19, 2016 at 10:39:21AM -0400, John Ferlan wrote: > Add a new qemu.conf variables to store the UUID for the secret that could > be used to present credentials to access the TLS chardev. Since this will > be a server level and it's possible to use some sort of default, introduce > both

[libvirt] [PATCH v7 2/5] conf: Introduce {default|chardev}_tls_x509_secret_uuid

2016-09-19 Thread John Ferlan
Add a new qemu.conf variables to store the UUID for the secret that could be used to present credentials to access the TLS chardev. Since this will be a server level and it's possible to use some sort of default, introduce both the default and chardev logic at the same time making the setting of