-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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-ga: 4.0 and 5.0 can't shutdown OpenWRT virtual machine #14244
Comments
Ref: #14244 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Hi, @RussianNeuroMancer , I just picked the patch from alpine and imported it to master and openwrt-19.07 branch. Only x86_64 was tested though, please see if it works for you on armvirt machines. Thank you! |
@yousong thanks! I will check new package as soon as it will be published in repository. |
Ref: openwrt/packages#14244 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Hello! I can not find qemu-ga package here https://downloads.openwrt.org/releases/packages-21.02/aarch64_generic/ for some reason. Is it gone or I been missing something? |
Corresponds to commit 33bbece in master branch Ref: openwrt#14244 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Maintainer: @yousong
Environment: OpenWRT 19.07.5 armvirt64
Description:
Due to issue on OpenWRT side, acpid is not an option on armvirt64 target, so I had to resort to qemu-ga for shutdown/reboot, but it doesn't work either. As you can see in log below qemu-ga receive guest-shutdown message from host, but for some reason can not execute shutdown command inside virtual machine. This cause delay on host shutdown.
This issue was also mentioned on OpenWRT forum in context of Proxmox (which means it's also reproducible on x86_64, not only on armvirt64). Here you can take a look at qemu-ga patch for Alpine Linux.
The text was updated successfully, but these errors were encountered: