[libvirt] [PATCH] docs: Add libvirt-go Go bindings to binding page

2016-09-06 Thread Roman Mohr
Signed-off-by: Roman Mohr <rm...@redhat.com> --- docs/bindings.html.in | 4 1 file changed, 4 insertions(+) diff --git a/docs/bindings.html.in b/docs/bindings.html.in index 95cfe25..7fe26df 100644 --- a/docs/bindings.html.in +++ b/docs/bindings.html.in @@ -14,6 +14,10 @@ C#:

Re: [libvirt] Nice golang bindings for libvirt

2016-09-06 Thread Roman Mohr
Hi Martin, On Tue, Sep 6, 2016 at 11:30 AM, Martin Kletzander <mklet...@redhat.com> wrote: > On Mon, Sep 05, 2016 at 05:44:03PM +0200, Roman Mohr wrote: > >> Hi all, >> >> I have been using these pretty nice libvirt-binding library for golang >> [1]. >&

Re: [libvirt] Libvirt domain event usage and consistency

2016-11-25 Thread Roman Mohr
On Fri, Nov 25, 2016 at 6:04 PM, Michal Privoznik <mpriv...@redhat.com> wrote: > On 25.11.2016 17:54, Roman Mohr wrote: > > On Fri, Nov 25, 2016 at 4:34 PM, Michal Privoznik <mpriv...@redhat.com> > > wrote: > > > >> On 25.11.2016 14:38, Roman Mohr wrote

Re: [libvirt] Libvirt domain event usage and consistency

2016-11-25 Thread Roman Mohr
On Fri, Nov 25, 2016 at 4:34 PM, Michal Privoznik <mpriv...@redhat.com> wrote: > On 25.11.2016 14:38, Roman Mohr wrote: > > Hi, > > > > I recently started to use the libvirt domain events. With them I increase > > the responsiveness of my VM state wachers. >

[libvirt] Libvirt domain event usage and consistency

2016-11-25 Thread Roman Mohr
Hi, I recently started to use the libvirt domain events. With them I increase the responsiveness of my VM state wachers. In general it works pretty well. I just listen to the events and do a periodic resync to cope with missed events. While watching the events I ran into a few interesting

Re: [libvirt] Libvirt domain event usage and consistency

2016-12-07 Thread Roman Mohr
On Wed, Dec 7, 2016 at 8:38 AM, Fabian Deutsch <fdeut...@redhat.com> wrote: > On Wed, Dec 7, 2016 at 8:26 AM, Michal Privoznik <mpriv...@redhat.com> > wrote: > > On 06.12.2016 14:12, Roman Mohr wrote: > >> On Fri, Nov 25, 2016 at 4:34 PM, Michal Privoznik

Re: [libvirt] Libvirt domain event usage and consistency

2016-12-01 Thread Roman Mohr
On Fri, Nov 25, 2016 at 8:23 PM, Michal Privoznik <mpriv...@redhat.com> wrote: > On 25.11.2016 18:33, Roman Mohr wrote: > > On Fri, Nov 25, 2016 at 6:04 PM, Michal Privoznik <mpriv...@redhat.com> > > wrote: > > > >> On 25.11.2016 17:54, Roman Mohr wr

Re: [libvirt] Libvirt domain event usage and consistency

2016-12-06 Thread Roman Mohr
On Fri, Nov 25, 2016 at 4:34 PM, Michal Privoznik <mpriv...@redhat.com> wrote: > On 25.11.2016 14:38, Roman Mohr wrote: > > [...] > > > > 4) There libvirt domain description is not versioned > > > > I would expect that every time I update a domain

Re: [libvirt] [PATCH alt] conf: Allow user define their own alias

2017-10-02 Thread Roman Mohr
On Fri, Sep 29, 2017 at 3:49 PM, Michal Privoznik wrote: > On 09/29/2017 01:16 PM, Peter Krempa wrote: > > On Fri, Sep 29, 2017 at 12:57:29 +0200, Michal Privoznik wrote: > >> On 09/29/2017 09:52 AM, Peter Krempa wrote: > >>> On Fri, Sep 29, 2017 at 09:06:01 +0200, Michal

Re: [libvirt] Missing repo file for virt-preview repo on fedorapeople

2018-08-10 Thread Roman Mohr
On Fri, Aug 10, 2018 at 10:02 AM Andrea Bolognani wrote: > On Fri, 2018-08-10 at 08:54 +0200, Roman Mohr wrote: > > Hi everyone, > > > > Is there a change on how to get the fedora-virt-preview.repo? > > > > So far we were referencing > > > > > h

[libvirt] Missing repo file for virt-preview repo on fedorapeople

2018-08-10 Thread Roman Mohr
Hi everyone, Is there a change on how to get the fedora-virt-preview.repo? So far we were referencing https://fedorapeople.org/groups/virt/virt-preview/fedora-virt-preview.repo but that file does not seem to exist anymore. Best Regards, Roman -- libvir-list mailing list libvir-list@redhat.com

Re: [libvirt] opening tap devices that are created in a container

2018-07-17 Thread Roman Mohr
On Wed, Jul 11, 2018 at 12:10 PM wrote: > On Mon, Jul 09, 2018 at 05:00:49PM -0400, Jason Baron wrote: > > > > > >On 07/08/2018 02:01 AM, Martin Kletzander wrote: > >> On Thu, Jul 05, 2018 at 06:24:20PM +0200, Roman Mohr wrote: > >>> On Thu,

Re: [libvirt] opening tap devices that are created in a container

2018-07-05 Thread Roman Mohr
On Thu, Jul 5, 2018 at 4:20 PM Jason Baron wrote: > Hi, > > Opening tap devices, such as macvtap, that are created in containers is > problematic because the interface for opening tap devices is via > /dev/tapNN and devtmpfs is not typically mounted inside a container as > its not namespace

Re: [libvirt] [RFC] Accepting PRs/MRs for libvirt on GitHub/GitLab

2019-10-17 Thread Roman Mohr
On Wed, Oct 16, 2019 at 6:42 PM Daniel Henrique Barboza < danielhb...@gmail.com> wrote: > > > On 10/16/19 9:22 AM, Andrea Bolognani wrote: > > As we look to make the libvirt project easier to contribute to, one > > fact that certainly comes to mind is that we only accept patches via > > the