Update qemu-guest-agent to 7.0.0 for improved agent functionality#1904
Merged
agners merged 1 commit intohome-assistant:devfrom May 16, 2022
Merged
Update qemu-guest-agent to 7.0.0 for improved agent functionality#1904agners merged 1 commit intohome-assistant:devfrom
agners merged 1 commit intohome-assistant:devfrom
Conversation
agners
pushed a commit
that referenced
this pull request
May 19, 2022
Member
|
Hi. Maybe off-topic, but I have not found an answer anywhere for this. I have two VMs running HAOS (one for tests and one for production) - the qemu-guest-agent is not running on the production VM, but runs fine on the test VM. How do I start the agent on my production VM? Both VMs are running on Synology VM Manager. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR updates our
qemu-guest-agentpackage from taking the qemu-ga guest agent from a rather old qemu 4.2.0 build to using the latest official qemu 7.0.0 sources to compile the guest agent for the OVA platform so that qemu-based virtualization platforms like proxmox will benefit from the newer version.Please note that this change is partly based on similar functionality taken from the RaspberryMatic project (cf. https://github.com/jens-maus/RaspberryMatic/tree/master/buildroot-external/package/qemu-guest-agent).