Searched +full:sound +full:- +full:name +full:- +full:prefix (Results 1 – 5 of 5) sorted by relevance
/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 …]
|
/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', 29 description: 'where to find shared libraries etc., use %M for cpu name') 33 description: 'fuzzing engine library for OSS-Fuzz') 35 description: 'Trace file prefix for simple backend') [all …]
|
H A D | qemu-options.hx | 14 "-h or -help display this help and exit\n", QEMU_ARCH_ALL) 16 ``-h`` 21 "-version display version information and exit\n", QEMU_ARCH_ALL) 23 ``-version`` 28 "-machine [type=]name[,prop[=value][,...]]\n" 29 " selects emulated machine ('-machine help' for list)\n" 33 " dump-guest-core=on|off include guest memory in a core dump (default=on)\n" 34 " mem-merge=on|off controls memory merge support (default: on)\n" 35 " aes-key-wrap=on|off controls support for AES key wrapping (default=on)\n" 36 " dea-key-wrap=on|off controls support for DEA key wrapping (default=on)\n" [all …]
|
/qemu/hw/smbios/ |
H A D | smbios.c | 4 * Copyright (C) 2009 Hewlett-Packard Development Company, L.P. 12 * the COPYING file in the top-level directory. 14 * Contributions after 2012-01-13 are licensed under the terms of the 21 #include "qemu/config-file.h" 34 * SMBIOS tables provided by user with '-smbios file=<foo>' option 121 "sound", 136 .name = "smbios", 149 .name = "file", 158 .name = "type", 162 .name = "vendor", [all …]
|
/qemu/hw/m68k/ |
H A D | q800.c | 26 #include "qemu/guest-random.h" 31 #include "hw/or-irq.h" 38 #include "standard-headers/asm-m68k/bootinfo.h" 39 #include "standard-headers/asm-m68k/bootinfo-mac.h" 42 #include "hw/m68k/q800-glue.h" 48 #include "hw/nubus/mac-nubus-bridge.h" 54 #include "qemu/error-report.h" 67 #define IO_SLICE_MASK (IO_SLICE - 1) 96 * Slot 0x9 is reserved for use by the in-built framebuffer whilst only 112 cpu->env.aregs[7] = ldl_phys(cs->as, 0); in main_cpu_reset() [all …]
|