|
| From: | Richard Henderson |
| Subject: | Re: [PATCH] hw/hyperv: Fix 32-bit build error for vmbus. |
| Date: | Mon, 7 Sep 2020 10:52:19 -0700 |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 |
On 9/7/20 10:50 AM, Richard Henderson wrote:
> ../qemu/hw/hyperv/vmbus.c: In function ‘gpadl_iter_io’:
> ../qemu/hw/hyperv/vmbus.c:383:13: error: cast to pointer from integer of
> different size [-Werror=int-to-pointer-cast]
> 383 | p = (void *)(((uintptr_t)iter->map & TARGET_PAGE_MASK) |
> off_in_page);
> | ^
> cc1: all warnings being treated as errors
>
> Fixes: 0d71f7082d7 ("vmbus: vmbus implementation")
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> ---
> Cc: Jon Doron <arilou@gmail.com>
> ---
Dangit. Forgot to remove old patches from the directory; this isn't part of
the pull request.
r~
| [Prev in Thread] | Current Thread | [Next in Thread] |