/openbmc/qemu/ui/ |
H A D | meson.build | 8 'input-keymap.c', 9 'input-legacy.c', 10 'input-barrier.c', 12 'kbd-state.c', 14 'qemu-pixman.c', 15 'ui-hmp-cmds.c', 16 'ui-qmp-cmds.c', 19 system_ss.add(when: pixman, if_true: files('console-vc.c'), if_false: files('console-vc-stubs.c')) 21 system_ss.add(files('dbus-module.c')) 23 system_ss.add([spice_headers, files('spice-module.c')]) [all …]
|
H A D | trace-events | 20 # gtk-egl.c 21 # gtk-gl-area.c 22 # gtk.c 33 # vnc-auth-sasl.c 34 # vnc-auth-vencrypt.c 35 # vnc-ws.c 36 # vnc.c 40 vnc_key_event_map(bool down, int sym, int keycode, const char *name) "down %d, sym 0x%x -> keycode … 43 vnc_msg_server_audio_begin(void *state, void *ioc) "VNC server msg audio begin state=%p ioc=%p" 44 vnc_msg_server_audio_end(void *state, void *ioc) "VNC server msg audio end state=%p ioc=%p" [all …]
|
H A D | vnc.h | 2 * QEMU VNC display driver 38 #include "io/channel-socket.h" 39 #include "io/channel-tls.h" 40 #include "io/net-listener.h" 45 #include "vnc-palette.h" 46 #include "vnc-enc-zrle.h" 47 #include "ui/kbd-state.h" 92 #define VNC_DIRTY_BPL(x) (sizeof((x)->dirty) / VNC_MAX_HEIGHT * BITS_PER_BYTE) 102 #include "vnc-auth-vencrypt.h" 104 #include "vnc-auth-sasl.h" [all …]
|
/openbmc/qemu/docs/ |
H A D | multiseat.txt | 6 ------------ 10 list includes sdl2, gtk (both 2+3) and vnc: 12 ./configure --enable-sdl 16 ./configure --enable-gtk 19 Next put together the qemu command line (sdk/gtk): 21 qemu -accel kvm -usb $memory $disk $whatever \ 22 -display [ sdl | gtk ] \ 23 -vga std \ 24 -device usb-tablet 27 standard ps/2 keyboard (implicitly there) and the usb-tablet. Now the [all …]
|
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-connectivity/gtk-vnc/ |
H A D | gtk-vnc_1.5.0.bb | 1 SUMMARY = "A VNC client viewer widget for GTK" 2 LICENSE = "LGPL-2.1-only" 6 gdk-pixbuf \ 7 glib-2.0 \ 9 gtk+3 \ 15 REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" 17 VALA_MESON_OPTION = "with-vala" 21 PACKAGECONFIG[pulseaudio] = "-Dpulseaudio=enabled,-Dpulseaudio=disabled,pulseaudio" 22 PACKAGECONFIG[sasl] = "-Dsasl=enabled,-Dsasl=disabled,cyrus-sasl" 26 inherit pkgconfig gnomebase gettext gobject-introspection vala features_check [all …]
|
/openbmc/qemu/.gitlab-ci.d/cirrus/ |
H A D | macos-14.vars | 1 # THIS FILE WAS AUTO-GENERATED 3 # $ lcitool variables macos-14 qemu 5 # https://gitlab.com/libvirt/libvirt-ci 14 …-sed gnutls gtk+3 gtk-vnc jemalloc jpeg-turbo json-c libcbor libepoxy libffi libgcrypt libiscsi li… 15 PYPI_PKGS='PyYAML numpy pillow sphinx sphinx-rtd-theme tomli'
|
H A D | freebsd-14.vars | 1 # THIS FILE WAS AUTO-GENERATED 3 # $ lcitool variables freebsd-14 qemu 5 # https://gitlab.com/libvirt/libvirt-ci 14 …-lib bash bison bzip2 ca_root_nss capstone4 ccache4 cmocka ctags curl cyrus-sasl dbus diffutils dt…
|
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/ |
H A D | qemu.inc | 7 LICENSE = "GPL-2.0-only & LGPL-2.1-only" 9 DEPENDS += "bison-native meson-native ninja-native" 11 RDEPENDS:${PN}-ptest = "bash" 13 require qemu-targets.inc 14 # https://gitlab.com/qemu-project/qemu/-/commit/81e2b198a8cb4ee5fdf108bd438f44b193ee3a36 means 15 # we need a full python3-native setup 16 inherit pkgconfig ptest update-rc.d systemd python3native 21 SRC_URI = "https://download.qemu.org/${BPN}-${PV}.tar.xz \ 23 file://run-ptest \ 24 file://fix-strerrorname_np.patch \ [all …]
|
/openbmc/openbmc/meta-openembedded/meta-gnome/conf/include/ |
H A D | non-repro-meta-gnome.inc | 1 # List of known non-reproducible package of the meta-gnome layer 5 geary-dbg \ 6 gegl-dev \ 8 gimp-dbg \ 9 gnome-terminal-src \ 10 grilo-src \ 11 gtk-vnc-src \
|
/openbmc/qemu/qapi/ |
H A D | ui.json | 1 # -*- Mode: Python -*- 22 'data': [ 'vnc', 'spice' ] } 47 # - 'vnc' to modify the VNC server password 48 # - 'spice' to modify the Spice server password 54 # VNC, only 'keep' is currently implemented. 63 'data': { 'vnc': 'SetPasswordOptionsVnc' } } 68 # Options for `set_password` specific to the VNC protocol. 84 # - If Spice is not enabled, DeviceNotFound 88 # .. qmp-example:: 90 # -> { "execute": "set_password", "arguments": { "protocol": "vnc", [all …]
|
/openbmc/qemu/tests/vm/generated/ |
H A D | freebsd.json | 10 "alsa-lib", 20 "cyrus-sasl", 25 "fusefs-libs3", 32 "gtk-vnc", 34 "json-c", 38 "libjpeg-turbo", 41 "libspice-server", 55 "py311-numpy", 56 "py311-pillow", 57 "py311-pip", [all …]
|
/openbmc/qemu/tests/docker/dockerfiles/ |
H A D | alpine.docker | 1 # THIS FILE WAS AUTO-GENERATED 3 # $ lcitool dockerfile --layers all alpine-321 qemu 5 # https://gitlab.com/libvirt/libvirt-ci 12 alsa-lib-dev \ 13 attr-dev \ 18 bzip2-dev \ 19 ca-certificates \ 20 capstone-dev \ 22 ceph-dev \ 24 cmocka-dev \ [all …]
|
H A D | opensuse-leap.docker | 1 # THIS FILE WAS AUTO-GENERATED 3 # $ lcitool dockerfile --layers all opensuse-leap-15 qemu 5 # https://gitlab.com/libvirt/libvirt-ci 9 RUN zypper update -y && \ 10 …zypper addrepo -fc https://download.opensuse.org/update/leap/15.6/backports/openSUSE:Backports:SLE… 11 zypper install -y \ 12 Mesa-devel \ 13 alsa-lib-devel \ 17 brlapi-devel \ 19 ca-certificates \ [all …]
|
/openbmc/qemu/scripts/ |
H A D | meson-buildoptions.sh | 1 # This file is generated by meson-buildoptions.py, do not edit! 3 printf "%s\n" ' --audio-drv-list=CHOICES Set audio driver list [default] (choices: alsa/co' 6 printf "%s\n" ' --bindir=VALUE Executable directory [bin]' 7 printf "%s\n" ' --block-drv-ro-whitelist=VALUE' 8 printf "%s\n" ' set block driver read-only whitelist (by default' 9 printf "%s\n" ' affects only QEMU, not tools like qemu-img)' 10 printf "%s\n" ' --block-drv-rw-whitelist=VALUE' 11 printf "%s\n" ' set block driver read-write whitelist (by default' 12 printf "%s\n" ' affects only QEMU, not tools like qemu-img)' 13 printf "%s\n" ' --datadir=VALUE Data file directory [share]' [all …]
|
/openbmc/qemu/tests/lcitool/projects/ |
H A D | qemu.yml | 1 --- 3 - alsa 4 - bash 5 - bc 6 - bindgen 7 - bison 8 - brlapi 9 - bzip2 10 - bzip2-libs 11 - capstone [all …]
|
/openbmc/qemu/ |
H A D | meson_options.txt | 1 # These options do not correspond to a --enable/--disable-* option 3 # scripts/meson-buildoptions.py's SKIP_OPTIONS constant too. 9 option('qemu_firmwarepath', type : 'array', value : ['share/qemu-firmware'], 12 description: 'use specified string as sub-version of the package') 25 …description: 'set block driver read-write whitelist (by default affects only QEMU, not tools like … 27 …description: 'set block driver read-only whitelist (by default affects only QEMU, not tools like q… 28 option('interp_prefix', type : 'string', value : '/usr/gnemul/qemu-%M', 33 description: 'fuzzing engine library for OSS-Fuzz') 40 # Everything else can be set via --enable/--disable-* option 42 # here make sure to run "make update-buildoptions". [all …]
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/vlc/ |
H A D | vlc_3.0.21.bb | 1 DESCRIPTION = "Video player and streamer - davinci edition" 5 LICENSE = "GPL-2.0-only" 8 DEPENDS = "coreutils-native fribidi libtool libgcrypt libgcrypt-native bison-native \ 10 tremor faad2 ffmpeg flac alsa-lib \ 11 lua-native lua libidn \ 16 LDFLAGS:append:riscv64 = " -latomic" 17 LDFLAGS:append:riscv32 = " -latomic" 20 file://0001-make-opencv-configurable.patch \ 21 file://0002-use-vorbisidec.patch \ 22 file://0003-fix-luaL-checkint.patch \ [all …]
|
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/ |
H A D | rpidistro-vlc_3.0.17.bb | 1 DESCRIPTION = "Video player and streamer - davinci edition" 5 LICENSE = "GPL-2.0-only" 9 git://git@github.com/RPi-Distro/vlc;protocol=https;branch=buster-rpt \ 10 file://0001-configure-fix-linking-on-RISC-V-ISA.patch \ 11 file://0002-Revert-configure-Require-libmodplug-0.8.9.patch \ 12 file://0003-CVE-2022-41325.patch \ 13 file://0004-mmal_20.patch \ 14 file://0005-mmal_exit_fix.patch \ 15 file://0006-mmal_chain.patch \ 16 file://0007-armv6.patch \ [all …]
|
/openbmc/openbmc-build-scripts/ |
H A D | qemu-build.sh | 9 # In Jenkins configure the git SCM 'Additional Behaviours', 'check-out to a sub 15 # WORKSPACE=$PWD ~/openbmc-build-scripts/qemu-build.sh 30 #set -x 33 http_proxy=${http_proxy:-} 35 if [ -z ${WORKSPACE+x} ]; then 40 docker_reg=${DOCKER_REG:-"public.ecr.aws/ubuntu"} 43 img_name=qemu-build 49 if [[ -n "${http_proxy}" ]]; then 50 …ho \"Acquire::http::Proxy \\"\"${http_proxy}/\\"\";\" > /etc/apt/apt.conf.d/000apt-cacher-ng-proxy" 55 export PROXY_HOST=${PROXY_HOST/%:[0-9]*} [all …]
|
/openbmc/qemu/include/ui/ |
H A D | clipboard.h | 16 * Typical users are user interfaces (gtk), remote access protocols 17 * (vnc) and devices talking to the guest (vdagent). 36 * @QEMU_CLIPBOARD_TYPE_TEXT: text/plain; charset=utf-8 213 * QemuClipboardInfo is a reference-counted struct. The new struct is
|
/openbmc/openbmc/meta-hpe/meta-dl385-g11/conf/templates/default/ |
H A D | local.conf.sample | 25 #MACHINE ?= "qemux86-64" 30 #MACHINE ?= "beaglebone-yocto" 32 #MACHINE ?= "genericx86-64" 33 #MACHINE ?= "mpc8315e-rdb" 36 # This sets the default machine to be qemux86-64 if no other machine is selected: 37 MACHINE ??= "dl385-g11" 52 # Where to place shared-state files 63 # The default is a sstate-cache directory under TOPDIR. 65 #SSTATE_DIR ?= "${TOPDIR}/sstate-cache" 85 DISTRO ?= "openbmc-phosphor" [all …]
|
/openbmc/openbmc/meta-yadro/meta-vegman/conf/templates/default/ |
H A D | local.conf.sample | 33 # Where to place shared-state files 44 # The default is a sstate-cache directory under TOPDIR. 46 #SSTATE_DIR ?= "${TOPDIR}/sstate-cache" 68 DISTRO ?= "openbmc-phosphor" 73 # DISTRO ?= "poky-bleeding" 82 # - 'package_deb' for debian style deb files 83 # - 'package_ipk' for ipk files are used by opkg (a debian style embedded package manager) 84 # - 'package_rpm' for rpm style packages 106 # "dbg-pkgs" - add -dbg packages for all installed packages 108 # "src-pkgs" - add -src packages for all installed packages [all …]
|
/openbmc/openbmc/meta-qualcomm/conf/templates/default/ |
H A D | local.conf.sample | 17 MACHINE ??= "qualcomm-dc-scm-v1" 33 # Where to place shared-state files 44 # The default is a sstate-cache directory under TOPDIR. 46 #SSTATE_DIR ?= "${TOPDIR}/sstate-cache" 68 DISTRO ?= "openbmc-phosphor" 73 # DISTRO ?= "poky-bleeding" 82 # - 'package_deb' for debian style deb files 83 # - 'package_ipk' for ipk files are used by opkg (a debian style embedded package manager) 84 # - 'package_rpm' for rpm style packages 106 # "dbg-pkgs" - add -dbg packages for all installed packages [all …]
|
/openbmc/openbmc/meta-facebook/meta-bletchley/conf/templates/default/ |
H A D | local.conf.sample | 33 # Where to place shared-state files 44 # The default is a sstate-cache directory under TOPDIR. 46 #SSTATE_DIR ?= "${TOPDIR}/sstate-cache" 68 DISTRO ?= "openbmc-phosphor" 73 # DISTRO ?= "poky-bleeding" 82 # - 'package_deb' for debian style deb files 83 # - 'package_ipk' for ipk files are used by opkg (a debian style embedded package manager) 84 # - 'package_rpm' for rpm style packages 106 # "dbg-pkgs" - add -dbg packages for all installed packages 108 # "src-pkgs" - add -src packages for all installed packages [all …]
|
/openbmc/openbmc/meta-facebook/meta-catalina/conf/templates/default/ |
H A D | local.conf.sample | 33 # Where to place shared-state files 44 # The default is a sstate-cache directory under TOPDIR. 46 #SSTATE_DIR ?= "${TOPDIR}/sstate-cache" 68 DISTRO ?= "openbmc-phosphor" 73 # DISTRO ?= "poky-bleeding" 82 # - 'package_deb' for debian style deb files 83 # - 'package_ipk' for ipk files are used by opkg (a debian style embedded package manager) 84 # - 'package_rpm' for rpm style packages 106 # "dbg-pkgs" - add -dbg packages for all installed packages 108 # "src-pkgs" - add -src packages for all installed packages [all …]
|