On 05/10/2025 10:18 am, Juergen Gross wrote:
> Declarations of xc_dom_console_init() and
> xc_dom_console_set_disconnected() in libxenguest.h don't match their
> implementation in the library.

"Under arm32, xen_pfn_t is a uint64_t and wider than unsigned long."

>
> Use xen_pfn_t for PFNs in the library to fix that.
>
> Fixes: b6fc307b0b00 ("libs/guest: Set console as disconnected on resume")
> Fixes: 971b7d5ecbcd ("libs/guest: Set console page to disconnected")
> Reported-by: Luca Fancellu <[email protected]>
> Signed-off-by: Juergen Gross <[email protected]>

For this patch, Reveiwed-by: Andrew Cooper <[email protected]>

However, another bug in these patches is the use of pfn.  gfn is the
correct term to be using.

~Andrew

Reply via email to