Re: [libvirt] [PATCHv5 2/5] Add GVirConfigDomainHostdev

2016-07-22 Thread Christophe Fergeau
On Fri, Jul 22, 2016 at 01:34:09PM +0100, Zeeshan Ali (Khattak) wrote: > > Thanks. If there is a way to also set the address to send emails to, > I'll gladly drop my commands (actually they are git aliases). That's git config sendemail.to f...@example.com Christophe signature.asc Description:

Re: [libvirt] [PATCHv5 2/5] Add GVirConfigDomainHostdev

2016-07-22 Thread Zeeshan Ali (Khattak)
Hi, On Fri, Jul 22, 2016 at 10:27 AM, Christophe Fergeau wrote: > On Thu, Jul 21, 2016 at 06:11:36PM +0100, Zeeshan Ali (Khattak) wrote: >> Hi, >> >> On Mon, Jul 18, 2016 at 3:54 PM, Christophe Fergeau >> wrote: >> > Please add a gconfig: prefix to the

Re: [libvirt] [PATCHv5 2/5] Add GVirConfigDomainHostdev

2016-07-22 Thread Christophe Fergeau
On Thu, Jul 21, 2016 at 06:11:36PM +0100, Zeeshan Ali (Khattak) wrote: > Hi, > > On Mon, Jul 18, 2016 at 3:54 PM, Christophe Fergeau > wrote: > > Please add a gconfig: prefix to the subject line. > > I have a custom git command to add 'libvirt-glib' prefix but I keep >

Re: [libvirt] [PATCHv5 2/5] Add GVirConfigDomainHostdev

2016-07-21 Thread Zeeshan Ali (Khattak)
Hi, On Mon, Jul 18, 2016 at 3:54 PM, Christophe Fergeau wrote: > Please add a gconfig: prefix to the subject line. I have a custom git command to add 'libvirt-glib' prefix but I keep forgetting that --subject-prefix gets overriden by the second --subject-prefix I manually

Re: [libvirt] [PATCHv5 2/5] Add GVirConfigDomainHostdev

2016-07-18 Thread Christophe Fergeau
Please add a gconfig: prefix to the subject line. Acked-by: Christophe Fergeau Christophe On Wed, Jul 06, 2016 at 10:45:52PM +0100, Zeeshan Ali (Khattak) wrote: > Add API to read and write domain/devices/hostdev nodes. This patch only > adds the baseclass and hence is not

[libvirt] [PATCHv5 2/5] Add GVirConfigDomainHostdev

2016-07-06 Thread Zeeshan Ali (Khattak)
Add API to read and write domain/devices/hostdev nodes. This patch only adds the baseclass and hence is not useful on it's own. A more specific subclass to represent PCI devices will be added in a following patch. --- libvirt-gconfig/Makefile.am| 2 +