Re: [PATCH 1/2] gobject: Fix typo in documentation of gvir_domain_save_to_file_async

2020-03-25 Thread Felipe Borges
On Wed, Mar 25, 2020 at 5:08 PM Fabiano FidĂȘncio wrote: > > On Wed, Mar 25, 2020 at 4:51 PM Felipe Borges wrote: > > > > Signed-off-by: Felipe Borges > > --- > > libvirt-gobject/libvirt-gobject-domain.c | 2 +- > > 1 file changed, 1 insertion(+), 1 dele

[PATCH 1/2] gobject: Fix typo in documentation of gvir_domain_save_to_file_async

2020-03-25 Thread Felipe Borges
Signed-off-by: Felipe Borges --- libvirt-gobject/libvirt-gobject-domain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvirt-gobject/libvirt-gobject-domain.c b/libvirt-gobject/libvirt-gobject-domain.c index 399b118..0a16cb4 100644 --- a/libvirt-gobject/libvirt-gobject

[PATCH 2/2] GVirDomain: Add GVIR_DOMAIN_DELETE_{REMOVE,KEEP}_NVRAM

2020-03-25 Thread Felipe Borges
These are mapped respectively to VIR_DOMAIN_UNDEFINE_NVRAM and VIR_DOMAIN_UNDEFINE_KEEP_NVRAM. Fixes issues such as https://bugzilla.redhat.com/1817031 Signed-off-by: Felipe Borges --- libvirt-gobject/libvirt-gobject-domain.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libvirt

[libvirt] [PATCH] gconfig: Add GVIR_CONFIG_DOMAIN_CONTROLLER_USB_MODEL_QEMU_XHCI

2019-12-23 Thread Felipe Borges
Modern operating systems support qemu-xhci and that's available since libvirt 3.3.x and qemu 2.9.x Signed-off-by: Felipe Borges --- libvirt-gconfig/libvirt-gconfig-domain-controller-usb.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libvirt-gconfig/libvirt-gconfig