Home
last modified time | relevance | path

Searched full:instances (Results 1 – 25 of 56) sorted by relevance

123

/qemu/qapi/
H A Dyank.json54 # Currently implemented yank instances:
76 # Try to recover from hanging QEMU by yanking the specified instances.
79 # @instances: the instances to be yanked
88 # "instances": [
97 'data': { 'instances': ['YankInstance'] },
103 # Query yank instances. See @YankInstance for more information.
H A Daudio.json209 # instances (default: environment variable $JACK_DEFAULT_SERVER if
314 # multiple PulseAudio devices or run multiple QEMU instances
358 # PipeWire devices or run multiple QEMU instances (default:
/qemu/util/
H A Dyank.c153 void qmp_yank(YankInstanceList *instances, in qmp_yank() argument
161 for (tail = instances; tail; tail = tail->next) { in qmp_yank()
168 for (tail = instances; tail; tail = tail->next) { in qmp_yank()
/qemu/include/hw/
H A Dsysbus.h41 * yet instances of it would like to distinguish themselves, in
42 * OpenFirmware device paths, from other instances of the same class on the
/qemu/docs/system/devices/
H A Dnet.rst11 guest instances running in another QEMU process (e.g. by using the
193 Connecting emulated networks between QEMU instances
198 QEMU instances. See the description of the ``-netdev socket`` option in
H A Divshmem.rst29 # Then start your qemu instances with matching arguments
/qemu/rust/hw/timer/hpet/src/
H A Dfw_cfg.rs51 Err("Only 8 instances of HPET are allowed")?; in assign_hpet_id()
/qemu/tests/qemu-iotests/tests/
H A Dqsd-migrate.out21 Pre-switchover: Reconfigure QSD instances
H A Dqsd-migrate96 iotests.log('\nPre-switchover: Reconfigure QSD instances')
/qemu/scripts/simplebench/
H A Dimg_bench_templater.py59 instances:
/qemu/tests/qemu-iotests/
H A Dcommon.qemu3 # This allows for launching of multiple QEMU instances, with independent
9 # All instances are cleaned up via _cleanup_qemu, including killing the
H A D045133 # instances present
/qemu/include/io/
H A Dnet-listener.h80 * aid, to set names on any GSource instances associated
/qemu/docs/devel/testing/
H A Dfunctional.rst250 The cpu model that will be set to all QEMUMachine instances created
256 The machine type that will be set to all QEMUMachine instances created
/qemu/fsdev/
H A Dp9array.h49 * instances:
/qemu/docs/system/i386/
H A Dnitro-enclave.rst7 instances which are used for processing highly sensitive data. Enclaves have
/qemu/docs/
H A Dmultiseat.txt64 We'll create two vnc server instances, and bind the second one to the
/qemu/tests/qtest/
H A Dlibqtest-single.h2 * QTest - wrappers for test with single QEMU instances
H A Dcxl-test.c30 /* Dual ports on each of the pxb instances */
/qemu/tests/functional/qemu_test/
H A Dasset.py29 # Instances of this class must be declared as class level variables
/qemu/target/xtensa/
H A Dxtensa-isa-internal.h142 int num_copies; /* Number of instances. */
/qemu/target/hexagon/idef-parser/
H A Didef-parser.h144 * once, and its properties are propagated through all the subsequent instances
/qemu/contrib/plugins/
H A Dlockstep.c4 * Allows you to execute two QEMU instances in lockstep and report
/qemu/docs/devel/migration/
H A DCPR.rst24 old and new QEMU instances are not active concurrently, the URI cannot
/qemu/rust/qemu-api/src/
H A Dcallbacks.rs109 /// Because `Self` is a zero-sized type, all instances of the type are

123