similar to: aliases for graphic devices

Displaying 20 results from an estimated 3000 matches similar to: "aliases for graphic devices"

2014 May 14
2
Re: aliases for graphic devices
On Wed, May 14, 2014 at 10:28:13AM -0600, Eric Blake wrote: > On 05/14/2014 09:47 AM, Francesco Romani wrote: > > Hello, > > > > AFAIK, aliases cannot be set for Graphics devices. I tried this very simple experiment > > with libvirt 1.2.4 (from virt-preview on F20) > > > > relevant part of the input xml: > > > > <graphics
2014 May 14
0
Re: aliases for graphic devices
----- Original Message ----- > From: "Daniel P. Berrange" <berrange@redhat.com> > To: "Eric Blake" <eblake@redhat.com> > Cc: "Francesco Romani" <fromani@redhat.com>, libvirt-users@redhat.com > Sent: Wednesday, May 14, 2014 7:24:13 PM > Subject: Re: [libvirt-users] aliases for graphic devices > > On Wed, May 14, 2014 at
2013 Sep 24
7
Qxl problem with xen domU, is xen spice and/or qemu bugs?
I''ve been trying to have all spice features working on xen domUs since the end of 2011. Basic functions were already working. Adding qemu parameters manually for vdagent and usbredirection was and is also working (I made the patches to support them directly on xl). Qxl was never working: one bug on xen and one on qemu about qxl are fixed, the other xen bug found months ago on the
2014 May 14
0
Re: aliases for graphic devices
On 05/14/2014 09:47 AM, Francesco Romani wrote: > Hello, > > AFAIK, aliases cannot be set for Graphics devices. I tried this very simple experiment > with libvirt 1.2.4 (from virt-preview on F20) > > relevant part of the input xml: > > <graphics type='spice' port='-1' autoport='yes' listen='127.0.0.1'> > <listen
2014 Feb 12
2
F20 Virt-Manager with MacVTap not working
Hello, I've setup a VM with default networking (NAT) and this works fine but hosts on my LAN can't get to the VM since it uses NAT. When I try to set network to use MacVTap with either default or bridged I get no networking for the VM. Any hints around this? I would like to have the VM's on the same LAN as my host and other machines. I don't care if the VM host can't reach the
2014 Jul 01
10
Libvirt installion error: You must install the libyajl library & headers to compile libvirt
Dear all, I am installing the libvirt 1.2.5 on my newly installed Fedora19. When I run ./configure, an error is reported: "You must install the libyajl library & headers to compile libvirt" In fact, the package yajl-2.0.4-2fc19.x86_64.rpm has been installed on the fedora19. I found several links talking about this error and I downloaded 3 files (configure.ac, m4/virt-yajl.m4,
2012 Mar 07
1
libvirt for spice
Hi all: I tried kvm on my ubuntu with the libvirt.xml file as follows: <domain type='kvm'> <name>instance-00000011</name> <memory>2097152</memory> <os> <type>hvm</type> <boot dev="hd" /> </os> <features> <acpi/>
2015 Feb 25
1
Fwd: Unattended guest installation fails
Hi, I am following the below link to install a Fedora19 guest on Fedora19 Host. http://kashyapc.com/2011/08/18/unattended-guest-install-with-a-local-kickstart/ Version : libvirtd (libvirt) 1.0.5.1, QEMU emulator version 1.4.2, Copyright (c) 2003-2008 Fabrice Bellard I have the iso which I loop mounted and created a http repo using python module "python -m SimpleHTTPServer". This
2016 Feb 26
2
[PATCH 1/2] v2v: -o libvirt: Refactor video and graphics elements.
This is just a refactoring and doesn't change the meaning of the code. --- v2v/output_libvirt.ml | 60 +++++++++++++++++++++++++-------------------------- 1 file changed, 29 insertions(+), 31 deletions(-) diff --git a/v2v/output_libvirt.ml b/v2v/output_libvirt.ml index 68af3de..d1cbaa1 100644 --- a/v2v/output_libvirt.ml +++ b/v2v/output_libvirt.ml @@ -222,46 +222,44 @@ let create_libvirt_xml
2017 Aug 30
2
spice client?
Felipe Salvador wrote: > On Wed, Aug 30, 2017 at 04:55:45PM +0200, hw wrote: >> >> Hi, >> >> how do I connect to a VM running on a removte machine with some >> sort of spice client? There doesn?t seem to be any spice client >> available in Centos 7 that works. > > virt-viewer? > That only says it?s unable to connect. The XML-dump says:
2016 Apr 07
3
how to list and kill existing console sessions to VMs?
Hi everyone, If a VM is configured to have a console attached to it, like using http://libvirt.org/formatdomain.html#elementCharConsole Libvirt offers access to VM serial console's using the virDomainOpenConsole API[1] However, I didn't find a way to 1. list the existing connections to the console 2. kill an existing connection - without reconnecting using VIR_DOMAIN_CONSOLE_FORCE[2]
2017 Feb 27
3
[RFC] per-device metadata
Hi, Currently libvirt supports metadata in the domain XML. This is very convenient for data related to the VM, but it is a little awkward for devices. Let's pretend I want to have extradata (say, a specific port for a virtual switch) related to a device (say, a NIC). Nowadays I can store that data in the metadata section, but I need some kind of mapping to correlate this piece of information
2013 Jul 28
4
Fedora 19 installation with virt-install
Hello, I want to install a DomU with Fedora 19 in a Debian Host Dom0 with the following versions... ii libc6-xen:i386 2.13-38 i386 Embedded GNU C Library: Shared libraries [Xen version] ii libxen-4.1 4.1.4-3+deb7u1 i386 Public libs for Xen ii libxenstore3.0 4.1.4-3+deb7u1 i386
2011 Jul 25
1
VirtualBox headless
My objective is also to run headless virtual machines through libvirt library. I am using an Ubuntu 10.04 distro and libvirt 0.9.2. Before asking you guys about it, I searched on the web and found this: Hi, > > thanks for your hint. > > I read the lines in the documentation, but unfortunately editing the xml > > within virsh lead to the errors. > > The Solution to a
2015 Jan 16
3
How do you force a VM reboot (when its KPd etc) without interrupting a blockcopy?
My question is this: If you have an ongoing blockcopy (drive-mirror) of a running transient VM, and the VM kernel panics, can you restart the VM without interrupting the ongoing blockcopy? A virsh reboot won't work since if the VM is kernel panicked, its not going to respond to ACPI requests.
2014 Feb 12
2
Re: F20 Virt-Manager with MacVTap not working
The guest was setup through virt-manager. The machine is not configured much after a F20 install (I believe I didn't change any network things) Here is the network part: <interface type='direct'> <mac address='52:54:00:fe:b0:66'/> <source dev='em1' mode='bridge'/> <target dev='macvtap0'/> <model
2015 Sep 17
2
error: internal error: Failed to reserve port 5908
After saving a particular VM running WinXP, any attempt to resume it (even when no other VM's are running) generates the following error: olympus ~ # virsh restore /var/lib/libvirt/qemu/save/WinXP.save error: Failed to restore domain from /var/lib/libvirt/qemu/save/WinXP.save error: internal error: Failed to reserve port 5908 This started sometimes towards the end of last year with only the
2015 Oct 22
1
[PATCH] v2v: -o libvirt: fix <video> element (RHBZ#1225789)
Create the correct tags for <video> in the libvirtxml, so all the attributes are in a <model> child of <video> instead of <video> itself. Adapt the XML of test-v2v-i-ova to the different expected XML. --- v2v/output_libvirt.ml | 9 +++++---- v2v/test-v2v-i-ova.xml | 4 +++- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/v2v/output_libvirt.ml
2015 Mar 13
2
Re: Processor usage of qemu process.
Dear Daniel, my XML's: Note: It seems I was to quick, the Windows 8.1 isn't fixed... Windows Server 2015 R2 <domain type='kvm' id='146'> <name>CmsrvAPP2</name> <uuid>02c5daef-662a-85ba-7291-485118badc64</uuid> <memory unit='KiB'>3149824</memory> <currentMemory unit='KiB'>3149824</currentMemory>
2018 Dec 05
3
no drm render nodes available
Hi, I get this error when trying to start a vm using spice as the graphics: "error: internal error: No DRM render nodes available" I can't seem to figure out what could be going on, since it worked just a little while ago. Using arch linux, and libvirt from git (4.10.0.22.g6a6925b9b7-1). -Michael.