Displaying 4 results from an estimated 4 matches for "qemu_agent".
2013 Jun 01
1
Re: About the change of a VM's vcpu count in runtime?
...mmand
'guest-set-vcpus': The command guest-set-vcpus has not been found
I think the communication between monitor and guest is ok, because below
command is OK:
virsh # shutdown 8 --mode agent
Domain 8 is being shutdown
VM shutdown after this command. Also, I double checked the
src/qemu/qemu_agent.c, and I can find the 2 functions:
qemuAgentGetVCPUs() and qemuAgentSetVCPUs()
Another,
virsh # qemu-agent-command 9 '{"execute":"cpu-add","arguments":{"id":2}}'
{"error":{"class":"CommandNotFound","desc":"...
2018 Apr 17
2
can't find how to solve "QEMU guest agent is not connected"
...9; bus='0' port='1'/>
</channel>
```
as requested per the doc (I tried with source=bind to no avail, btw
the doc for `source` is not that great)
my libvirtd.conf has the following setting
```
log_level = 1
# no filter for now
log_filters="1:qemu.qemu_agent 1:qemu.qemu_monitor"
# log_filters="3:remote 4:event 3:json 3:rpc"
log_outputs="1:file:/var/log/libvirt/libvirtd.log"
```
`journalctl -b -u libvirtd.service` returns
```
avril 17 12:31:05 jedha libvirtd[22804]: 2018-04-17 03:31:05.482+0000:
22806: error : qemu...
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:
2018 Apr 17
0
Re: can't find how to solve "QEMU guest agent is not connected"
...#39;/>
...
> as requested per the doc (I tried with source=bind to no avail, btw
> the doc for `source` is not that great)
>
> my libvirtd.conf has the following setting
>
> ```
> log_level = 1
> # no filter for now
> log_filters="1:qemu.qemu_agent 1:qemu.qemu_monitor"
> # log_filters="3:remote 4:event 3:json 3:rpc"
> log_outputs="1:file:/var/log/libvirt/libvirtd.log"
> ```
>
> `journalctl -b -u libvirtd.service` returns
>
> ```
> avril 17 12:31:05 jedha libvirtd[22804]: 2018-04-1...