Displaying 20 results from an estimated 1000 matches similar to: "Re: Windows Guest ports enumeration .."
2015 Sep 08
0
Windows Guest ports enumeration ..
Hi,
Within following page :
http://www.linux-kvm.org/page/Virtio-serial_API
it's mentioned a link to "GetDevidePath" .
Unfortunately link seems to be broken.
Is there another way to get infos on how to enumerate ports ( on Windows guest) in order to retrieve a channel device newly created on the guest by adding it on the .xml configuration file ?
Thanks.
Regards,
J.P.
2015 Aug 27
4
Using unix-type channel ....
Hi,
I'm trying to use unix-type channel to send/receive datas between host and guest .
Here are the steps I follow :
1) Adding these lines to expose a channel unix type to my guest
<channel type='unix'>
<source mode='bind' path='/var/lib/libvirt/qemu/omnivision_1.agent'/>
<target type='virtio'
2016 Jan 12
2
Re: libvirt-users Digest, Vol 73, Issue 12 ] Failure when attaching a device
Hi,
I think that issue is due to the fact that my Guest is a transient domain.
When shutting down it or migrating to another host , then virsh list --all doesn't show this Guest anymore.
How may I make this Guest a persistent one ?
( i.e. this Guest has been created via RHEV-M GUI)
Thx for hlep.
Regards,
J.P.
-----Message d'origine-----
De : libvirt-users-bounces@redhat.com
2016 Jan 11
1
Unable to validate doc against ....
Hi,
By trying to add this device :
<channel type='unix'>
<source mode='bind' path='//var/lib/libvirt/qemu/VM_RHEL7-1_omnivision_1.agent'/>
<target type='virtio' name='omnivision_1.agent'/>
</channel>
Within config file by issuing virsh edit , I got following error when to saving the config file :
Unable to validate
2015 Aug 26
0
Re: On which /dev/pts/x is channel source
Hi,
I just tested by using "unix virtio" channel instead of pty.
It looks easier to handle.
Thx for help.
Regards,
J.P.
-----Message d'origine-----
De : libvirt-users-bounces@redhat.com [mailto:libvirt-users-bounces@redhat.com] De la part de libvirt-users-request@redhat.com
Envoyé : mercredi 26 août 2015 15:38
À : libvirt-users@redhat.com
Objet : libvirt-users Digest, Vol 68,
2016 Jan 11
0
Failure when attaching a device
Hi,
I'm facing following issue ( or misunderstanding from my side)
I try to attach a device to a running guest ; I want to do it persistently and without having to restart the GUEST .
By using options "-live - persistent" , I got following error :
[root@ldc01omv01 data]# virsh attach-device VM_RHEL7-1 "../data/channel_omnivision_to_be_used.xml" --live --persistent
2016 Jan 08
2
Re: operation forbidden Read Only Access
Hi,
I found an answer :
Use virConnectOpenAuth() instead of virConnectOpenReadOnly().
As my piece of code is running silently (without user connected) , by using virConnectOpenAuth() ,
is it possible to avoid to prompt user to get user /password ?
Thx.
J.P.
-----Message d'origine-----
De : libvirt-users-bounces@redhat.com [mailto:libvirt-users-bounces@redhat.com] De la part de
2015 Aug 25
2
On which /dev/pts/x is channel source mapped ?
Hi,
By adding following lines in a Guest .xml conf file , I'm able to send / receive datas between host and this guest.
<channel type='pty'>
<target type='virtio' name='arbitrary.virtio.serial.port.name'/>
<address type='virtio-serial' controller='0' bus='0' port='1'/>
</channel>
My question is
2015 Aug 28
2
When adding a channel device, we need a shutdown
Hi,
It looks like , when adding a channel device, that the Guest must be powered off / on to be able to detect
the new device . ( simple reboot isn't not enough)
Is there any way to avoid this power_cycle ?
Thx.
J.P. Ribeauville
P: +33.(0).1.47.17.27.87
Puteaux 3 Etage 5 Bureau 4
jpribeauville@axway.com<mailto:jpribeauville@axway.com>
2015 Aug 31
3
about guest live migration configuration changes persistence ..
Hi,
Is a change , by edit it via virsh edit , in the "local" .xml configuration file (i.e. adding a channel device) persistent when
live migrating the guest on another host ?
Thx.
J.P. Ribeauville
P: +33.(0).1.47.17.27.87
Puteaux 3 Etage 5 Bureau 4
jpribeauville@axway.com<mailto:jpribeauville@axway.com>
http://www.axway.com<http://www.axway.com/>
P Pensez à
2015 Aug 13
1
Host and Guest UUID ?
Hi,
Are there some kind of UUIDs for Host and Guest ?
If yes , how may I retrieve them programmatically ?
My goal is to trace GUEST migrations.
Thx for help.
Regards,
J.P. Ribeauville
P: +33.(0).1.47.17.27.87
Puteaux 3 Etage 5 Bureau 4
jpribeauville@axway.com<mailto:jpribeauville@axway.com>
http://www.axway.com<http://www.axway.com/>
P Pensez à l'environnement avant
2015 Aug 25
1
Check whether we are runnig on a KVM guest
Hi,
How may I , via a C program , check whether I'm running on a KVM guest ?
May I use the same API on Windows and Linux Guest ?
Regards,
J.P. Ribeauville
P: +33.(0).1.47.17.27.87
Puteaux 3 Etage 5 Bureau 4
jpribeauville@axway.com<mailto:jpribeauville@axway.com>
http://www.axway.com<http://www.axway.com/>
P Pensez à l'environnement avant d'imprimer.
2015 Aug 25
1
from command line to xml file
Hi,
In order to use a virtio-serial to exchange data between host and its guests, I'd like to modify the .xml Guest conf file by adding these parameters ( as found in the command line) :
-device virtio-serial \
-chardev socket,path=/tmp/foo,server,nowait,id=foo \
-device virtserialport,chardev=foo,name=org.fedoraproject.port.0
How should I build the XML tags ?
Thx for help.
J.P.
2015 Sep 07
0
Detecteion of a channel device on a Windows Guest
Hi
Are there some docs/hint concerning following topic :
- After adding a channel device in a Windows 2008 R2 guest .xml conf file : is there anything to do so this device appears "automagically " in the Windows Guest ?
Thx.
Regards,
J.P. Ribeauville
P: +33.(0).1.47.17.27.87
Puteaux 3 Etage 5 Bureau 4
jpribeauville@axway.com<mailto:jpribeauville@axway.com>
2015 Sep 16
0
how to use {6FDE7547-1B65-48ae-B628-80BE62016026}\VIOSerialPort ?
Hi,
When adding a channel device on a Win2008R2 Guest, I got this new thing within registry :
Key Name: HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Enum\{6FDE7547-1B65-48ae-B628-80BE62016026}\VIOSerialPort\4&7e8053e&0&02
Class Name: <NO CLASS>
Last Write Time: 9/16/2015 - 4:09 PM
Value 0
Name: DeviceDesc
Type: REG_SZ
Data:
2015 Sep 17
0
vport0p devices no suitable drver found ..
Hi,
By using virtio-win-0.1.109.iso , it looks like vport0p devices are not configured (on a Windows 2008 R2 guest) due to no suitable driver found ( below setupapi.dev.log):
[Boot Session: 2015/09/16 17:29:32.375]
>>> [Device Install (Hardware initiated) - {6fde7547-1b65-48ae-b628-80be62016026}\vioserialport\4&7e8053e&1&03]
>>> Section start 2015/09/16
2016 Jan 12
2
vdsm hook issues
Hi,
1) is it enough to add a hook.py in /usr/libexec/vdsm/hooks/before_vm_start directory , and then shut down and reboot a guest to
see this hook.py invoked ?
2) when running manually my hook.py, I got following error :
ImportError: No module named hooking
Do I have to install anything to solve this issue ?
Thanks for help.
Regards,
J.P. Ribeauville
P:
2015 Nov 09
2
availability of target type state within a dumpxml result
Hi,
I'm trying to find out what is the minimum release I need to use to have this field 'state' available ?
<channel type='unix'>
<source mode='bind' path='//var/lib/libvirt/qemu/dummy_agent'/>
<target type='virtio' name=dummy' state='connected'/>
<alias name='channel0'/>
<address
2015 Aug 26
2
Virtio serial exposition
Hi,
I try to exchange datas between host and Guest by adding these lines in a guest .xml conf file :
<channel type='pty'>
<target type='virtio' name='arbitrary.virtio.serial.port.name'/>
<address type='virtio-serial' controller='0' bus='0' port='1'/>
</channel>
Then
2015 Sep 24
1
Guest cpuacct counters and others location
Hi,
My piece of code ( C langage) uses cgroups to retrieve counters related to cpu and memory usage related to KVM guests hosted by the host where this code runs.
I noticed that depending on the O.S. running on the host , these counters are not found at the same location :
CentOS 7 :
ls /sys/fs/cgroup/cpuacct/machine.slice/machine-qemu\\x2drhel6.0.scope/vcpu0
cgroup.clone_children