Displaying 2 results from an estimated 2 matches for "8a15".
Did you mean:
815
2014 Jul 10
2
How to config qga to support dompmsuspend
...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</uuid>
<cpu>
<arch>ppc</arch>
<topology sockets='1' cores='2' threads='1'/>
<pages unit='KiB' size='4'/>
<pages unit='KiB' size='1024'/>
<pages unit=...
2023 Mar 09
0
[RFC PATCH v3 0/4] several updates to virtio/vsock
...;recv()' must return data, because skbuff
>>> must not be dropped, but for SOCK_SEQPACKET skbuff will be dropped by
>>> kernel, and 'recv()' will return EAGAIN.
>>>
>>> Link to v1 on lore:
>>> https://lore.kernel.org/netdev/c2d3e204-89d9-88e9-8a15-3fe027e56b4b at sberdevices.ru/
>>>
>>> Link to v2 on lore:
>>> https://lore.kernel.org/netdev/a7ab414b-5e41-c7b6-250b-e8401f335859 at sberdevices.ru/
>>>
>>> Change log:
>>>
>>> v1 -> v2:
>>> - For SOCK_SEQPACKET call '...