qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] Re: [PATCH 8/9] Consolidate oom_check() functions


From: Blue Swirl
Subject: [Qemu-devel] Re: [PATCH 8/9] Consolidate oom_check() functions
Date: Sat, 16 Oct 2010 19:02:30 +0000

On Sat, Oct 16, 2010 at 4:04 PM,  <address@hidden> wrote:
> From: Jes Sorensen <address@hidden>
>
> This consolidates the duplicated oom_check() functions, as well as
> splitting them into OS dependant versions to avoid the #ifdef
> grossness that was present in the old osdep.c version.

This would break user emulators:
  LINK  i386-linux-user/qemu-i386
qemu-malloc.o: In function `qemu_realloc':
/src/qemu/qemu-malloc.c:60: undefined reference to `qemu_oom_check'
qemu-malloc.o: In function `qemu_malloc':
/src/qemu/qemu-malloc.c:49: undefined reference to `qemu_oom_check'
qemu-malloc.o: In function `qemu_mallocz':
/src/qemu/qemu-malloc.c:70: undefined reference to `qemu_oom_check'
collect2: ld returned 1 exit status



reply via email to

[Prev in Thread] Current Thread [Next in Thread]