GuestAgent support

guest agent is planed for soon.
It's more than an idea,the agent itself already exist in qemu git tree.

server side, you need to add chardev and virtio-serial port at vm start command line
Code:
 -chardev socket,path=/tmp/qga.sock,server,nowait,id=qga0 \ -device virtio-serial \ -device virtserialport,chardev=qga0,name=org.qemu.guest_agent.0"

then you need to use the qmp protocol to communicate with the guest agent.
current guest agent command are available here.
http://git.qemu.org/?p=qemu.git;a=b...5cf11fb3c1320a263f88b9dac4618c53e63a0;hb=HEAD
 
Last edited:
Thanks spirit,
What you mean by vm start command? can't we put these configs in /etc/pve/qemu-server/vmid.conf ?
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!