[libvirt] Help out

2014-01-18 Thread Giorgio Zoppi
Hi all, how could I help out? Is there a bug list or a todo list? Are u able to pin a virtualization sandbox to a given processor? Best Regards, Giorgio -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

Re: [libvirt] [libvirt-glib] Fix GVirConfigDomainTimerPit parent class/object

2014-01-18 Thread Zeeshan Ali (Khattak)
On Fri, Jan 17, 2014 at 3:12 PM, Christophe Fergeau wrote: > GVirConfigDomainTimerPit is correctly define as inheriting from > GVirConfigDomainTimer in the G_DEFINE_TYPE macro, but it only > embeds GVirConfigObject/GVirConfigObjectClass structs. > > This is an ABI break as this changes the size of

Re: [libvirt] [libvirt-glib 4/4] Add GVirConfigDomainTimerHpet

2014-01-18 Thread Zeeshan Ali (Khattak)
On Fri, Jan 17, 2014 at 3:08 PM, Christophe Fergeau wrote: > On Fri, Jan 17, 2014 at 02:33:55PM +, Zeeshan Ali (Khattak) wrote: >> On Fri, Jan 17, 2014 at 2:11 PM, Christophe Fergeau >> wrote: >> > +struct _GVirConfigDomainTimerHpet >> > +{ >> > +GVirConfigObject parent; >> >> Shouldn't

[libvirt] [PATCH] Add test for transient disk support in VMX files

2014-01-18 Thread Wout Mertens
From: Wout Mertens Adds test for transient disk translation in vmx files --- tests/vmx2xmldata/vmx2xml-harddisk-transient.vmx |6 + tests/vmx2xmldata/vmx2xml-harddisk-transient.xml | 25 ++ tests/vmx2xmltest.c |1 + 3 files changed,