[Qemu-devel] [PATCH] ui/sdl2: fix full screen initialization.

2014-09-03 Thread Juan RP
gui_fullscreen was not initialized before creating the window with SDL_CreateWindow(). Move initialization a bit early to fix the issue. Signed-off-by: Juan RP --- ui/sdl2.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/sdl2.c b/ui/sdl2.c index fcac87b

[Qemu-devel] [PATCH] Fix for is{less, greater, unordered}* functions on NetBSD

2006-08-20 Thread Juan RP
Hi, NetBSD uses the GCC builtin functions of isless*, isgreater* and isunordered(), the following patch fixes this (we are using it on pkgsrc): --- fpu/softfloat-native.h.orig 2006-05-03 22:32:58.0 +0200 +++ fpu/softfloat-native.h 2006-05-06 19:49:25.0 +0200 @@ -33,6 +33,14