Re: [PATCH v5 2/2] hw: hyperv: vmbus: Fix 32bit compilation

2020-09-09 Thread Laurent Vivier
Le 09/09/2020 à 18:18, Richard Henderson a écrit : > On 9/9/20 6:56 AM, Laurent Vivier wrote: >> Le 06/09/2020 à 12:14, Philippe Mathieu-Daudé a écrit : >>> Cc'ing qemu-trivial@ >>> >>> Can we add the commit description Richard wrote? >> >> I have no message from Richard regarding this patch. > >

Re: [PATCH v5 2/2] hw: hyperv: vmbus: Fix 32bit compilation

2020-09-09 Thread Richard Henderson
On 9/9/20 6:56 AM, Laurent Vivier wrote: > Le 06/09/2020 à 12:14, Philippe Mathieu-Daudé a écrit : >> Cc'ing qemu-trivial@ >> >> Can we add the commit description Richard wrote? > > I have no message from Richard regarding this patch. https://lists.nongnu.org/archive/html/qemu-devel/2020-09/msg02

Re: [PATCH v5 2/2] hw: hyperv: vmbus: Fix 32bit compilation

2020-09-09 Thread Laurent Vivier
Le 06/09/2020 à 12:14, Philippe Mathieu-Daudé a écrit : > Cc'ing qemu-trivial@ > > Can we add the commit description Richard wrote? I have no message from Richard regarding this patch. Thanks, Laurent > > --- > Fix 32-bit build error for vmbus: > > hw/hyperv/vmbus.c: In function ‘gpadl_iter_

Re: [PATCH v5 2/2] hw: hyperv: vmbus: Fix 32bit compilation

2020-09-06 Thread Philippe Mathieu-Daudé
Cc'ing qemu-trivial@ Can we add the commit description Richard wrote? --- Fix 32-bit build error for vmbus: hw/hyperv/vmbus.c: In function ‘gpadl_iter_io’: hw/hyperv/vmbus.c:383:13: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] 383 | p = (void

Re: [PATCH v5 2/2] hw: hyperv: vmbus: Fix 32bit compilation

2020-07-29 Thread Igor Mammedov
On Sat, 25 Jul 2020 14:16:08 +0200 Aleksandar Markovic wrote: > On Wednesday, July 15, 2020, Jon Doron wrote: Michael, could you merge it via your tree please? > > > Signed-off-by: Jon Doron > > --- > > hw/hyperv/vmbus.c | 3 ++- > > 1 file changed, 2 insertions(+), 1 deletion(-) > > > > d

Re: [PATCH v5 2/2] hw: hyperv: vmbus: Fix 32bit compilation

2020-07-25 Thread Aleksandar Markovic
On Wednesday, July 15, 2020, Jon Doron wrote: > Signed-off-by: Jon Doron > --- > hw/hyperv/vmbus.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/hw/hyperv/vmbus.c b/hw/hyperv/vmbus.c > index 34392e892a..c28bb4201b 100644 > --- a/hw/hyperv/vmbus.c > +++ b/hw/hyperv/v

[PATCH v5 2/2] hw: hyperv: vmbus: Fix 32bit compilation

2020-07-15 Thread Jon Doron
Signed-off-by: Jon Doron --- hw/hyperv/vmbus.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hw/hyperv/vmbus.c b/hw/hyperv/vmbus.c index 34392e892a..c28bb4201b 100644 --- a/hw/hyperv/vmbus.c +++ b/hw/hyperv/vmbus.c @@ -383,7 +383,8 @@ static ssize_t gpadl_iter_io(GpadlIter