On 11/03/2015 05:57 AM, Pavel Hrdina wrote:
> Pavel Hrdina (2):
> virt-clone: fix pylint error
> tests: introduce a test for removing unix channel path for virt-clone
>
> tests/cli-test-xml/compare/virt-clone-clone-auto1.xml | 5 +
> tests/testdriver.xml |
On 11/03/2015 07:15 AM, Pavel Hrdina wrote:
> According to xen documentation 64bit guest has to have pae enabled in
> order to be able to run 64bit OS.
>
> Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1267160
>
> Signed-off-by: Pavel Hrdina
> ---
> tests/cli-test-xml/compare/virt-insta
On 11/04/2015 01:30 AM, Kevin Zhao wrote:
> ---
> virtinst/capabilities.py | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/virtinst/capabilities.py b/virtinst/capabilities.py
> index 4fa1724..10e7ea0 100644
> --- a/virtinst/capabilities.py
> +++ b/virtinst/capabilities.py
On 11/04/2015 01:30 AM, Kevin Zhao wrote:
> Add a capatilities xml file for s390x ,the capatility for IBM
> Distro called KVMIBM,mainly focus on a KVM hypervious on S390x.
> Also add a clitest by using virt-install.
> ---
> tests/capabilities-xml/kvm-s390x-KVMIBM.xml| 82
> +++
XML. So I think you fix this on the KVMIBM side
- Cole
> On 2015年11月05日 03:53, Cole Robinson wrote:
>> On 11/04/2015 01:30 AM, Kevin Zhao wrote:
>>> a5a467fddcb8---
>>> virtinst/capabilities.py | 2 +-
>>> 1 file changed, 1 insertion(+), 1 deletion(-)
>
On 11/05/2015 07:54 AM, Pavel Hrdina wrote:
> We should detect RHEL qemu also for session connection, not only system
> connection, the capabilities of both are the same.
>
> Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1258691
>
> Signed-off-by: Pavel Hrdina
> ---
>
> I'm not sure, wh
On 11/08/2015 10:37 AM, LK wrote:
> Hi,
>
> I have banged my head for a few days on a problem with a virtual machine
> configuration.
>
> I want to use Nested Virtualization, but virt-manager did not let me to pass
> the host cpu configuration (I checked the "Copy host CPU configuration").
>
> A
On 11/08/2015 06:32 PM, Cole Robinson wrote:
> On 11/08/2015 10:37 AM, LK wrote:
>> Hi,
>>
>> I have banged my head for a few days on a problem with a virtual machine
>> configuration.
>>
>> I want to use Nested Virtualization, but virt-manager did not let m
On 11/06/2015 01:25 AM, Kevin Zhao wrote:
> Since the qemu 2.4 has supported the watchdog device diag288
> for s390x,so add it in the optional model list. Also modefied
> the clitest xml to cover this change.
> ---
> tests/cli-test-xml/compare/virt-install-s390x-cdrom-KVMIBM.xml | 1 +
> virtinst/
On 11/08/2015 09:57 PM, Kevin Zhao wrote:
> Since the qemu 2.4 has supported the watchdog device diag288
> for s390x,so add it in the optional model list. Also modefied
> the clitest xml to cover this change.
> ---
> tests/cli-test-xml/compare/virt-install-s390x-cdrom-KVMIBM.xml | 1 +
> tests/cli
On 11/09/2015 02:02 PM, Pavel Hrdina wrote:
> Kernel for ppc64 automatically enables serial console, there is no need
> to report any warning.
>
> Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1247434
>
> Signed-off-by: Pavel Hrdina
> ---
>
> Pushed as trivial.
>
> virt-install | 2 ++
On 11/09/2015 02:06 PM, Pavel Hrdina wrote:
> Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1238618
>
> Signed-off-by: Pavel Hrdina
> ---
> ui/details.ui | 2 +-
> ui/manager.ui | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/ui/details.ui b/ui/details.ui
> i
On 11/10/2015 09:01 AM, Chen Hanxiao wrote:
> From: Chen Hanxiao
>
> Currently we show channel label by its name.
> If we use name com.redhat.spice.0 but set it
> as unix socket, the label in details keep unchanged.
>
> This patch will set label according to device type.
>
But this loses the n
On 11/10/2015 08:19 AM, Pavel Hrdina wrote:
> This fixes an issue where you need to manually refresh storage pool or
> restart virt-manager in order to be able delete guest that is currently
> installed. This affect remote connection and non-root users.
>
> Resolves: https://bugzilla.redhat.com/s
On 11/11/2015 07:26 AM, Chen Hanxiao wrote:
> From: Chen Hanxiao
>
> Currently we show channel label by its name.
> If we use name com.redhat.spice.0 but set it
> as unix socket, the label in details keep unchanged.
>
> This patch will set label according to device type
> if we failed matching t
On 11/11/2015 08:17 AM, Pavel Hrdina wrote:
> On Tue, Nov 10, 2015 at 04:20:51PM -0500, Cole Robinson wrote:
>> On 11/09/2015 02:02 PM, Pavel Hrdina wrote:
>>> Kernel for ppc64 automatically enables serial console, there is no need
>>> to report any warni
On 11/11/2015 12:45 AM, Kevin Zhao wrote:
> Hi Cole & all,
> There is a question just confusing me.
> When I use virt-install , set the --location parameter like this :
> --location /tmp/**.iso, virt-install can search the iso and get the tree.info
> , kernel.img and initrd.img. But w
On 11/11/2015 03:32 PM, Pavel Hrdina wrote:
> Signed-off-by: Pavel Hrdina
> ---
>
> Pushed as trivial.
>
> virt-install | 8 +++-
> 1 file changed, 3 insertions(+), 5 deletions(-)
>
> diff --git a/virt-install b/virt-install
> index 3656835..e465c46 100755
> --- a/virt-install
> +++ b/virt
On 11/11/2015 03:32 PM, Pavel Hrdina wrote:
> Function get_devices() always returns a list, if there is no requested
> device the list is empty.
>
> Signed-off-by: Pavel Hrdina
> ---
>
> Pushed as trivial.
>
> virt-install | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git
On 11/11/2015 04:01 PM, Pavel Hrdina wrote:
> On Wed, Nov 11, 2015 at 03:50:30PM -0500, Cole Robinson wrote:
>> On 11/11/2015 03:32 PM, Pavel Hrdina wrote:
>>> Function get_devices() always returns a list, if there is no requested
>>> device the list is empty.
>>
On 11/12/2015 07:14 AM, Pavel Hrdina wrote:
> Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1238618
>
> Signed-off-by: Pavel Hrdina
> ---
> virtManager/details.py | 6 ++
> virtManager/manager.py | 6 ++
> 2 files changed, 12 insertions(+)
>
> diff --git a/virtManager/details.py
ger. Also , I try the
> "file:///var/lib/libvirt/images/**.iso", it don't find the iso image.
> So if you can provide*some examples of "local iso host"* ,it will be
> really better.
> Big Thanks~
>
> Best Regards,
> Kevin
> On 2015年
On 11/12/2015 08:48 PM, Kevin Zhao wrote:
> Add console target "sclp" for s390x ,since the newest Distro guests has
> supported the console target, solve some console issues in s390x.Also
> modified the test xml cover this change.
> ---
> tests/cli-test-xml/compare/virt-install-s390x-cdrom-KVMIBM.
e packages. Now the newest version is 1.2.1 , so what
> is the next release dates? And what's the date that newest release version
> will cover the patches that have been committed ?
> Thanks for your kindly response :-)
>
> On 2015年10月16日 09:26, Cole Robinson wrote:
>> On 10
On 11/16/2015 02:17 PM, Avaneendra Alugupalli wrote:
> hi
> I am trying to understand the code for virt-manager and found that during the
> config object create, gets the connections / uris using the Gsettings API. and
> these are the entries in dconf database.
>
> forchild inself._settings.list_
On 11/16/2015 06:28 AM, Gustave Stresen-Reuter wrote:
> Hi,
>
> I'm new to the list and not even sure if this is the right list to be writing
> to so please feel free to redirect if needed.
>
> I've summarized my issue in this blog post:
> http://chicagoitsystems.com/centos-7-kvm-macvtap-loses-al
On 11/17/2015 06:03 AM, P.A.M. van Dam (Pascal) wrote:
> Good morning all,
>
> I've one small question. Due to the nature of my tests with UEFI/OVMF and
> iSCSI booting I need to get the
> item (e.g. disable network adapter rom) in my guests xml.
> Editing it by hand is not really my preferred
On 11/17/2015 09:41 AM, Cole Robinson wrote:
> On 11/17/2015 06:03 AM, P.A.M. van Dam (Pascal) wrote:
>> Good morning all,
>>
>> I've one small question. Due to the nature of my tests with UEFI/OVMF and
>> iSCSI booting I need to get the
>> item (e.g. dis
tep, and exactly what you are trying to
determine?
Also, take a look at dconf-editor, it's a UI tool for exploring dconf values.
Might explain what you are seeing.
- Cole
>
> On Mon, Nov 16, 2015 at 8:09 PM, Cole Robinson <mailto:crobi...@redhat.com>> wrote:
>
>
run behavior again by using virt-manager --debug
--test-first-run, if you're just trying to figure out how it works
- Cole
>
> On Tue, Nov 17, 2015 at 1:37 PM, Cole Robinson <mailto:crobi...@redhat.com>> wrote:
>
> On 11/17/2015 11:40 AM, Avaneendra Alug
out issue.
>
> I'll try the command you suggest but…
>
> What should the value of $VM be? macvtap0 or enp5s0 (the interface
> defined by the host)? Same question for $MAC…
>
> Thanks again for lending a hand. This is frustrating because thes
On 11/18/2015 09:44 AM, Richard W.M. Jones wrote:
> On Wed, Nov 18, 2015 at 01:04:32PM +, 张强 wrote:
>> Hi all,
>> I’m studying the source code, and I saw this in domain.py around line 164:
>> …
>> curmem = stats['rss']
>> totalmem = stats['actual']
>> except libvirt.libvirtError
latest patch ) ?
> Thanks very much
>
> Best Regards,
> Kevin
>
> On 2015年11月17日 08:58, Cole Robinson wrote:
>> Yeah I'm slacking on getting the release out, per usual. I'll do my best to
>> get 1.3 out before Monday.
>>
>> Thanks,
>> Cole
&g
On 11/18/2015 09:54 AM, Cole Robinson wrote:
> On 11/18/2015 09:44 AM, Richard W.M. Jones wrote:
>> On Wed, Nov 18, 2015 at 01:04:32PM +, 张强 wrote:
>>> Hi all,
>>> I’m studying the source code, and I saw this in domain.py around line 164:
>>&g
unless the following bits support it: libvirt daemon version,
libvirt-python, hypervisor.
I'm guessing we don't work well anymore with libvirt-python-0.4.0 but we
definitely will work fine with libvirt less than 1.1.1 where this API was
introduced
- Cole
>
> -邮件原件-
>
On 11/19/2015 09:11 AM, Pavel Hrdina wrote:
> Remove the lookup counter from _progress_thread, it's not necessary, the
> loop is terminated by _install_finished boolean.
>
> Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1270277
>
> Signed-off-by: Pavel Hrdina
> ---
> virtinst/storage.py
On 11/23/2015 04:40 AM, Kothapally Madhu Pavan wrote:
> virt-install man page doesn't have boot_order documentation.
> This patch documents boot_order.
>
> Signed-off-by: Kothapally Madhu Pavan
> ---
> man/virt-install.pod |4
> 1 file changed, 4 insertions(+)
>
> diff --git a/man/virt
On 11/24/2015 04:26 AM, Leno Hou wrote:
> Hi guys,
>
> How about release new version ? 1.2.2 or 1.3 ?
> As we might know, there are lots of the new features and
> architectures. i.e. s390x has been merged to master
>Actually, we're waiting new version that included K
I'm happy to announce the release of virt-manager 1.3.0!
virt-manager is a desktop application for managing KVM, Xen, and LXC
virtualization via libvirt.
The release can be downloaded from:
http://virt-manager.org/download/
This release includes:
- Git hosting moved to http://github.com/virt-m
On 12/02/2015 08:58 AM, Kevin Zhao wrote:
> Hi Cole && All,
> I want to install a virt-manager in Local S390x, the Distro in S390x
> is RHEL 7.1,this distro of S390x doesn't support virt-manager. I installed
> related dependencies and run command virt-manager --debug.
> It show below:
>
>
On 12/03/2015 12:50 AM, Renju M wrote:
> Hello,
>
> I had been using virt-manager to create and manage virtual machines for my
> project. Does virt-manager encrypts data before/during migration of virtual
> machines from one host to another?
>
By default, no. But if you use libvirt's tunnelled m
On 12/02/2015 09:00 AM, Cole Robinson wrote:
> On 12/02/2015 08:58 AM, Kevin Zhao wrote:
>> Hi Cole && All,
>> I want to install a virt-manager in Local S390x, the Distro in S390x
>> is RHEL 7.1,this distro of S390x doesn't support virt-manager. I installe
On 12/03/2015 07:26 AM, Abhijeet Kasurde wrote:
> This fix adds a user dialog box for confirmation specific to disk,
> also deletes disk from storage.
>
> Signed-off-by: Abhijeet Kasurde
> ---
Thanks for the patch! For reference there's a bug for this:
https://bugzilla.redhat.com/show_bug.cgi?id
On 12/07/2015 11:55 PM, Abhijeet Kasurde wrote:
> Hi Cole,
>
> On 12/07/2015 11:30 PM, Cole Robinson wrote:
>> On 12/03/2015 07:26 AM, Abhijeet Kasurde wrote:
>>> This fix adds a user dialog box for confirmation specific to disk,
>>> also deletes disk from storage
irtinst/guest.py
> @@ -1125,6 +1125,9 @@ class Guest(XMLBuilder):
>"Using vnc.")
> gtype = "vnc"
>
> + if self.os.is_ppc64():
> +gtype = "vnc"
> +
> gfx.ty
On 12/23/2015 07:01 AM, Pavel Fedin wrote:
> libvirt does not allow this and attempt to do so causes error during domain
> startup. Prevent this in the beginning instead with correct explanation.
>
> Signed-off-by: Pavel Fedin
> ---
> virtManager/addhardware.py | 9 +++--
> 1 file changed, 7
On 01/06/2016 01:40 PM, Charles Arnold wrote:
> libvirt allows specifying detailed SMBIOS info
>
> http://libvirt.org/formatdomain.html#elementsSysinfo
>
> Would there be interest in accepting a feature enhancment
> where virt-install options allow passing SMBIOS information
> to the guest. This
On 01/06/2016 04:47 AM, Pavel Hrdina wrote:
> In case that libvirtd is stopped, we could receive another type of error
> from libvirt "libvirtError: internal error: client socket is closed".
> This one is usually reported from local connection.
>
> Resloves: https://bugzilla.redhat.com/show_bug.cg
and one of the source files involved.
- Cole
On 01/07/2016 01:01 PM, Peter Crowther wrote:
> Thanks, Cole. Could you give me a rough idea of where to look? I can then try
> to produce a patch for you to laugh at ;-).
>
> Cheers,
>
> Peter
>
> On 7 Jan 2016 16:
On 01/05/2016 11:22 PM, Lin Ma wrote:
> Because some of distributions dont provide the unar (universal archiver),
> Using more common archivers to replace it.
>
> Signed-off-by: Lin Ma
> ---
> virtconv/formats.py | 37 ++---
> 1 file changed, 30 insertions(+), 7 d
On 01/10/2016 04:05 PM, Digimer wrote:
> Hi all,
>
> I've got a little web-based front end for managing high-availability
> clusters hosting KVM VMs. We use little rhel/centos 6 appliances for
> users to connect to the VMs using virt-manager.
>
> I would like to configure virt-manager to add/
On 01/10/2016 04:12 PM, Digimer wrote:
> On 10/01/16 04:08 PM, Cole Robinson wrote:
>> On 01/10/2016 04:05 PM, Digimer wrote:
>>> Hi all,
>>>
>>> I've got a little web-based front end for managing high-availability
>>> clusters hosting K
On 01/07/2016 10:55 PM, Cole Robinson wrote:
> On 01/05/2016 11:22 PM, Lin Ma wrote:
>> Because some of distributions dont provide the unar (universal archiver),
>> Using more common archivers to replace it.
>>
>> Signed-off-by: Lin Ma
>>
On 01/12/2016 03:50 AM, Pavel Hrdina wrote:
> We display this information in the detail page, so let's display it also
> in the manager page.
>
> Signed-off-by: Pavel Hrdina
> ---
> virtManager/manager.py | 6 ++
> 1 file changed, 6 insertions(+)
>
> diff --git a/virtManager/manager.py b/vi
On 01/14/2016 11:39 AM, Greg Teiber wrote:
> Hello Everyone,
>
>
>
> I didn’t see an archive search function… So here we go.
>
There isn't one. But if you google 'virt-tools-list ' it's
pretty close
>
>
> When I open virt-manager it opens up, and sits there with “QEMU/KVM –
> Connecting
ning virt-manager and giving it the root password when it
> opens. I get the same result, where it just sits there "Connecting..."
>
Try running virt-manager --debug and see what output it shows when it hangs,
maybe there's some obvious error that needs fixing.
>
gs, **kwargs)
> TypeError: argument instance: Expected GObject.Object, but got PyCObject"
>
> That's an obvious problem, but I'm not sure what direction to go in repairing
> it.
>
Me neither, that's a new one to me. What version of centos is this? Plea
;s centos7
>
> rpm -q virt-manager gtk3 pygobject3
>
> virt-manager-1.2.1-8.el7.noarch
> gtk3-3.14.13-16.el7.x86_64
> pygobject3-3.8.2-6.el7.x86_64
>
> -Greg
>
> -Original Message-
> From: Cole Robinson [mailto:crobi...@redhat.com]
> Sent: Thursday,
On 01/15/2016 02:27 AM, Michal Privoznik wrote:
> The test consists of translating VMX configuration into domain
> XML and converting disks. Cool. But the disk is zipped in a file
> and the test tries to string match unzipping command. Problem is,
> the absolute path is passed to the unzip command
On 01/15/2016 02:27 AM, Michal Privoznik wrote:
> We have this option --dry-run that should run through the
> installation process but don't actually touch anything. Just
> pretend the installation. And we have a test that uses it
> heavily. However, the test is failing:
>
> Traceback (most rece
On 01/15/2016 02:27 AM, Michal Privoznik wrote:
> Libvirt started to put type='raw' to element to disks
> when no type has been provided. We should reflect that change in
> our tests too.
>
> Signed-off-by: Michal Privoznik
> ---
> tests/cli-test-xml/compare/virt-install-many-devices.xml | 4 ++
On 01/15/2016 02:27 AM, Michal Privoznik wrote:
> Finally, I've managed to find time to fix the tests.
>
Are you running these locally, or did the test failures come from CI
somewhere? I know there was libvirt CI at one point but I forget the details
Thanks,
Cole
> Michal Privoznik (3):
> tes
On 01/18/2016 01:24 PM, Abdi Ibrahim wrote:
> Just wondering if it is possible to pass metadata to the virt-manager (GUI
> client) instead of using the virsh command.
>
Outside of the basic bits like description and title, there isn't any
virt-manager support. We should add more support to virt-i
ere there is a familiarity on vSphere Client with
> all options available on the UI. Will continue with virt-install with custom
> xml file to include any metadata.
>
> Thanks for the response tho... much appreciated.
>
> On Tue, Jan 19, 2016 at 10:56 AM, Cole Robinson <mailto:crobi...
gt;
> On Tue, Jan 19, 2016 at 11:03 AM, Cole Robinson <mailto:crobi...@redhat.com>> wrote:
>
> What types of metadata are you adding?
>
> - Cole
>
> On 01/19/2016 11:00 AM, Abdi Ibrahim wrote:
> > Yeah... I'm aware of that but student
On 01/19/2016 05:33 PM, P.A.M. van Dam (Pascal) wrote:
> On Tue, Nov 17, 2015 at 09:41:50AM -0500, Cole Robinson wrote:
>> On 11/17/2015 06:03 AM, P.A.M. van Dam (Pascal) wrote:
>>> Good morning all,
>>>
>>> I've one small question. Due to the nature
On 01/18/2016 09:15 AM, Roman Kagan wrote:
> As was discussed some time ago on libguestfs ML
> (http://thread.gmane.org/gmane.comp.emulators.guestfs/8341/focus=8576)
> there is a need in a tool that would lay out the Windows guest drivers
> on a filesystem by Windows flavor and architecture in a wa
On 01/21/2016 04:47 AM, Roman Kagan wrote:
> On Wed, Jan 20, 2016 at 06:33:26PM -0500, Cole Robinson wrote:
>> On 01/18/2016 09:15 AM, Roman Kagan wrote:
>>> As was discussed some time ago on libguestfs ML
>>> (http://thread.gmane.org/gmane.comp.emulators.guestfs/8341
On 01/22/2016 01:27 PM, Roman Kagan wrote:
> On Fri, Jan 22, 2016 at 06:05:01PM +0300, Roman Kagan wrote:
>> The scripts are based on the idea that the most actual information about
>> the suitability of a driver for a particular flavor / architecture is
>> contained in the driver's catalog file (i
On 01/23/2016 10:36 AM, mkov wrote:
> Hello,
> Please, help me to figure out how to convert VMWare guestId to libvirt
> os-variant.
> For example,
>
> guestosid:
> centos64Guest
> centosGuest
>
> os-variant:
> centos6.0
> centos6.1
> centos6.2
> centos6.3
> centos6.4
> centos6.5
> centos7.0
>
On 01/24/2016 08:15 AM, Michael A Cooper wrote:
> Hey Guys,
>
> How is everyone? I am not sure how to word this question but here
> goes. I have a 3 server setup and I created a nfs share so that I could do
> Live Migration across the servers. So when I create the vm with qcow2
> everythin
On 01/26/2016 05:42 AM, MK KM wrote:
> Cole, thank you for answers!
> Could you please tell about:
>
> 2016-01-25 17:19 GMT+02:00 Cole Robinson <mailto:crobi...@redhat.com>>:
>
> On 01/23/2016 10:36 AM, mkov wrote:
> > Hello,
> > Please, help
On 01/27/2016 12:45 PM, Richard W.M. Jones wrote:
> On Tue, Jan 26, 2016 at 11:00:49AM -0500, Cole Robinson wrote:
>> In that case, use whatever the latest fedora version is.
>
> I always thought it would be nice if virt-install substituted (eg)
> fedora22 instead of fe
On 01/27/2016 09:51 PM, Jim Fehlig wrote:
> Extend the domcapabilities regex to include SUSE's OVMF
> file naming convention.
>
> Signed-off-by: Jim Fehlig
> ---
> virtinst/domcapabilities.py | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/virtinst/domcapabilities.py b/virtinst/domcapa
, and added this additional commit, see attached.
Thanks,
Cole
>From 2c0157ca9e6a5f8dfb271e2ef4a9731213b00a6a Mon Sep 17 00:00:00 2001
Message-Id: <2c0157ca9e6a5f8dfb271e2ef4a9731213b00a6a.1454099581.git.crobi...@redhat.com>
From: Cole Robinson
Date: Fri, 29 Jan 2016 15:32:31 -0500
Subject: [PATCH virt-manager] clitest:
On 02/02/2016 11:16 AM, Matwey V. Kornilov wrote:
> 2016-02-01 16:19 GMT+03:00 Michal Privoznik :
>> On 30.01.2016 17:10, Matwey V. Kornilov wrote:
>>> Hello,
>>>
>>> Is it possible to configure virt-manager to show guest IP somewhere?
>>>
>>> I am running qemu with qemu-guest tools and the followi
Comments inline
On 02/05/2016 10:23 AM, Pavel Hrdina wrote:
> Signed-off-by: Pavel Hrdina
> ---
> virtManager/addhardware.py | 54 +-
> virtManager/connect.py | 6 ++--
> virtManager/connectauth.py | 2 +-
> virtManager/connection.py | 2 +-
On 02/06/2016 05:39 AM, Pavel Hrdina wrote:
> On Fri, Feb 05, 2016 at 05:45:13PM +0100, Pavel Hrdina wrote:
>
> [...]
>
>> @@ -383,28 +383,28 @@ class vmmAddHardware(vmmGObjectUI):
>> if self.vm.is_container():
>> nodedev_enabled = False
>> nodedev_errstr = _("N
On 01/25/2016 02:57 PM, Roman Kagan wrote:
> As was discussed some time ago on libguestfs ML
> (http://thread.gmane.org/gmane.comp.emulators.guestfs/8341/focus=8576)
> there is a need in a tool that would lay out the Windows guest drivers
> on a filesystem by Windows flavor and architecture in a wa
On 02/15/2016 09:31 AM, Ian Pilcher wrote:
> I am unable to connect to a remote (qemu+ssh://...) SPICE console from
> virt-manager:
>
> Error: viewer connection to hypervisor host got refused or
> disconnected!
>
> The odd thing is that virt-viewer works just fine when I specify the
> qemu+ss
On 02/15/2016 12:56 PM, Ian Pilcher wrote:
> I knew this rang a bell ...
>
> The problem was that the SPICE server was configured to listen on the
> wildcard address (0.0.0.0).
>
>
>
>
>
> Getting rid of the listen address makes things work.
>
>
>
Makes me wonder what vi
The password prompts are because each remote spice connection requires needs
to open many different channels, each channel will prompt for a password if
you don't have SSH keys setup. So, setup ssh keys like Fabiano suggests. It
will fix your problem
- Cole
On 02/16/2016 11:16 AM, LK wrote:
> Hi
On 02/08/2016 09:23 AM, Roman Kagan wrote:
> On Sat, Feb 06, 2016 at 06:20:42PM -0500, Cole Robinson wrote:
>> Sorry for the delay, been caught up in other stuff. I'll be focusing on
>> virtio-win stuff this coming week though
>>
>> I've committed these patches
On 02/08/2016 11:07 AM, Roman Kagan wrote:
> On Mon, Feb 08, 2016 at 12:35:21PM +0100, Christophe Fergeau wrote:
>> For what it's worth, I've had success building (did not test) qemu-ga
>> with mingw using the attached spec file.
>
> We build it in a similar way and use it in our testing for some
On 02/18/2016 05:59 AM, Ron Yorston wrote:
> I'm using virt-manager on Fedora 23. When I start it I get an
> 'Authentication Required' prompt and have to enter a password. If I
> shut it down and restart it I'm prompted again. Fair enough.
>
> I also have a connection to a remote host with a qe
On 02/18/2016 12:51 PM, Roman Kagan wrote:
> On Wed, Feb 17, 2016 at 06:11:54PM -0500, Cole Robinson wrote:
>> On 02/08/2016 11:07 AM, Roman Kagan wrote:
>>> On Mon, Feb 08, 2016 at 12:35:21PM +0100, Christophe Fergeau wrote:
>>>> For what it's worth, I've
On 02/18/2016 11:47 AM, Marc-André Lureau wrote:
> From: Marc-André Lureau
>
> Add a OpenGl checkbox to the Spice graphics option.
>
> Signed-off-by: Marc-André Lureau
> ---
> ui/gfxdetails.ui | 29 +
> virtManager/details.py| 9 +++--
> virtManage
On 02/18/2016 11:47 AM, Marc-André Lureau wrote:
> From: Marc-André Lureau
>
> This allows to connect to VM without any listening socket.
>
> Furthermore, since it uses unix socket, spice can use virgl locally
> with texture sharing. This effectively enables spice-gtk to display
> local virgl re
On 02/22/2016 10:10 AM, Marc-André Lureau wrote:
> Hi
>
> On Thu, Feb 18, 2016 at 8:11 PM, Cole Robinson wrote:
>> Can you expand on this a bit more? Does this require > ... value to be specified by the user or something? Or will it enable gl
>> even
>> for listen
On 02/20/2016 08:57 AM, Roman Kagan wrote:
> PE binaries included in the driver package (.sys, .dll, etc) may contain
> no internal signatures; in that case their digest in the catalog is
> calculated till the end of the file.
>
> Signed-off-by: Roman Kagan
> ---
> util/cpdrivers.py | 2 ++
> 1
On 02/23/2016 09:55 PM, Lin Ma wrote:
> The OVF specification v1.1.0(page 15) indicates that "Each file
> referenced by a File element may be compressed using gzip
> (see RFC1952)."
>
> In this case the .gz files should be decompressed first before
> converting through qemu-img.
>
> Signed-off-by
On 03/01/2016 11:21 AM, Clair Grant wrote:
> Virt-install on kvm provides boot loader options for UEFI rather than BIOS.
> There does not seem to be a similar option in virt-install on xen. Is there
> another means for being UEFI-based on xen?
>
Personally I have no idea what the state of xen +
On 03/01/2016 01:18 PM, Jim Fehlig wrote:
> Cole Robinson wrote:
>> On 03/01/2016 11:21 AM, Clair Grant wrote:
>>> Virt-install on kvm provides boot loader options for UEFI rather than BIOS.
>>> There does not seem to be a similar option in virt-install on xen. Is t
On 03/04/2016 02:58 AM, Lin Ma wrote:
> Signed-off-by: Lin Ma
> ---
> I'm not familiar with how to write a test, If there is anything wrong,
> Please forgive me and let me know.
>
> .../ovf2libvirt_gzip_ovf_directory.libvirt | 79 ++
> .../ovf_input/ovf_directory/test_gzip
On 03/06/2016 01:53 AM, leandro maciel wrote:
> Hello,
>
> I was using virt-manager to create and configure machines on a CentOS 7.1 host
> and when I was able to set the MAC address while creating the guests.
>
> My CentOS 7.1 had a problem and I installed CentOS 7.2 on another machine and
> sta
On 03/07/2016 11:53 PM, Renju M wrote:
> Hello,
>
> I am using virt-manager for managing virtual machines for my project. During
> migration of a VM using virt-manager, what exactly gets migrated? Is it the
> XML description of VM saying what all resources will be required at the
> destination for
On 03/09/2016 05:58 PM, Jim Fehlig wrote:
> Hi All,
>
> I had once again nearly forgot about vhostmd whenI received a mail from
> Michael-John Turner asking about packaging it for Debian. He was looking for
> the
> canonical source, which was on the now defunct gitorious. Sadly, I never moved
> t
On 02/29/2016 09:16 AM, Yedidyah Bar David wrote:
> On Mon, Feb 29, 2016 at 3:00 PM, Christophe Fergeau
> wrote:
>> On Thu, Feb 18, 2016 at 01:51:25PM -0500, Cole Robinson wrote:
>>> On 02/18/2016 12:51 PM, Roman Kagan wrote:
>>>> On Wed, Feb 17, 2016 at 06:1
On 03/04/2016 06:31 AM, Marc-André Lureau wrote:
> From: Marc-André Lureau
>
> Add a OpenGl checkbox to the Spice graphics option.
>
> Signed-off-by: Marc-André Lureau
> ---
> ui/gfxdetails.ui | 29 +
> virtManager/details.py| 9 +++--
> virtManage
On 03/07/2016 05:39 AM, Lin Ma wrote:
> The OVF specification v1.1.0(page 15) indicates that "Each file
> referenced by a File element may be compressed using gzip
> (see RFC1952)."
>
> In this case the .gz files should be decompressed first before
> converting through qemu-img.
>
> Signed-off-by
1 - 100 of 2300 matches
Mail list logo