On Thu, 30 Jun 2016 14:42:05 +0200
"Michael Fritscher" wrote:
> > On 04/13/2016 03:15 PM, Greg Kurz wrote:
> >> The system header doesn't exist on all host platforms. Code
> >> should
> >> include "qemu/osdep.h" instead to avoid build breaks on plafforms that
> >> don't
> >> define CONFIG_IOVE
On Thu, 30 Jun 2016 14:57:58 +0200
Markus Armbruster wrote:
> Greg Kurz writes:
>
> > The system header doesn't exist on all host platforms. Code
> > should
> > include "qemu/osdep.h" instead to avoid build breaks on plafforms that don't
> > define CONFIG_IOVEC (like win32, if it is to suppor
Greg Kurz writes:
> The system header doesn't exist on all host platforms. Code should
> include "qemu/osdep.h" instead to avoid build breaks on plafforms that don't
> define CONFIG_IOVEC (like win32, if it is to support 9p one day).
>
> Signed-off-by: Greg Kurz
> ---
> fsdev/9p-iov-marshal.c
> On 04/13/2016 03:15 PM, Greg Kurz wrote:
>> The system header doesn't exist on all host platforms. Code
>> should
>> include "qemu/osdep.h" instead to avoid build breaks on plafforms that
>> don't
>> define CONFIG_IOVEC (like win32, if it is to support 9p one day).
>>
>> Signed-off-by: Greg Kurz
On 04/13/2016 03:15 PM, Greg Kurz wrote:
> The system header doesn't exist on all host platforms. Code should
> include "qemu/osdep.h" instead to avoid build breaks on plafforms that don't
> define CONFIG_IOVEC (like win32, if it is to support 9p one day).
>
> Signed-off-by: Greg Kurz
Acked-by:
The system header doesn't exist on all host platforms. Code should
include "qemu/osdep.h" instead to avoid build breaks on plafforms that don't
define CONFIG_IOVEC (like win32, if it is to support 9p one day).
Signed-off-by: Greg Kurz
---
fsdev/9p-iov-marshal.c |1 -
fsdev/9p-marshal.c