qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 2/2] dump: fix kdump to work over non-aligned blocks


From: Marc-André Lureau
Subject: Re: [PATCH 2/2] dump: fix kdump to work over non-aligned blocks
Date: Fri, 26 Aug 2022 14:02:26 +0400

Hi


On Fri, Aug 26, 2022 at 2:01 PM David Hildenbrand <david@redhat.com> wrote:
On 25.08.22 15:21, marcandre.lureau@redhat.com wrote:
> From: Marc-André Lureau <marcandre.lureau@redhat.com>
>
> Rewrite get_next_page() to work over non-aligned blocks. When it
> encounters non aligned addresses, it will allocate a zero-page and try
> to fill it.

Could we simplify by using one global helper page (or caller provided
page) and avoiding the allocation/freeing?


I don't think that makes a big difference, but certainly doable.


--
Marc-André Lureau

reply via email to

[Prev in Thread] Current Thread [Next in Thread]