[Qemu-devel] Re: [RFC v4] Introduce qemu_madvise()

2010-09-14 Thread Blue Swirl
On Tue, Sep 14, 2010 at 4:34 PM, Alexander Graf wrote: > > Am 14.09.2010 um 18:31 schrieb Blue Swirl : > >> On Mon, Sep 13, 2010 at 9:26 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 appa

[Qemu-devel] Re: [RFC v4] Introduce qemu_madvise()

2010-09-14 Thread Blue Swirl
On Mon, Sep 13, 2010 at 9:26 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

[Qemu-devel] Re: [RFC v4] Introduce qemu_madvise()

2010-09-14 Thread Alexander Graf
Am 14.09.2010 um 18:31 schrieb Blue Swirl : > On Mon, Sep 13, 2010 at 9:26 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 madvi