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: fix guest agent patch #25780

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

Conversation

vooon
Copy link
Contributor

@vooon vooon commented Jan 17, 2025

Maintainer: @yousong
Compile tested: x86_64, OpenWrt master
Run tested: x86_64 host, KVM for qemu-x86_64-softmmu + Bios VM.

Description:

Replace to fix openwrt#25209

Signed-off-by: Vladimir Ermakov <[email protected]>
@janh
Copy link
Contributor

janh commented Jan 18, 2025

Tested and works fine.

However, the commit message should be changed, because it doesn't actually fix #25209 (it is already fixed by QEMU 9.1.2).

As mentioned in a comment on the linked issue, it does fix another bug in the shutdown script.

Comment on lines +4 to +5
diff --git a/qga/commands-posix.c b/qga/commands-posix.c
index c2bd0b4316..f6dfa20c1f 100644
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems to be what causes the checks to fail (in make package/qemu/refresh).

Do you plan to fix this and update the commit message? Otherwise I'll just create a similar pull request myself.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please go ahead. Don't have bandwidth this weekend.

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.

qemu-ga: segmentation fault on VM shutdown from host
2 participants