Displaying 10 results from an estimated 10 matches for "f16x86_64".
2014 Nov 04
2
setvcpus --guest on windows
Hello.
Just a quick question. Is "setvcpus $windowsVM --guest 4" supposed to
work? I have qemu-guest-agent (1.6.something) running inside a windows7
vm but all i get is:
virsh # setvcpus windows7 --guest 4
error: invalid argument: requested vcpu count is greater than the count
of enabled vcpus in the domain: 4 > 1
The xml file looks like this:
<vcpu placement='static'
2014 Nov 05
1
Re: setvcpus --guest on windows
...n regarding qemu-guest-agent. What if i have more then
> one VM running on a host? Is the configuration for any of them the same
> or do i have to adjust some settings?
>
> <channel type='unix'>
> <source mode='bind' path='/var/lib/libvirt/qemu/f16x86_64.agent'/>
> <target type='virtio' name='org.qemu.guest_agent.0'/>
> <address type='virtio-serial' controller='0' bus='0' port='1'/>
> </channel>
>
> I mean, do i have to use a different port or s...
2013 May 28
3
Re: About the change of a VM's vcpu count in runtime?
On 05/28/2013 02:24 PM, Eric Blake wrote:
>> So the question is: is there any method I can't find yet to change the
>> vcpu count of a running vm dynamically?
>
> Wait for newer qemu and libvirt, or else pitch in and help write patches.
You might not have to wait that long - if you could help test these
patches, it would be appreciated:
2013 Jun 01
1
Re: About the change of a VM's vcpu count in runtime?
...ed against library: libvirt 1.0.5
> Using library: libvirt 1.0.5
> Using API: QEMU 1.0.5
> Running hypervisor: QEMU 1.5.0
>
> The xml piece of the vm domain:
> <channel type='unix'>
> <source mode='bind'
> path='/var/lib/libvirt/qemu/f16x86_64.agent'/>
> <target type='virtio' name='org.qemu.guest_agent.0'/>
> </channel>
>
> the network connection between the vm and host is ok.
>
> Also I installed the qemu-guest-agent in the guest os:
> [root@localhost ~]#rpm -qa | grep...
2015 Jun 12
1
Re: <vcpu placement='static' current='N'>M</vcpu>
...y'>
<target port='0'/>
</serial>
<console type='pty'>
<target type='serial' port='0'/>
</console>
<channel type='unix'>
<source mode='bind' path='/var/lib/libvirt/qemu/f16x86_64.agent'/>
<target type='virtio' name='org.qemu.guest_agent.0'/>
<address type='virtio-serial' controller='0' bus='0' port='1'/>
</channel>
<input type='mouse' bus='ps2'/>
<input...
2019 Jul 18
0
Re: domain xml questions
...d using virtio-console
https://libvirt.org/formatdomain.html#elementCharChannel
eg this example shows how QEMU guest agent is configured. Just change
the target name to something for your app
<channel type='unix'>
<source mode='bind' path='/var/lib/libvirt/qemu/f16x86_64.agent'/>
<target type='virtio' name='org.qemu.guest_agent.0' state='connected'/>
</channel>
Regards,
Daniel
--
|: https://berrange.com -o- https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org -o- https://fsto...
2013 Jun 01
0
Re: About the change of a VM's vcpu count in runtime?
...nvironment as:
virsh # version
Compiled against library: libvirt 1.0.5
Using library: libvirt 1.0.5
Using API: QEMU 1.0.5
Running hypervisor: QEMU 1.5.0
The xml piece of the vm domain:
<channel type='unix'>
<source mode='bind' path='/var/lib/libvirt/qemu/f16x86_64.agent'/>
<target type='virtio' name='org.qemu.guest_agent.0'/>
</channel>
the network connection between the vm and host is ok.
Also I installed the qemu-guest-agent in the guest os:
[root at localhost ~]#rpm -qa | grep qemu-guest
qemu-guest-agent-...
2013 Jun 17
0
Unable to setup qemu-guest-agent
...required to run the command
$virsh qemu-agent-command
Steps that I followed:
1. Clone the latest source code of libvirt
2. Create a vm of f18 (source:liveCD)
3. Edit f18 domain xml and add this:
<channel type='unix'>
<source mode='bind' path='/var/lib/libvirt/qemu/f16x86_64.agent'/>
<target type='virtio' name='org.qemu.guest_agent.0'/>
</channel>
4. On host: #./tools/virsh start f18
5. On guest: #yum install qemu-guest-agent -y
6. On host: # ./tools/virsh qemu-agent-command f18
'{"execute":"guest-network-get-in...
2014 Nov 05
0
Re: setvcpus --guest on windows
...vcpu>
Another question regarding qemu-guest-agent. What if i have more then
one VM running on a host? Is the configuration for any of them the same
or do i have to adjust some settings?
<channel type='unix'>
<source mode='bind' path='/var/lib/libvirt/qemu/f16x86_64.agent'/>
<target type='virtio' name='org.qemu.guest_agent.0'/>
<address type='virtio-serial' controller='0' bus='0' port='1'/>
</channel>
I mean, do i have to use a different port or something for each VM?
th...
2019 Jul 18
2
domain xml questions
Hi!
If i want to use bridged network or openvswitch, does guestfwd only
works with slirp network? Or how it work in case of using
bridge/openvswitch?
<devices>
<channel type='unix'>
<source mode='bind' path='/tmp/guestfwd'/>
<target type='guestfwd' address='10.0.2.1' port='4600'/>
</channel>
</devices>