Re: [PATCH] dump: enhance win_dump_available to report properly

2025-07-23 Thread Denis V. Lunev
On 7/23/25 19:31, Denis V. Lunev wrote: On 7/23/25 19:04, Nikolai Barybin wrote: QMP query-dump-guest-memory-capability reports win dump as available for any x86 VM, which is false. This patch implements proper query of vmcoreinfo and calculation of guest note size. Based on that we can surely

Re: [PATCH] dump: enhance win_dump_available to report properly

2025-07-23 Thread Denis V. Lunev
On 7/23/25 19:04, Nikolai Barybin wrote: QMP query-dump-guest-memory-capability reports win dump as available for any x86 VM, which is false. This patch implements proper query of vmcoreinfo and calculation of guest note size. Based on that we can surely report whether win dump available or not.

Re: [PATCH] dump: enhance win_dump_available to report properly

2025-07-23 Thread Denis V. Lunev
On 7/23/25 19:04, Nikolai Barybin wrote: QMP query-dump-guest-memory-capability reports win dump as available for any x86 VM, which is false. This patch implements proper query of vmcoreinfo and calculation of guest note size. Based on that we can surely report whether win dump available or not.

[PATCH] dump: enhance win_dump_available to report properly

2025-07-23 Thread Nikolai Barybin
QMP query-dump-guest-memory-capability reports win dump as available for any x86 VM, which is false. This patch implements proper query of vmcoreinfo and calculation of guest note size. Based on that we can surely report whether win dump available or not. For further reference one may review this