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

Add guest-agent socket; make use of it to request guest shutdown along with ACPI request #26

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

arisudesu
Copy link

I see there is already two pull requests implementing shutdown using QEMU guest-agent. Let's not stop there and add third one!

Added guest-agent as suggested in https://wiki.qemu.org/Features/GuestAgent; added start checks and stop cleanups for it similar to monitor socket and a function to send into it.

QEMU GA socket can be moved using conf.d; disabling it is however not an option. QGA socket is always there as is monitor socket, and the virtio device is exposed to a guest. It does not harm and the guest is not obliged to use it if it doesn't want.

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

Successfully merging this pull request may close these issues.

None yet

1 participant