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

2010-09-25 Thread Blue Swirl
On Fri, Sep 24, 2010 at 6:08 PM, Andreas Färber wrote: > Am 20.09.2010 um 22:33 schrieb Blue Swirl: > >> On Sun, Sep 19, 2010 at 10:11 AM, 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 app

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

2010-09-24 Thread Andreas Färber
Am 20.09.2010 um 22:33 schrieb Blue Swirl: On Sun, Sep 19, 2010 at 10:11 AM, 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 posi

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

2010-09-20 Thread Blue Swirl
On Sun, Sep 19, 2010 at 10:11 AM, 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