Re: [libvirt] [PATCH v2 0/6] fdaskljrew

2018-08-16 Thread Michal Privoznik
On 08/16/2018 12:22 PM, Simon Kobyda wrote:
> I send this by mistake. Sorry.
> 

Also, please don't top post on technical lists. Always use either inline
or bottom post replies.

Michal

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


Re: [libvirt] [PATCH v2 0/6] fdaskljrew

2018-08-16 Thread Simon Kobyda
I send this by mistake. Sorry.

Simon

On Thu, 2018-08-16 at 10:48 +0100, Daniel P. Berrangé wrote:
> On Thu, Aug 16, 2018 at 11:11:26AM +0200, Simon Kobyda wrote:
> > rpdwrewrewr
> 
> Please use a sensible subject line, and provide useful information
> about
> the patch series in this cover letter.
> 
> > 
> > Simon Kobyda (6):
> >   vsh: Add API for printing tables.
> >   virsh: Implement new table API for virsh list
> >   vsh: Added tests
> >   virsh: Implement vsh-table to iface-list
> >   virsh: Implement vshTable API to net-list and net-dhcp-leases
> >   virsh: Implement vshTable API to secret-list
> > 
> >  tests/Makefile.am|   8 +
> >  tests/virshtest.c|  14 +-
> >  tests/vshtabletest.c | 247 +
> >  tools/Makefile.am|   4 +-
> >  tools/virsh-domain-monitor.c |  43 ++--
> >  tools/virsh-interface.c  |  27 ++-
> >  tools/virsh-network.c|  50 +++--
> >  tools/virsh-secret.c |  30 ++-
> >  tools/vsh-table.c| 413
> > +++
> >  tools/vsh-table.h|  42 
> >  10 files changed, 817 insertions(+), 61 deletions(-)
> >  create mode 100644 tests/vshtabletest.c
> >  create mode 100644 tools/vsh-table.c
> >  create mode 100644 tools/vsh-table.h
> > 
> > -- 
> > 2.17.1
> > 
> > --
> > libvir-list mailing list
> > libvir-list@redhat.com
> > https://www.redhat.com/mailman/listinfo/libvir-list
> 
> Regards,
> Daniel

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

Re: [libvirt] [PATCH v2 0/6] fdaskljrew

2018-08-16 Thread Ján Tomko

On Thu, Aug 16, 2018 at 11:11:26AM +0200, Simon Kobyda wrote:

rpdwrewrewr



Grafsjlankladhyr.

Wnab


Simon Kobyda (6):
 vsh: Add API for printing tables.
 virsh: Implement new table API for virsh list
 vsh: Added tests
 virsh: Implement vsh-table to iface-list
 virsh: Implement vshTable API to net-list and net-dhcp-leases
 virsh: Implement vshTable API to secret-list



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

Re: [libvirt] [PATCH v2 0/6] fdaskljrew

2018-08-16 Thread Daniel P . Berrangé
On Thu, Aug 16, 2018 at 11:11:26AM +0200, Simon Kobyda wrote:
> rpdwrewrewr

Please use a sensible subject line, and provide useful information about
the patch series in this cover letter.

> 
> Simon Kobyda (6):
>   vsh: Add API for printing tables.
>   virsh: Implement new table API for virsh list
>   vsh: Added tests
>   virsh: Implement vsh-table to iface-list
>   virsh: Implement vshTable API to net-list and net-dhcp-leases
>   virsh: Implement vshTable API to secret-list
> 
>  tests/Makefile.am|   8 +
>  tests/virshtest.c|  14 +-
>  tests/vshtabletest.c | 247 +
>  tools/Makefile.am|   4 +-
>  tools/virsh-domain-monitor.c |  43 ++--
>  tools/virsh-interface.c  |  27 ++-
>  tools/virsh-network.c|  50 +++--
>  tools/virsh-secret.c |  30 ++-
>  tools/vsh-table.c| 413 +++
>  tools/vsh-table.h|  42 
>  10 files changed, 817 insertions(+), 61 deletions(-)
>  create mode 100644 tests/vshtabletest.c
>  create mode 100644 tools/vsh-table.c
>  create mode 100644 tools/vsh-table.h
> 
> -- 
> 2.17.1
> 
> --
> libvir-list mailing list
> libvir-list@redhat.com
> https://www.redhat.com/mailman/listinfo/libvir-list

Regards,
Daniel
-- 
|: https://berrange.com  -o-https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org -o-https://fstop138.berrange.com :|
|: https://entangle-photo.org-o-https://www.instagram.com/dberrange :|

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


[libvirt] [PATCH v2 0/6] fdaskljrew

2018-08-16 Thread Simon Kobyda
rpdwrewrewr

Simon Kobyda (6):
  vsh: Add API for printing tables.
  virsh: Implement new table API for virsh list
  vsh: Added tests
  virsh: Implement vsh-table to iface-list
  virsh: Implement vshTable API to net-list and net-dhcp-leases
  virsh: Implement vshTable API to secret-list

 tests/Makefile.am|   8 +
 tests/virshtest.c|  14 +-
 tests/vshtabletest.c | 247 +
 tools/Makefile.am|   4 +-
 tools/virsh-domain-monitor.c |  43 ++--
 tools/virsh-interface.c  |  27 ++-
 tools/virsh-network.c|  50 +++--
 tools/virsh-secret.c |  30 ++-
 tools/vsh-table.c| 413 +++
 tools/vsh-table.h|  42 
 10 files changed, 817 insertions(+), 61 deletions(-)
 create mode 100644 tests/vshtabletest.c
 create mode 100644 tools/vsh-table.c
 create mode 100644 tools/vsh-table.h

-- 
2.17.1

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