[virt-tools-list] [PATCH virt-viewer] Add virt-viewer-debug.exe NSIS installer

2012-11-19 Thread Marc-André Lureau
This installer will provide with the tools and configuration needed to debug virt-viewer remote-viewer. It will install itself by default in virt-viewer directory. --- configure.ac | 1 + data/Makefile.am | 1 + data/virt-viewer-debug.nsis.in | 50

Re: [virt-tools-list] [libosinfo v5 09/12] Document osinfo_install_script_get_product_key_format

2012-11-19 Thread Michal Privoznik
On 14.11.2012 03:40, Zeeshan Ali (Khattak) wrote: From: Zeeshan Ali (Khattak) zeesha...@gnome.org Document the format of the string returned by this function. --- osinfo/osinfo_install_script.c | 23 +++ 1 file changed, 23 insertions(+) diff --git

Re: [virt-tools-list] [libosinfo v5 05/12] Add a NULL check

2012-11-19 Thread Michal Privoznik
On 14.11.2012 03:40, Zeeshan Ali (Khattak) wrote: From: Zeeshan Ali (Khattak) zeesha...@gnome.org --- osinfo/osinfo_entity.c | 1 + 1 file changed, 1 insertion(+) diff --git a/osinfo/osinfo_entity.c b/osinfo/osinfo_entity.c index 9fabc46..348981e 100644 --- a/osinfo/osinfo_entity.c

Re: [virt-tools-list] [libosinfo v5 03/12] Allow apps to specify target disk

2012-11-19 Thread Michal Privoznik
On 14.11.2012 03:40, Zeeshan Ali (Khattak) wrote: From: Zeeshan Ali (Khattak) zeesha...@gnome.org --- data/install-scripts/fedora.xml | 84 +-- data/install-scripts/windows-cmd.xml | 14 +- data/install-scripts/windows-unattend.xml | 32

Re: [virt-tools-list] [libosinfo v5 02/12] Don't assume avatar location and disk

2012-11-19 Thread Michal Privoznik
On 14.11.2012 03:40, Zeeshan Ali (Khattak) wrote: From: Zeeshan Ali (Khattak) zeesha...@gnome.org Instead of hardcoding avatar path and disk, lets get those from application. --- data/install-scripts/fedora.xml | 26 +--- data/install-scripts/windows-cmd.xml | 4 ++-

Re: [virt-tools-list] [libosinfo v5 04/12] Allow apps to specify install script disk

2012-11-19 Thread Michal Privoznik
On 14.11.2012 03:40, Zeeshan Ali (Khattak) wrote: From: Zeeshan Ali (Khattak) zeesha...@gnome.org --- data/install-scripts/windows-cmd.xml | 14 +- data/install-scripts/windows-sif.xml | 2 +- osinfo/libosinfo.syms| 3 +++ osinfo/osinfo_install_config.c

Re: [virt-tools-list] [libosinfo v6] Make 'filename' more consistent w/ other restrictions

2012-11-19 Thread Michal Privoznik
On 14.11.2012 16:30, Zeeshan Ali (Khattak) wrote: From: Zeeshan Ali (Khattak) zeesha...@gnome.org 'filename' should be toplevel node under 'install-script' rather than an attribute of its toplevel 'template' child. The reason this was previously put in the incorrect place was that the first

Re: [virt-tools-list] [libosinfo v5 06/12] Remove now redundant code in InstallConfigParam

2012-11-19 Thread Michal Privoznik
On 14.11.2012 03:40, Zeeshan Ali (Khattak) wrote: From: Zeeshan Ali (Khattak) zeesha...@gnome.org Remove private structure and finalize implementation. This should have been part of commit ee9e797. --- osinfo/osinfo_install_config_param.c | 29 - 1 file

Re: [virt-tools-list] [libosinfo v5 06/12] Remove now redundant code in InstallConfigParam

2012-11-19 Thread Christophe Fergeau
On Mon, Nov 19, 2012 at 06:01:14PM +0100, Michal Privoznik wrote: On 14.11.2012 03:40, Zeeshan Ali (Khattak) wrote: From: Zeeshan Ali (Khattak) zeesha...@gnome.org Remove private structure and finalize implementation. This should have been part of commit ee9e797. ---

Re: [virt-tools-list] how to convert virtualbox vm instance to kvm instance, and then run kvm instance under virt-manager?

2012-11-19 Thread Richard W.M. Jones
On Sat, Nov 17, 2012 at 10:40:31PM +1300, Qiubo Su (David Su) wrote: dear virt-manager team, i run VBoxManage clonehd --format RAW image.vdi image.img to convert the virtualbox .vdi vm instance to raw format, and with virt-manager to create new vm with the raw format, it works fine, i.e. can

[virt-tools-list] Fwd: how to convert virtualbox vm instance to kvm instance, and then run kvm instance under virt-manager?

2012-11-19 Thread Qiubo Su (David Su)
dear community, no matter the guest vm instance is raw or qcow2 format, when run virsh dumpxml guest-name, the error are all the same, shown below: virsh dumpxml ttylinux.img error: failed to get domain 'ttylinux.img' error: Domain not found: no domain with matching name 'ttylinux.img' virsh

Re: [virt-tools-list] Fwd: how to convert virtualbox vm instance to kvm instance, and then run kvm instance under virt-manager?

2012-11-19 Thread Richard W.M. Jones
On Tue, Nov 20, 2012 at 08:13:07AM +1300, Qiubo Su (David Su) wrote: dear community, no matter the guest vm instance is raw or qcow2 format, when run virsh dumpxml guest-name, the error are all the same, shown below: virsh dumpxml ttylinux.img error: failed to get domain 'ttylinux.img'

Re: [virt-tools-list] [libosinfo v5 06/12] Remove now redundant code in InstallConfigParam

2012-11-19 Thread Zeeshan Ali (Khattak)
On Mon, Nov 19, 2012 at 7:01 PM, Michal Privoznik mpriv...@redhat.com wrote: On 14.11.2012 03:40, Zeeshan Ali (Khattak) wrote: From: Zeeshan Ali (Khattak) zeesha...@gnome.org Remove private structure and finalize implementation. This should have been part of commit ee9e797. ---

Re: [virt-tools-list] [libosinfo v5 06/12] Remove now redundant code in InstallConfigParam

2012-11-19 Thread Zeeshan Ali (Khattak)
On Mon, Nov 19, 2012 at 7:07 PM, Christophe Fergeau cferg...@redhat.com wrote: On Mon, Nov 19, 2012 at 06:01:14PM +0100, Michal Privoznik wrote: On 14.11.2012 03:40, Zeeshan Ali (Khattak) wrote: From: Zeeshan Ali (Khattak) zeesha...@gnome.org Remove private structure and finalize

Re: [virt-tools-list] [libosinfo] API to query required user avatar format

2012-11-19 Thread Zeeshan Ali (Khattak)
On Thu, Nov 15, 2012 at 12:44 AM, Zeeshan Ali (Khattak) zeesha...@gnome.org wrote: From: Zeeshan Ali (Khattak) zeesha...@gnome.org Add a new API for apps to be able to query in which format do the user avatar file need to be in. Based on a patch from Fabiano Fidêncio fabi...@fidencio.org.

Re: [virt-tools-list] [libosinfo] API to query required user avatar format

2012-11-19 Thread Fabiano Fidêncio
On Mon, Nov 19, 2012 at 8:29 PM, Zeeshan Ali (Khattak) zeesha...@gnome.org wrote: On Thu, Nov 15, 2012 at 12:44 AM, Zeeshan Ali (Khattak) zeesha...@gnome.org wrote: From: Zeeshan Ali (Khattak) zeesha...@gnome.org Add a new API for apps to be able to query in which format do the user avatar