Displaying 4 results from an estimated 4 matches for "dompmwakeup".
2018 Feb 28
3
Libvirt supported qemu-ga commands
Where can I find the full list of libvirt supported qemu-ga commands?
The docs [0] imply virDomainQemuAgentCommand bypasses libvirt and is not
recommended.
I am looking to pass suspend/resume events from the host to the guest
and then have the guest act on this internally. Your help is appreciated.
[0] https://wiki.libvirt.org/page/Qemu_guest_agent
2018 Mar 01
1
Re: Libvirt supported qemu-ga commands
...guest
>> and then have the guest act on this internally. Your help is appreciated.
>
> By suspend/resume, do you mean ACPI S3 suspend-to-ram events ?
>
> If so, that doesn't require guest agent involvement at all. Just requires
>
> virsh dompmsuspend
> virsh dompmwakeup
>
> Regards,
> Daniel
>
I see. Thats simpler but will the guest be "sentient" about the fact
that it had just been resumed? I need it to know so that it triggers
specific events in this case.
2018 Mar 01
0
Re: Libvirt supported qemu-ga commands
...pend/resume events from the host to the guest
> and then have the guest act on this internally. Your help is appreciated.
By suspend/resume, do you mean ACPI S3 suspend-to-ram events ?
If so, that doesn't require guest agent involvement at all. Just requires
virsh dompmsuspend
virsh dompmwakeup
Regards,
Daniel
--
|: https://berrange.com -o- https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org -o- https://fstop138.berrange.com :|
|: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
2014 Jan 26
0
Problems with pmsuspend/wakeup
Hi,
I've migrated a Windows7 vm from F17 to F20 and it appears to be
working okay. Apparently when it's left idle for some period, it
automatically goes into a pmsuspend state, and I'm unable to wake it.
I've figured out the virsh dompmwakeup command, which then virsh shows
it's running, but the vm is still unresponsive. It doesn't respond to
ping and the display is just black when accessing it through
virt-manager.
Is there something I need to do in the guest for it to wake up
properly? How can I just prevent it from ever susp...