Displaying 5 results from an estimated 5 matches for "dompmsuspend".
2014 Jul 10
2
How to config qga to support dompmsuspend
Hi,
I tried to run domsuspend command on my PowerPC board but failed.
# virsh dompmsuspend sdk --target mem
error: Domain sdk could not be suspended
error: argument unsupported: QEMU guest agent is not configured
It seemed that support suspend-to-mem only from capabilities.
# virsh capabilities
<capabilities>
<host>
<uuid>52498f7c-d584-45d8-8a15-345b14fa0d10&l...
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
...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
>
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
...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.
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 :|
2015 Aug 11
3
Do I need to enable qemu-ga's guest-suspend: hybrid/suspend-ram/disk/shutdown?
...guest-suspend-ram;
guest-suspend-disk; and guest-shutdown?
At least I think that's my question.
http://wiki.stoney-cloud.org/wiki/Qemu_Guest_Agent_Integration shows these
same 4 as false, so I'm not sure if they're always supposed to be that way.
My overall point is to be able to run dompmsuspend servo disk. After
setting up qemu-ga as far as I have, it at least says:
=====
Domain <vmname> successfully suspended
=====
But,
Using libvirt 1.2.18 (-1 Arch) and QEMU git-master (2.4.0.r40384.2d69736).
pm-utils 1.4.1-6. acpid 2.0.23-4
Installed using Q35 chipset.
======
{{{ domain xml...