Home
last modified time | relevance | path

Searched +full:sdl2 +full:- +full:image (Results 1 – 8 of 8) sorted by relevance

/qemu/tests/lcitool/projects/
H A Dqemu.yml1 ---
3 - alsa
4 - bash
5 - bc
6 - bindgen
7 - bison
8 - brlapi
9 - bzip2
10 - bzip2-libs
11 - capstone
[all …]
/qemu/tests/vm/
H A Dopenbsd3 # OpenBSD VM image
5 # Copyright 2017-2019 Red Hat Inc.
12 # the COPYING file in the top-level directory.
40 "gettext-tools",
43 "libusb1--",
54 "sdl2",
66 set -e;
67 rm -rf /home/qemu/qemu-test.*
68 cd $(mktemp -d /home/qemu/qemu-test.XXXXXX);
70 tar -xf /dev/rsd1c;
[all …]
H A Dnetbsd3 # NetBSD VM image
5 # Copyright 2017-2019 Red Hat Inc.
12 # the COPYING file in the top-level directory.
25 link = "https://cdn.netbsd.org/pub/NetBSD/NetBSD-9.3/images/NetBSD-9.3-amd64.iso"
30 "git-base",
34 "ninja-build",
40 "gettext-tools",
54 "SDL2",
66 set -e;
67 rm -rf /home/qemu/qemu-test.*
[all …]
/qemu/ui/
H A Dsdl2.c31 #include "ui/sdl2.h"
33 #include "system/runstate-action.h"
36 #include "qemu-main.h"
83 if (!scon->surface) { in sdl2_window_create()
86 assert(!scon->real_window); in sdl2_window_create()
93 if (scon->hidden) { in sdl2_window_create()
97 if (scon->opengl) { in sdl2_window_create()
102 scon->real_window = SDL_CreateWindow("", SDL_WINDOWPOS_UNDEFINED, in sdl2_window_create()
104 surface_width(scon->surface), in sdl2_window_create()
105 surface_height(scon->surface), in sdl2_window_create()
[all …]
H A Dtrace-events18 ppm_save(int fd, void *image) "fd=%d image=%p"
20 # gtk-egl.c
21 # gtk-gl-area.c
33 # vnc-auth-sasl.c
34 # vnc-auth-vencrypt.c
35 # vnc-ws.c
40 vnc_key_event_map(bool down, int sym, int keycode, const char *name) "down %d, sym 0x%x -> keycode …
59 …b_update, size_t offset) "VNC client throttle incremental state=%p ioc=%p job-update=%d offset=%zu"
60 …nt job_update, size_t offset) "VNC client throttle forced state=%p ioc=%p job-update=%d offset=%zu"
97 # sdl2-input.c
[all …]
/qemu/qapi/
H A Dui.json1 # -*- Mode: Python -*-
45 # - 'vnc' to modify the VNC server password
46 # - 'spice' to modify the Spice server password
82 # - If Spice is not enabled, DeviceNotFound
86 # .. qmp-example::
88 # -> { "execute": "set_password", "arguments": { "protocol": "vnc",
90 # <- { "return": {} }
100 # - 'vnc' to modify the VNC server expiration
101 # - 'spice' to modify the Spice server expiration
105 # - 'now' to expire the password immediately
[all …]
/qemu/
H A Dconfigure14 source_path=$(cd "$(dirname -- "$0")"; pwd)
16 if test "$PWD" -ef "$source_path"
20 MARKER=build/auto-created-by-configure
22 if test -e build
24 if test -f $MARKER
26 rm -rf build
36 echo "your source directory, or try doing an out-of-tree build."
41 # This file is auto-generated by configure to support in-source tree
46 @$(MAKE) -C build -f Makefile $(MAKECMDGOALS)
48 test -e build/auto-created-by-configure ; \
[all …]
H A Dmeson.build15 meson.add_postconf_script(find_program('scripts/symlink-install-tree.py'))
28 config_host = keyval.load(meson.current_build_dir() / 'config-host.mak')
35 tmpdir = meson.current_build_dir() / 'meson-private/temp'
66 have_linux_user = have_linux_user or target.endswith('linux-user')
67 have_bsd_user = have_bsd_user or target.endswith('bsd-user')
68 have_system = have_system or target.endswith('-softmmu')
113 …dgen.version() + ' is unsupported. You can install a new version with "cargo install bindgen-cli"')
120 message('To use Rust you can install a new version with "cargo install bindgen-cli"')
128 '--rustc-version', rustc.version(),
129 '--workspace', meson.project_source_root() / 'rust']
[all …]