Searched full:instances (Results 1 – 25 of 56) sorted by relevance
123
/qemu/qapi/ |
H A D | yank.json | 54 # 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 D | audio.json | 209 # 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 D | yank.c | 153 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 D | sysbus.h | 41 * 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 D | net.rst | 11 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 D | ivshmem.rst | 29 # Then start your qemu instances with matching arguments
|
/qemu/rust/hw/timer/hpet/src/ |
H A D | fw_cfg.rs | 51 Err("Only 8 instances of HPET are allowed")?; in assign_hpet_id()
|
/qemu/tests/qemu-iotests/tests/ |
H A D | qsd-migrate.out | 21 Pre-switchover: Reconfigure QSD instances
|
H A D | qsd-migrate | 96 iotests.log('\nPre-switchover: Reconfigure QSD instances')
|
/qemu/scripts/simplebench/ |
H A D | img_bench_templater.py | 59 instances:
|
/qemu/tests/qemu-iotests/ |
H A D | common.qemu | 3 # This allows for launching of multiple QEMU instances, with independent 9 # All instances are cleaned up via _cleanup_qemu, including killing the
|
H A D | 045 | 133 # instances present
|
/qemu/include/io/ |
H A D | net-listener.h | 80 * aid, to set names on any GSource instances associated
|
/qemu/docs/devel/testing/ |
H A D | functional.rst | 250 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 D | p9array.h | 49 * instances:
|
/qemu/docs/system/i386/ |
H A D | nitro-enclave.rst | 7 instances which are used for processing highly sensitive data. Enclaves have
|
/qemu/docs/ |
H A D | multiseat.txt | 64 We'll create two vnc server instances, and bind the second one to the
|
/qemu/tests/qtest/ |
H A D | libqtest-single.h | 2 * QTest - wrappers for test with single QEMU instances
|
H A D | cxl-test.c | 30 /* Dual ports on each of the pxb instances */
|
/qemu/tests/functional/qemu_test/ |
H A D | asset.py | 29 # Instances of this class must be declared as class level variables
|
/qemu/target/xtensa/ |
H A D | xtensa-isa-internal.h | 142 int num_copies; /* Number of instances. */
|
/qemu/target/hexagon/idef-parser/ |
H A D | idef-parser.h | 144 * once, and its properties are propagated through all the subsequent instances
|
/qemu/contrib/plugins/ |
H A D | lockstep.c | 4 * Allows you to execute two QEMU instances in lockstep and report
|
/qemu/docs/devel/migration/ |
H A D | CPR.rst | 24 old and new QEMU instances are not active concurrently, the URI cannot
|
/qemu/rust/qemu-api/src/ |
H A D | callbacks.rs | 109 /// Because `Self` is a zero-sized type, all instances of the type are
|
123