/qemu/hw/hyperv/ |
H A D | trace-events | 31 …t64_t count, uint64_t start, unsigned int both) "processing remove response range %"PRIu64" @ 0x%"… 32 …r, unsigned int both) "response range hole %"PRIu64" @ 0x%"PRIx64" from range %"PRIu64" @ 0x%"PRIx… 33 …int both) "response common range %"PRIu64" @ 0x%"PRIx64" from range %"PRIu64" @ 0x%"PRIx64" with o… 34 …t64_t count, uint64_t start, unsigned int both) "remove response remaining range %"PRIu64" @ 0x%"P…
|
H A D | hv-balloon-our_range_memslots.h | 53 bool both) in our_range_get_removed_tree() argument 55 if (both) { in our_range_get_removed_tree() 63 bool both) in our_range_is_removed_tree_empty() argument 65 if (both) { in our_range_is_removed_tree_empty()
|
/qemu/tests/qemu-iotests/ |
H A D | 133.out | 30 qemu-io: Cannot set both -r/-w and 'read-only' 31 qemu-io: Cannot set both -r/-w and 'read-only' 32 qemu-io: Cannot set both -c and the cache options 33 qemu-io: Cannot set both -c and the cache options 34 qemu-io: Cannot set both -c and the cache options
|
H A D | 097 | 103 # And in pass 0, the top image should be empty, whereas in both other passes 104 # it should be unchanged (which is both checked by qemu-img map) 114 # Both top and intermediate should be unchanged
|
H A D | 124 | 378 a full backup and synchronize both bitmaps to this backup. 379 Create an incremental backup through both bitmaps and verify that 380 both backups match the current drive0 image. 402 # Both bitmaps should be correctly in sync. 442 # Create bitmaps and full backups for both drives 506 # Both should complete successfully this time. 523 attempt to create a coherent incremental backup across both drives. 525 verify a failure in one but not both, then delete the failed stubs and 528 verify that both incrementals are created successfully.
|
/qemu/docs/devel/migration/ |
H A D | compatibility.rst | 30 machine type in both source and destination. The QEMU hardware 54 we have the same QEMU version in both sides (qemu-5.2) but we are using 62 both sides are the same QEMU and both sides have exactly the same 70 Now it comes the interesting ones, when both QEMU processes are 167 Here we have the same QEMU in both sides. So it doesn't matter a 220 A device with different features on both sides 223 Let's assume that we are using the same QEMU binary on both sides, 225 different features on both sides of the migration. That can be 226 because the devices are different, because the kernel driver of both 233 features of both sides, and that is the way that you should launch [all …]
|
H A D | postcopy.rst | 22 To enable postcopy, issue this command on the monitor (both source and 38 That metric is calculated both for all vCPUs as overlapped value, and 206 fail a migration because VM data resides in both source and destination 207 QEMU instances. On the other hand, when issue happens QEMU on both sides 213 - When network issue occurs, both QEMU will go into **POSTCOPY_PAUSED** 225 - When both sides of QEMU successfully reconnect using a new or fixed up 234 postcopy migration on both sides and go back to **POSTCOPY_ACTIVE** 256 identical; i.e. RAMBlocks on both sides must use the same page size.
|
/qemu/docs/system/ |
H A D | tls.rst | 94 Thus it is recommended that the server certificate include both the 97 when connecting, they may also be included in the certificate. Both IPv4 201 If a single host is going to be using TLS in both a client and server 202 role, it is possible to create a single certificate to cover both roles. 206 a single certificate, simply include the template data from both the 211 # cat > both-hostNNN.info <<EOF 228 # certtool --generate-privkey > both-hostNNN-key.pem 232 --load-privkey both-hostNNN-key.pem \ 233 --template both-hostNNN.info \ 234 --outfile both-hostNNN-cert.pem
|
H A D | target-mips.rst | 6 Four executables cover simulation of 32 and 64-bit MIPS systems in both 81 - Both KVM and TCG supported
|
/qemu/qapi/ |
H A D | audio.json | 16 # General audio backend options that are used for both playback and 91 # Options of the ALSA backend that are used for both playback and 154 # Options of the Core Audio backend that are used for both playback 205 # Options of the JACK backend that are used for both playback and 255 # Options of the OSS backend that are used for both playback and 307 # Options of the Pulseaudio backend that are used for both playback 351 # Options of the PipeWire backend that are used for both playback and 392 # Options of the SDL audio backend that are used for both playback and
|
/qemu/docs/system/i386/ |
H A D | microvm.rst | 9 for benchmarking and optimizing both QEMU and guest operating systems, 10 since it is optimized for both boot time and footprint. 70 By default, microvm aims for maximum compatibility, enabling both 89 ``TSC_DEADLINE`` feature, you can also disable both the i8259 PIC and
|
/qemu/scripts/simplebench/ |
H A D | bench-backup.py | 54 raise ValueError("Can't use 'nbd' label for both src and dst") 70 if args.target_cache == 'both': 85 if args.target_cache == 'both': 213 both: generate two test cases for each src:dst pair''', 214 default='direct', choices=('direct', 'cached', 'both'))
|
/qemu/tests/qtest/libqos/ |
H A D | virtio-9p-client.c | 370 /* expecting either Rattach or Rlerror, but obviously not both */ in v9fs_tattach() 427 /* expecting either high- or low-level path, both not both */ in v9fs_twalk() 429 /* expecting either Rwalk or Rlerror, but obviously not both */ in v9fs_twalk() 499 /* expecting either Rgetattr or Rlerror, but obviously not both */ in v9fs_tgetattr() 616 /* expecting either Rreaddir or Rlerror, but obviously not both */ in v9fs_treaddir() 707 /* expecting either Rlopen or Rlerror, but obviously not both */ in v9fs_tlopen() 830 /* expecting either hi-level atPath or low-level dfid, but not both */ in v9fs_tmkdir() 832 /* expecting either Rmkdir or Rlerror, but obviously not both */ in v9fs_tmkdir() 890 /* expecting either hi-level atPath or low-level fid, but not both */ in v9fs_tlcreate() 892 /* expecting either Rlcreate or Rlerror, but obviously not both */ in v9fs_tlcreate() [all …]
|
/qemu/docs/devel/ |
H A D | multiple-iothreads.rst | 17 event loop. The VNC server and the QMP monitor are both processed from the 25 Side note: The main loop and ``IOThread`` are both event loops but their code is 94 works both in ``IOThread``\ s or the main loop, depending on which ``AioContext`` 130 (via ioeventfd). To achieve both objects, wrap the code between
|
/qemu/include/hw/ppc/ |
H A D | spapr_numa.h | 20 * Having both SpaprMachineState and MachineState as arguments 23 * it has both pointers resolved already.
|
/qemu/linux-user/ppc/ |
H A D | Makefile.vdso | 9 -Wl,-h,linux-vdso32.so.1 -Wl,--hash-style=both \ 12 -Wl,-h,linux-vdso64.so.1 -Wl,--hash-style=both \
|
/qemu/util/ |
H A D | cpuinfo-ppc.c | 28 /* Called both as constructor and (possibly) via other constructors. */ 64 * always have both anyway, since VSX came with Power7 in cpuinfo_init()
|
/qemu/docs/system/devices/ |
H A D | ivshmem-flat.rst | 12 Similar to the ivshmem device, the ivshmem-flat device supports both peer 25 Although the ivshmem-flat supports both peer notification (interrupts) and
|
/qemu/hw/gpio/ |
H A D | nrf51_gpio.c | 98 /* Pin both driven externally and internally */ in update_state() 113 * otherwise pull-up/pull-down resistors put a value on both in update_state() 132 * Direction is exposed in both the DIR register and the DIR bit 222 * direction is exposed in both the DIR register and the DIR bit in nrf51_gpio_write()
|
/qemu/include/hw/virtio/ |
H A D | virtio-pci.h | 219 * Supports both transitional and non-transitional modes, 224 * Implements both INTERFACE_PCIE_DEVICE and INTERFACE_CONVENTIONAL_PCI_DEVICE, 233 * Implements both INTERFACE_PCIE_DEVICE and INTERFACE_CONVENTIONAL_PCI_DEVICE.
|
/qemu/hw/nvram/ |
H A D | npcm7xx_otp.c | 106 /* Common register read handler for both OTP classes. */ 175 /* Common register write handler for both OTP classes. */ 263 * work the same way for both kinds of OTP modules. in npcm7xx_fuse_array_read() 317 * registers work the same way for both kinds of OTP modules. in npcm7xx_key_storage_read() 337 * registers work the same way for both kinds of OTP modules. in npcm7xx_key_storage_write()
|
/qemu/tests/tcg/hexagon/ |
H A D | hex_sigsegv.c | 21 * When a packet has 2 stores, either both commit or neither commit. 22 * We test this with a packet that does stores to both NULL and a global
|
/qemu/gdbstub/ |
H A D | internals.h | 105 * Connection helpers for both system and user backends 135 unsigned int gdb_get_max_cpus(void); /* both */ 181 void gdb_handle_query_attached(GArray *params, void *ctx); /* both */
|
/qemu/docs/ |
H A D | multiseat.txt | 10 list includes sdl2, gtk (both 2+3) and vnc: 38 usb mouse, both connected to the xhci and linked to the display. 61 to its own window so you can see both display devices side-by-side.
|
/qemu/include/crypto/ |
H A D | cipher.h | 41 * Each QCryptoCipher object is capable of performing both 184 * @out with the resulting ciphered text. Both the 206 * @out with the resulting plain text. Both the
|