/qemu/scripts/ |
H A D | make-release | 51 destination=qemu-${version} 54 "${src}" ${destination} 56 pushd ${destination} 85 tar "${exclude[@]}" -cJf ${destination}.tar.xz ${destination} 86 rm -rf ${destination}
|
/qemu/docs/devel/migration/ |
H A D | postcopy.rst | 12 In postcopy the destination CPUs are started before all the memory has been 23 destination) prior to the start of migration: 39 separately for each vCPU. These values are calculated on destination 41 command on destination monitor: 53 the destination is waiting for). 67 if it hasn't had the start command; here the destination 70 The destination will fail early in migration at this point if the 85 the destination state to Listen, and starts a new thread 89 reception, the destination now 'sensitises' the RAM to detect 95 POSTCOPY_RUN causes the destination to synchronise all [all …]
|
H A D | vfio.rst | 7 destination host. This document details how saving and restoring of VFIO 14 continue whilst the VFIO device state is transferred to the destination, this 22 and recommends that the initial bytes are sent and loaded in the destination 50 * A ``load_setup`` function that sets the VFIO device on the destination in 142 phase. So, a page marked as dirty will be copied to the destination in both 150 off, all dirty pages will be copied to the destination in stop-and-copy phase
|
H A D | mapped-ram.rst | 24 On both source and destination, enable the ``multifd`` and 47 immediately restored on the destination VM\ [#alternatives]_. These could be 88 ramblock. Zero pages are ignored as they'd be zero in the destination
|
/qemu/qapi/ |
H A D | machine-s390x.json | 31 # @socket-id: destination socket to move the vCPU to 33 # @book-id: destination book to move the vCPU to 35 # @drawer-id: destination drawer to move the vCPU to
|
H A D | rocker.json | 137 # @eth-dst: Ethernet header destination MAC address 143 # @ip-dst: IP header destination address 169 # @eth-dst: Ethernet header destination MAC address 291 # @set-eth-dst: set destination MAC address in Ethernet header
|
/qemu/docs/specs/ |
H A D | edu.rst | 81 0x88 (RW) : DMA destination address 112 One has to specify, source, destination, size, and start the transfer. One 122 0x40000 -> DMA destination address 131 addr+100 -> DMA destination address
|
H A D | rocker.rst | 534 memory, the destination port, and any hardware-offload functions (such as L3 751 OF_DPA_DST_MAC 6 (N) destination MAC 752 OF_DPA_DST_MAC_MASK 6 (N) destination MAC mask 766 OF_DPA_DST_IP 4 (N) destination IPv4 address. 769 OF_DPA_DST_IPV6 16 (N) destination IPv6 address. 787 OF_DPA_DST_IP 4 (N) destination IPv4 address. 794 OF_DPA_DST_IPV6 16 (N) destination IPv6 Address. Must 807 OF_DPA_DST_MAC 6 (N) destination MAC 808 OF_DPA_DST_MAC_MASK 6 (N) destination MAC mask 835 OF_DPA_DST_MAC 6 (N) destination MAC [all …]
|
H A D | ppc-spapr-hcalls.rst | 65 of memory (supports overlap of source and destination) and XOR which 72 ``r4``: Guest physical address of destination.
|
H A D | tpm.rst | 500 '-incoming' option on the destination side 503 directories on the source and destination swtpm (--tpmstate dir=...) 510 '-incoming' option on the destination side 523 - the versions of the swtpm on the source and destination sides are 528 - the source and destination libtpms were compiled with different 529 compile-time options and the destination side refuses to accept the 532 - different migration keys are used on the source and destination side 533 and the destination side cannot decrypt the migrated state
|
/qemu/tests/qemu-iotests/tests/ |
H A D | qsd-migrate.out | 4 Launching destination QSD... 5 Launching destination VM... 33 Test I/O on the destination
|
/qemu/tests/qemu-iotests/ |
H A D | 181.out | 18 === Do postcopy migration to destination === 21 === Do some I/O on the destination ===
|
H A D | 181 | 91 echo === Do postcopy migration to destination === 122 echo === Do some I/O on the destination ===
|
H A D | 194.out | 4 Launching NBD server on destination... 22 Stopping the NBD server on destination...
|
H A D | 201.out | 13 === On destination, execute savevm and loadvm ===
|
H A D | 262.out | 1 Launching destination VM...
|
/qemu/docs/ |
H A D | multi-thread-compression.txt | 35 compression, if the source and destination CPU have equal speed, 111 1. Verify both the source and destination QEMU are able 125 5. Set the decompression thread count on destination: 129 {qemu} migrate -d tcp:destination.host:4444
|
H A D | xbzrle.txt | 84 1. Verify the destination QEMU version is able to decode the new format. 88 2. Activate xbzrle on both source and destination: 96 {qemu} migrate -d tcp:destination.host:4444
|
/qemu/hw/pci-host/ |
H A D | designware.c | 422 MemoryRegion *source, *destination, *mem; in designware_pcie_root_realize() local 434 destination = host_mem; in designware_pcie_root_realize() 443 memory_region_init_alias(mem, OBJECT(root), name, destination, in designware_pcie_root_realize() 457 destination = &host->pci.memory; in designware_pcie_root_realize() 467 memory_region_init_alias(mem, OBJECT(root), name, destination, in designware_pcie_root_realize()
|
/qemu/docs/devel/ |
H A D | tcg.rst | 62 matches the current CPU state. If the destination TB is available its 80 just the PC of the branch destination, but others may store additional 108 ``goto_tb`` step, it will already be patched (assuming the destination TB 110 the destination TB, without going back to the main loop. 119 may change, causing the code at the destination address to change. 183 change, chaining is only performed when the destination of the jump
|
/qemu/hw/i386/ |
H A D | amd_iommu.h | 261 destination:8, member 281 destination:24, member
|
/qemu/docs/interop/ |
H A D | bitmaps.rst | 371 single destination, such that any segment marked as dirty in any source 372 bitmap(s) will be marked dirty in the destination bitmap. 374 - Merge does not create the destination bitmap if it does not exist. A blank 377 - The destination is not cleared prior to merge, so subsequent merge 380 - If the merge operation should fail, the destination bitmap is guaranteed to 381 be unmodified. The operation may fail if the source or destination bitmaps 388 destination. 542 blocks out to a destination. We will be using the `blockdev-backup 565 destination. These writes will be recorded in the bitmap 722 #. Create a destination image for the incremental backup that utilizes the [all …]
|
H A D | live-block-operations.rst | 122 Point-in-time (live) copy of a block device to a destination. 582 way to [D], to a new target (``drive-mirror`` will create the destination 597 to the destination. 673 The destination host must already have the contents of the backing 680 the destination. 684 ``localhost`` as both source and destination. 686 As noted earlier, on the destination host the contents of the backing 689 destination host, let's create a target overlay image (with the image 696 And start the destination QEMU (we already have the source QEMU running 699 simplicity's sake, the destination QEMU is started on the same host, but [all …]
|
/qemu/tests/qtest/ |
H A D | pnv-xive2-common.c | 38 uint8_t *destination = (uint8_t *)dest; in xive_get_struct() local 42 *(destination + i) = qtest_readb(qts, src + i); in xive_get_struct()
|
/qemu/qga/ |
H A D | commands-linux.c | 2177 char destination[33], source[33], next_hop[33]; in qmp_guest_network_get_route() local 2180 destination, &des_prefixlen, source, in qmp_guest_network_get_route() 2186 route->destination = hex_to_ip_address(destination, 1); in qmp_guest_network_get_route() 2187 if (route->destination == NULL) { in qmp_guest_network_get_route() 2204 unsigned int destination, gateway, mask, flags; in qmp_guest_network_get_route() local 2207 iface, &destination, &gateway, &flags, &refcnt, in qmp_guest_network_get_route() 2212 route->destination = hex_to_ip_address(&destination, 0); in qmp_guest_network_get_route() 2213 if (route->destination == NULL) { in qmp_guest_network_get_route()
|