Luiz Capitulino writes:
> Commit ad0b5321f1f797274603ebbe20108b0750baee94 forgot to add
> QEMU_MADV_HUGEPAGE macros for when CONFIG_MADVISE is not defined.
> This broke the build for Windows. Fix it.
>
> Signed-off-by: Luiz Capitulino
Applied. Thanks.
Regards,
Anthony Liguori
> ---
> osdep.
Am 24.10.2012 18:12, schrieb Luiz Capitulino:
Commit ad0b5321f1f797274603ebbe20108b0750baee94 forgot to add
QEMU_MADV_HUGEPAGE macros for when CONFIG_MADVISE is not defined.
This broke the build for Windows. Fix it.
Signed-off-by: Luiz Capitulino
---
osdep.h | 2 ++
1 file changed, 2 insertio
Commit ad0b5321f1f797274603ebbe20108b0750baee94 forgot to add
QEMU_MADV_HUGEPAGE macros for when CONFIG_MADVISE is not defined.
This broke the build for Windows. Fix it.
Signed-off-by: Luiz Capitulino
---
osdep.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/osdep.h b/osdep.h
index c5fd3