[virt-tools-list] [PATCH] virt-manager: drop 'xenmigr' scheme from Xen migration URI

2016-09-06 Thread Jim Fehlig
For Xen, virt-manager uses a 'xenmigr' URI scheme, which is not supported by the libvirt libxl driver. Attempting migration fails with libvirtError: invalid argument: unable to parse URI: xenmigr://myhost The old xend-based libvirt driver supports this scheme, but also supports an empty scheme. I

Re: [virt-tools-list] RFC: use virDomainMigrate3 in virt-manager

2016-09-06 Thread Jim Fehlig
On 09/02/2016 04:38 PM, Cole Robinson wrote: > On 08/31/2016 02:04 PM, Jim Fehlig wrote: >> Hi All, >> >> I received a bug report (apologies for no link, but it's not publicly >> accessible) about migration failing with virt-manager between Xen hosts. It's >> rather embarrassing to admit, but I've

[virt-tools-list] [PATCH 2/2 v3] virtinst: Add the --sysinfo option

2016-09-06 Thread Charles Arnold
Allow passing SMBios information to the guest using the new sysinfo option. Also update the appropriate files with test cases. --- .../compare/virt-install-singleton-config-2.xml| 52 +++ tests/clitest.py | 3 + virtinst/cli.py

[virt-tools-list] [PATCH 1/2 v3] virtinst: Add classes for defining SMBios information

2016-09-06 Thread Charles Arnold
This includes adding an smbios sub-element to the guest os element and a sysinfo sub-element to the guest. The sysinfo sub-element contains the SMBios specific data. --- virtinst/guest.py | 4 ++- virtinst/osxml.py | 3 +- virtinst/sysinfo.py | 88 +++

[virt-tools-list] [PATCH 0/2 v3] virtinst: Pass SMBios information to guest

2016-09-06 Thread Charles Arnold
This patchset introduces a command line option to pass smbios information to the guest. It adds an smbios mode sub-element to the guest's os element. The mode attribute must be specified and is either "emulate" (let the hypervisor generate all values), "host" (copy all of Block 0 and Block 1, excep

Re: [virt-tools-list] [PATCH virt-viewer v3 00/10] Replace oVirt foreign menu with dedicated dialog

2016-09-06 Thread Eduardo Lima (Etrunko)
On 08/04/2016 12:09 AM, Xiaodai Wang wrote: > - Original Message - >> From: "Fabiano FidĂȘncio" >> To: "Eduardo Lima (Etrunko)" >> Cc: "Christophe Fergeau" , "virt" >> >> Sent: Wednesday, August 3, 2016 10:36:07 PM >> Subject: Re: [virt-tools-list] [PATCH virt-viewer v3 00/10] Replace oV

Re: [virt-tools-list] [PATCH virt-viewer v3 00/10] Replace oVirt foreign menu with dedicated dialog

2016-09-06 Thread Eduardo Lima (Etrunko)
On 09/05/2016 09:15 AM, Christophe Fergeau wrote: > On Tue, Aug 02, 2016 at 06:17:31PM +0200, Christophe Fergeau wrote: >>> Eduardo Lima (Etrunko) (10): >>> ovirt-foreign-menu: Remove timer used to refresh iso list >>> ovirt-foreign-menu: Add accessors for current iso and iso list >>> ovirt-f