Re: [PATCH] hw/hyperv: Fix 32-bit build error for vmbus.

2020-09-07 Thread Richard Henderson
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)

[PATCH] hw/hyperv: Fix 32-bit build error for vmbus.

2020-09-07 Thread Richard Henderson
../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 warni

Re: [PATCH] hw/hyperv: Fix 32-bit build error for vmbus.

2020-09-05 Thread Jon Doron
Hi Richard, I have already submitted this 7 weeks ago https://patchew.org/QEMU/20200715084326.678715-1-ari...@gmail.com/20200715084326.678715-3-ari...@gmail.com/ On Sun, Sep 6, 2020 at 8:01 AM Richard Henderson wrote: > > ../qemu/hw/hyperv/vmbus.c: In function ‘gpadl_iter_io’: > ../qemu/hw/hyper

[PATCH] hw/hyperv: Fix 32-bit build error for vmbus.

2020-09-05 Thread Richard Henderson
../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 warni