Re: [Qemu-devel] [PATCH] win32: fix broken build due to missing QEMU_MADV_HUGEPAGE

2012-10-26 Thread Anthony Liguori
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.

Re: [Qemu-devel] [PATCH] win32: fix broken build due to missing QEMU_MADV_HUGEPAGE

2012-10-25 Thread Stefan Weil
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

[Qemu-devel] [PATCH] win32: fix broken build due to missing QEMU_MADV_HUGEPAGE

2012-10-24 Thread 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 insertions(+) diff --git a/osdep.h b/osdep.h index c5fd3