Re: [libvirt] [PATCH 0/2] Forbid new-line char in name of domains and storagepools

2016-11-22 Thread Sławek Kapłoński
Hello,

Thanks a lot. I have no idea how I not checked it. I compiled it for
sure (but maybe not after this one change :/)

-- 
Best regards / Pozdrawiam
Sławek Kapłoński
sla...@kaplonski.pl

On Tue, 22 Nov 2016, Michal Privoznik wrote:

> On 11.11.2016 10:17, Sławek Kapłoński wrote:
> > As https://bugzilla.redhat.com/show_bug.cgi?id=818064 is closed and new-line
> > char is now forbiden in name of network, this patch forbids it also in 
> > names of
> > domains and storage pools.
> > 
> > Sławek Kapłoński (2):
> >   Forbid new-line char in name of new domain
> >   Forbid new-line char in name of new storagepool
> > 
> >  src/bhyve/bhyve_driver.c | 3 +++
> >  src/esx/esx_driver.c | 3 +++
> >  src/libxl/libxl_driver.c | 3 +++
> >  src/lxc/lxc_driver.c | 3 +++
> >  src/openvz/openvz_driver.c   | 3 +++
> >  src/qemu/qemu_driver.c   | 3 +++
> >  src/storage/storage_driver.c | 3 +++
> >  src/test/test_driver.c   | 3 +++
> >  src/uml/uml_driver.c | 3 +++
> >  src/vmware/vmware_driver.c   | 3 +++
> >  src/vz/vz_driver.c   | 3 +++
> >  src/xen/xen_driver.c | 3 +++
> >  src/xenapi/xenapi_driver.c   | 3 +++
> >  13 files changed, 39 insertions(+)
> > 
> 
> Fixed the problem in 1/2. ACKed and pushed.
> 
> Michal
> 
> --
> libvir-list mailing list
> libvir-list@redhat.com
> https://www.redhat.com/mailman/listinfo/libvir-list


signature.asc
Description: PGP signature
--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Re: [libvirt] [PATCH 0/2] Forbid new-line char in name of domains and storagepools

2016-11-22 Thread Michal Privoznik
On 11.11.2016 10:17, Sławek Kapłoński wrote:
> As https://bugzilla.redhat.com/show_bug.cgi?id=818064 is closed and new-line
> char is now forbiden in name of network, this patch forbids it also in names 
> of
> domains and storage pools.
> 
> Sławek Kapłoński (2):
>   Forbid new-line char in name of new domain
>   Forbid new-line char in name of new storagepool
> 
>  src/bhyve/bhyve_driver.c | 3 +++
>  src/esx/esx_driver.c | 3 +++
>  src/libxl/libxl_driver.c | 3 +++
>  src/lxc/lxc_driver.c | 3 +++
>  src/openvz/openvz_driver.c   | 3 +++
>  src/qemu/qemu_driver.c   | 3 +++
>  src/storage/storage_driver.c | 3 +++
>  src/test/test_driver.c   | 3 +++
>  src/uml/uml_driver.c | 3 +++
>  src/vmware/vmware_driver.c   | 3 +++
>  src/vz/vz_driver.c   | 3 +++
>  src/xen/xen_driver.c | 3 +++
>  src/xenapi/xenapi_driver.c   | 3 +++
>  13 files changed, 39 insertions(+)
> 

Fixed the problem in 1/2. ACKed and pushed.

Michal

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Re: [libvirt] [PATCH 0/2] Forbid new-line char in name of domains and storagepools

2016-11-16 Thread Sławek Kapłoński
Hello,

Can someone review this patch maybe? Thx in advance :)

-- 
Best regards / Pozdrawiam
Sławek Kapłoński
sla...@kaplonski.pl

On Fri, 11 Nov 2016, Sławek Kapłoński wrote:

> As https://bugzilla.redhat.com/show_bug.cgi?id=818064 is closed and new-line
> char is now forbiden in name of network, this patch forbids it also in names 
> of
> domains and storage pools.
> 
> Sławek Kapłoński (2):
>   Forbid new-line char in name of new domain
>   Forbid new-line char in name of new storagepool
> 
>  src/bhyve/bhyve_driver.c | 3 +++
>  src/esx/esx_driver.c | 3 +++
>  src/libxl/libxl_driver.c | 3 +++
>  src/lxc/lxc_driver.c | 3 +++
>  src/openvz/openvz_driver.c   | 3 +++
>  src/qemu/qemu_driver.c   | 3 +++
>  src/storage/storage_driver.c | 3 +++
>  src/test/test_driver.c   | 3 +++
>  src/uml/uml_driver.c | 3 +++
>  src/vmware/vmware_driver.c   | 3 +++
>  src/vz/vz_driver.c   | 3 +++
>  src/xen/xen_driver.c | 3 +++
>  src/xenapi/xenapi_driver.c   | 3 +++
>  13 files changed, 39 insertions(+)
> 
> -- 
> 2.7.4
> 
> --
> libvir-list mailing list
> libvir-list@redhat.com
> https://www.redhat.com/mailman/listinfo/libvir-list


signature.asc
Description: PGP signature
--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

[libvirt] [PATCH 0/2] Forbid new-line char in name of domains and storagepools

2016-11-11 Thread Sławek Kapłoński
As https://bugzilla.redhat.com/show_bug.cgi?id=818064 is closed and new-line
char is now forbiden in name of network, this patch forbids it also in names of
domains and storage pools.

Sławek Kapłoński (2):
  Forbid new-line char in name of new domain
  Forbid new-line char in name of new storagepool

 src/bhyve/bhyve_driver.c | 3 +++
 src/esx/esx_driver.c | 3 +++
 src/libxl/libxl_driver.c | 3 +++
 src/lxc/lxc_driver.c | 3 +++
 src/openvz/openvz_driver.c   | 3 +++
 src/qemu/qemu_driver.c   | 3 +++
 src/storage/storage_driver.c | 3 +++
 src/test/test_driver.c   | 3 +++
 src/uml/uml_driver.c | 3 +++
 src/vmware/vmware_driver.c   | 3 +++
 src/vz/vz_driver.c   | 3 +++
 src/xen/xen_driver.c | 3 +++
 src/xenapi/xenapi_driver.c   | 3 +++
 13 files changed, 39 insertions(+)

-- 
2.7.4

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list