There is no agent that you need
I think the QEMU guest agent is on the todo list. One feature it provides, which I miss, is the ability to display the guest IP.
add
agent: 1
to your vmid.conf
It's enable guest agent agent support.
(Then you need agent running in your linux|windows guest).
qga features implemented in proxmox :
filesystem freeze for snapshot && vm shutdown
OK !
I've found this QEmu GA for Windows... I've tried it on Proxmox and seems works very well (enable VSS on backup).
http://download.stratus.com/ee/eetools/qemu-ga-stratus.exe
(sorry for the formatting, my line breaks get lost when I submit the post)
Current versions of the virtio ISO from redhad contains precompiled guest agents for 32/64 bit windows. I could fix some my shutdown issue on windows 7 with it:- shutdown the vm- add agent:1 to the config- boot the vm- a new "PCI device" occurs- install vioserial driver from ISO- install guest-agent from ISO- If you need VSS, start the service (or reboot the vm, it's started automatically then)That's it.I'm going to test on a second (Windows 8.1) VM later today (it's in production use, so I cannot reboot it now).Thank you, proxmox team for supporting this feature!!!