[Qemu-devel] Re: [PATCH v3] Introduce qemu_madvise()

2010-09-13 Thread Alexander Graf
Blue Swirl wrote: > On Sun, Sep 12, 2010 at 12:55 PM, Andreas Färber > wrote: > >> From: Andreas Färber >> >> vl.c has a Sun-specific hack to supply a prototype for madvise(), >> but the call site has apparently moved to arch_init.c. >> >> Haiku doesn't implement madvise() in favor of posix_m

[Qemu-devel] Re: [PATCH v3] Introduce qemu_madvise()

2010-09-12 Thread Blue Swirl
On Sun, Sep 12, 2010 at 12:55 PM, Andreas Färber wrote: > From: Andreas Färber > > vl.c has a Sun-specific hack to supply a prototype for madvise(), > but the call site has apparently moved to arch_init.c. > > Haiku doesn't implement madvise() in favor of posix_madvise(). > OpenBSD and Solaris 10