On 6/2/25 16:18, Daniel P. Berrangé wrote:
> On Mon, Jun 02, 2025 at 03:27:32PM +0200, Michal Privoznik via Devel wrote:
>> From: Michal Privoznik
>>
>> The virDomainCoreDump() API has VIR_DUMP_LIVE flag which is
>> documented to leave vCPUs running throughout making of the dump
>> of guest memory
On Mon, Jun 02, 2025 at 03:27:32PM +0200, Michal Privoznik via Devel wrote:
> From: Michal Privoznik
>
> The virDomainCoreDump() API has VIR_DUMP_LIVE flag which is
> documented to leave vCPUs running throughout making of the dump
> of guest memory. Well, this is not the case for QEMU which pause
From: Michal Privoznik
The virDomainCoreDump() API has VIR_DUMP_LIVE flag which is
documented to leave vCPUs running throughout making of the dump
of guest memory. Well, this is not the case for QEMU which pauses
vCPUs unconditionally (it calls vm_stop() in dump_init()).
Document this quirk. And