Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Qemu agent support #71

Open
ikrel opened this issue Sep 27, 2021 · 0 comments
Open

Qemu agent support #71

ikrel opened this issue Sep 27, 2021 · 0 comments

Comments

@ikrel
Copy link

ikrel commented Sep 27, 2021

Does latest Cirros release still contain Qemu Agent support? I was not able to get the instance to respond to QMP commands from hypervisor even after enabling : hw_qemu_guest_agent='True'
I can confirm proper virsh definition generation:

<channel type='unix'>
      <source mode='bind' path='/var/lib/libvirt/qemu/org.qemu.guest_agent.0.instance-0023add9.sock'/>
      <target type='virtio' name='org.qemu.guest_agent.0' state='disconnected'/>
      <alias name='channel1'/>
      <address type='virtio-serial' controller='0' bus='0' port='2'/>
    </channel>

The socket exists on hypervisor, but there seems to be nothing loaded or running in the VM itself, hence no response to
virsh qemu-agent-command instance-0023add9 '{"execute":"guest-ping"}' or other commands.

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant