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

2010-10-26 Thread Jes . Sorensen
From: Jes Sorensen 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. Signed-off-by: Jes Sorensen --- Makefile.target |2 +- oslib-posix.c |8 +++-

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

2010-10-18 Thread Jes . Sorensen
From: Jes Sorensen 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. Signed-off-by: Jes Sorensen --- Makefile.target |2 +- oslib-posix.c |8 +++-

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

2010-10-16 Thread Jes . Sorensen
From: Jes Sorensen 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. Signed-off-by: Jes Sorensen --- oslib-posix.c |8 +++- oslib-win32.c |6 +++---

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

2010-10-15 Thread Jes . Sorensen
From: Jes Sorensen 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. Signed-off-by: Jes Sorensen --- os-posix-lib.c | 13 +++-- os-win32-lib.c | 13