diff options
Diffstat (limited to 'meta/recipes-devtools/qemu/qemu-0.14.0/init-info.patch')
| -rw-r--r-- | meta/recipes-devtools/qemu/qemu-0.14.0/init-info.patch | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/meta/recipes-devtools/qemu/qemu-0.14.0/init-info.patch b/meta/recipes-devtools/qemu/qemu-0.14.0/init-info.patch deleted file mode 100644 index 2250444a2b..0000000000 --- a/meta/recipes-devtools/qemu/qemu-0.14.0/init-info.patch +++ /dev/null | |||
| @@ -1,18 +0,0 @@ | |||
| 1 | # This is a workaround to the crashes seen on Ubuntu. Setting info to zero | ||
| 2 | # makes info.info.x11.display zero and avoids the calls to | ||
| 3 | # opengl_exec_set_parent_window, one of which is crashing. | ||
| 4 | |||
| 5 | Upstream-Status: Pending | ||
| 6 | |||
| 7 | Index: qemu-0.14.0/ui/sdl.c | ||
| 8 | =================================================================== | ||
| 9 | --- qemu-0.14.0.orig/ui/sdl.c | ||
| 10 | +++ qemu-0.14.0/ui/sdl.c | ||
| 11 | @@ -863,6 +863,7 @@ void sdl_display_init(DisplayState *ds, | ||
| 12 | vi = SDL_GetVideoInfo(); | ||
| 13 | host_format = *(vi->vfmt); | ||
| 14 | |||
| 15 | + bzero(&info, sizeof(info)); | ||
| 16 | SDL_GetWMInfo(&info); | ||
| 17 | if (info.subsystem == SDL_SYSWM_X11 && info.info.x11.display) | ||
| 18 | opengl_exec_set_parent_window(info.info.x11.display, | ||
