On 03/09/2017 18:33, Kamil Rytarowski wrote:
> SunOS declares struct queue in .
>
> This fixes build on SmartOS (Joyent).
>
> Patch cherry-picked from pkgsrc by jperkin (Joyent).
>
> Signed-off-by: Kamil Rytarowski
> ---
> memory.c | 22 +++---
> 1 file changed, 11 insertions(+
+CC jperkin
On 05.09.2017 01:57, Kamil Rytarowski wrote:
> On 04.09.2017 02:39, Philippe Mathieu-Daudé wrote:
>> Hi Kamil,
>>
>> On 09/03/2017 01:33 PM, Kamil Rytarowski wrote:
>>> SunOS declares struct queue in .
>>
>> I didn't check what is this define for, but I'd rather add in
>> include/sysem
On 04.09.2017 02:39, Philippe Mathieu-Daudé wrote:
> Hi Kamil,
>
> On 09/03/2017 01:33 PM, Kamil Rytarowski wrote:
>> SunOS declares struct queue in .
>
> I didn't check what is this define for, but I'd rather add in
> include/sysemu/os-posix.h:
>
> #ifdef queue
> #undef queue
> #endif
>
> If n
Hi,
This series failed build test on FreeBSD host. Please find the details below.
Type: series
Message-id: 20170903163304.17919-1-...@gmx.com
Subject: [Qemu-devel] [PATCH] memory: Rename queue to mrqueue (memory region
queue)
=== TEST SCRIPT BEGIN ===
#!/bin/sh
# Testing script will be invoked
Hi Kamil,
On 09/03/2017 01:33 PM, Kamil Rytarowski wrote:
SunOS declares struct queue in .
I didn't check what is this define for, but I'd rather add in
include/sysemu/os-posix.h:
#ifdef queue
#undef queue
#endif
If no QEMU code rely on this netinet queue.
This fixes build on SmartOS (J
SunOS declares struct queue in .
This fixes build on SmartOS (Joyent).
Patch cherry-picked from pkgsrc by jperkin (Joyent).
Signed-off-by: Kamil Rytarowski
---
memory.c | 22 +++---
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/memory.c b/memory.c
index c0adc3