Re: [libvirt] [PATCH v5 09/10] virsh: implement new command for launch security

2018-04-04 Thread Erik Skultety
On Tue, Apr 03, 2018 at 04:55:42PM +0200, Erik Skultety wrote: > > > +}, > > > +{.name = NULL} > > > +}; > > > + > > > +static const vshCmdOptDef opts_launch_security[] = { > > > +VIRSH_COMMON_OPT_DOMAIN_FULL(0), > > > +{.name = "get", > > > + .type = VSH_OT_STRING, > > > +

Re: [libvirt] [PATCH v5 09/10] virsh: implement new command for launch security

2018-04-04 Thread Erik Skultety
On Wed, Apr 04, 2018 at 07:36:37AM -0500, Brijesh Singh wrote: > > > On 4/3/18 9:32 AM, Erik Skultety wrote: > > On Mon, Apr 02, 2018 at 09:18:55AM -0500, Brijesh Singh wrote: > >> Add new 'launch-security' command, the command can be used to get or set > >> the launch security information when

Re: [libvirt] [PATCH v5 09/10] virsh: implement new command for launch security

2018-04-04 Thread Brijesh Singh
On 4/3/18 9:32 AM, Erik Skultety wrote: > On Mon, Apr 02, 2018 at 09:18:55AM -0500, Brijesh Singh wrote: >> Add new 'launch-security' command, the command can be used to get or set >> the launch security information when booting encrypted VMs. >> >> Signed-off-by: Brijesh Singh

Re: [libvirt] [PATCH v5 09/10] virsh: implement new command for launch security

2018-04-04 Thread Brijesh Singh
On 4/2/18 6:31 PM, John Ferlan wrote: > > On 04/02/2018 10:18 AM, Brijesh Singh wrote: >> Add new 'launch-security' command, the command can be used to get or set >> the launch security information when booting encrypted VMs. >> >> Signed-off-by: Brijesh Singh >> --- >>

Re: [libvirt] [PATCH v5 09/10] virsh: implement new command for launch security

2018-04-03 Thread Erik Skultety
> > +}, > > +{.name = NULL} > > +}; > > + > > +static const vshCmdOptDef opts_launch_security[] = { > > +VIRSH_COMMON_OPT_DOMAIN_FULL(0), > > +{.name = "get", > > + .type = VSH_OT_STRING, > > + .help = N_("Show the launch-security info") > > +}, > > +

Re: [libvirt] [PATCH v5 09/10] virsh: implement new command for launch security

2018-04-03 Thread Erik Skultety
On Mon, Apr 02, 2018 at 09:18:55AM -0500, Brijesh Singh wrote: > Add new 'launch-security' command, the command can be used to get or set > the launch security information when booting encrypted VMs. > > Signed-off-by: Brijesh Singh > --- > tools/virsh-domain.c | 84 >

Re: [libvirt] [PATCH v5 09/10] virsh: implement new command for launch security

2018-04-02 Thread John Ferlan
On 04/02/2018 10:18 AM, Brijesh Singh wrote: > Add new 'launch-security' command, the command can be used to get or set > the launch security information when booting encrypted VMs. > > Signed-off-by: Brijesh Singh > --- > tools/virsh-domain.c | 84 >

[libvirt] [PATCH v5 09/10] virsh: implement new command for launch security

2018-04-02 Thread Brijesh Singh
Add new 'launch-security' command, the command can be used to get or set the launch security information when booting encrypted VMs. Signed-off-by: Brijesh Singh --- tools/virsh-domain.c | 84 1 file changed, 84