Home
last modified time | relevance | path

Searched refs:postcopy (Results 1 – 25 of 220) sorted by relevance

123456789

/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/qapi/
H A Dmigration.json114 # @postcopy-active: like active, but now in postcopy mode. (since 2.5)
116 # @postcopy-paused: during postcopy but paused. (since 3.0)
118 # @postcopy-recover: trying to recover from a paused postcopy. (since 3.0)
137 'active', 'postcopy-active', 'postcopy-paused',
188 # @postcopy-blocktime: total time when all vCPU were blocked during postcopy
192 # @postcopy-vcpu-blocktime: list of the postcopy blocktime per vCPU. This is
402 # @postcopy-blocktime: Calculate downtime for postcopy live migration
551 # @max-postcopy-bandwidth: Background transfer bandwidth during postcopy.
641 # @max-postcopy-bandwidth: Background transfer bandwidth during postcopy.
758 # @max-postcopy-bandwidth: Background transfer bandwidth during postcopy.
[all …]
/dports/emulators/qemu42/qemu-4.2.1/qapi/
H A Dmigration.json118 # @postcopy-active: like active, but now in postcopy mode. (since 2.5)
120 # @postcopy-paused: during postcopy but paused. (since 3.0)
122 # @postcopy-recover: trying to recover from a paused postcopy. (since 3.0)
144 'active', 'postcopy-active', 'postcopy-paused',
195 # @postcopy-blocktime: total time when all vCPU were blocked during postcopy
199 # @postcopy-vcpu-blocktime: list of the postcopy blocktime per vCPU. This is
412 # @postcopy-blocktime: Calculate downtime for postcopy live migration
582 # @max-postcopy-bandwidth: Background transfer bandwidth during postcopy.
684 # @max-postcopy-bandwidth: Background transfer bandwidth during postcopy.
818 # @max-postcopy-bandwidth: Background transfer bandwidth during postcopy.
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/qapi/
H A Dmigration.json118 # @postcopy-active: like active, but now in postcopy mode. (since 2.5)
120 # @postcopy-paused: during postcopy but paused. (since 3.0)
122 # @postcopy-recover: trying to recover from a paused postcopy. (since 3.0)
144 'active', 'postcopy-active', 'postcopy-paused',
195 # @postcopy-blocktime: total time when all vCPU were blocked during postcopy
199 # @postcopy-vcpu-blocktime: list of the postcopy blocktime per vCPU. This is
412 # @postcopy-blocktime: Calculate downtime for postcopy live migration
582 # @max-postcopy-bandwidth: Background transfer bandwidth during postcopy.
684 # @max-postcopy-bandwidth: Background transfer bandwidth during postcopy.
818 # @max-postcopy-bandwidth: Background transfer bandwidth during postcopy.
[all …]
/dports/sysutils/syslinux/syslinux-6.03/com32/lib/syslinux/
H A Dmovebits.c224 struct syslinux_movelist **postcopy) in shuffle_dealias() argument
233 *postcopy = NULL; in shuffle_dealias()
288 mp->next = *postcopy; in shuffle_dealias()
289 *postcopy = mp; in shuffle_dealias()
305 syslinux_dump_movelist(*postcopy); in shuffle_dealias()
390 struct syslinux_movelist *postcopy = NULL; in syslinux_compute_movelist() local
421 shuffle_dealias(&frags, &postcopy); in syslinux_compute_movelist()
622 *op = postcopy; in syslinux_compute_movelist()
623 postcopy = NULL; in syslinux_compute_movelist()
631 if (postcopy) in syslinux_compute_movelist()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/qapi/
H A Dmigration.json118 # @postcopy-active: like active, but now in postcopy mode. (since 2.5)
120 # @postcopy-paused: during postcopy but paused. (since 3.0)
122 # @postcopy-recover: trying to recover from a paused postcopy. (since 3.0)
144 'active', 'postcopy-active', 'postcopy-paused',
195 # @postcopy-blocktime: total time when all vCPU were blocked during postcopy
199 # @postcopy-vcpu-blocktime: list of the postcopy blocktime per vCPU. This is
412 # @postcopy-blocktime: Calculate downtime for postcopy live migration
602 # @max-postcopy-bandwidth: Background transfer bandwidth during postcopy.
726 # @max-postcopy-bandwidth: Background transfer bandwidth during postcopy.
885 # @max-postcopy-bandwidth: Background transfer bandwidth during postcopy.
[all …]
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/qapi/
H A Dmigration.json118 # @postcopy-active: like active, but now in postcopy mode. (since 2.5)
120 # @postcopy-paused: during postcopy but paused. (since 3.0)
122 # @postcopy-recover: trying to recover from a paused postcopy. (since 3.0)
144 'active', 'postcopy-active', 'postcopy-paused',
195 # @postcopy-blocktime: total time when all vCPU were blocked during postcopy
199 # @postcopy-vcpu-blocktime: list of the postcopy blocktime per vCPU. This is
412 # @postcopy-blocktime: Calculate downtime for postcopy live migration
602 # @max-postcopy-bandwidth: Background transfer bandwidth during postcopy.
726 # @max-postcopy-bandwidth: Background transfer bandwidth during postcopy.
885 # @max-postcopy-bandwidth: Background transfer bandwidth during postcopy.
[all …]
/dports/emulators/qemu/qemu-6.2.0/docs/devel/
H A Dmigration.rst609 doesn't finish in a given time the switch is made to postcopy.
611 Enabling postcopy
617 ``migrate_set_capability postcopy-ram on``
624 will now cause the transition from precopy to postcopy.
635 ``migrate_set_capability postcopy-blocktime on``
643 During the postcopy phase, the bandwidth limits set using
666 - Command: 'postcopy listen'
671 - Command: 'postcopy run'
736 Set at the start of migration if postcopy is enabled, even
832 to support postcopy.
[all …]
/dports/emulators/qemu42/qemu-4.2.1/docs/devel/
H A Dmigration.rst588 doesn't finish in a given time the switch is made to postcopy.
590 Enabling postcopy
596 ``migrate_set_capability postcopy-ram on``
603 will now cause the transition from precopy to postcopy.
614 ``migrate_set_capability postcopy-blocktime on``
622 During the postcopy phase, the bandwidth limits set using
645 - Command: 'postcopy listen'
650 - Command: 'postcopy run'
715 Set at the start of migration if postcopy is enabled, even
811 to support postcopy.
[all …]
/dports/emulators/qemu60/qemu-6.0.0/docs/devel/
H A Dmigration.rst609 doesn't finish in a given time the switch is made to postcopy.
611 Enabling postcopy
617 ``migrate_set_capability postcopy-ram on``
624 will now cause the transition from precopy to postcopy.
635 ``migrate_set_capability postcopy-blocktime on``
643 During the postcopy phase, the bandwidth limits set using
666 - Command: 'postcopy listen'
671 - Command: 'postcopy run'
736 Set at the start of migration if postcopy is enabled, even
832 to support postcopy.
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/docs/devel/
H A Dmigration.rst583 doesn't finish in a given time the switch is made to postcopy.
585 Enabling postcopy
591 ``migrate_set_capability postcopy-ram on``
598 will now cause the transition from precopy to postcopy.
609 ``migrate_set_capability postcopy-blocktime on``
617 During the postcopy phase, the bandwidth limits set using
640 - Command: 'postcopy listen'
645 - Command: 'postcopy run'
710 Set at the start of migration if postcopy is enabled, even
806 to support postcopy.
[all …]
/dports/emulators/qemu5/qemu-5.2.0/docs/devel/
H A Dmigration.rst608 doesn't finish in a given time the switch is made to postcopy.
610 Enabling postcopy
616 ``migrate_set_capability postcopy-ram on``
623 will now cause the transition from precopy to postcopy.
634 ``migrate_set_capability postcopy-blocktime on``
642 During the postcopy phase, the bandwidth limits set using
665 - Command: 'postcopy listen'
670 - Command: 'postcopy run'
735 Set at the start of migration if postcopy is enabled, even
831 to support postcopy.
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/docs/devel/
H A Dmigration.rst588 doesn't finish in a given time the switch is made to postcopy.
590 Enabling postcopy
596 ``migrate_set_capability postcopy-ram on``
603 will now cause the transition from precopy to postcopy.
614 ``migrate_set_capability postcopy-blocktime on``
622 During the postcopy phase, the bandwidth limits set using
645 - Command: 'postcopy listen'
650 - Command: 'postcopy run'
715 Set at the start of migration if postcopy is enabled, even
811 to support postcopy.
[all …]
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/docs/devel/
H A Dmigration.rst588 doesn't finish in a given time the switch is made to postcopy.
590 Enabling postcopy
596 ``migrate_set_capability postcopy-ram on``
603 will now cause the transition from precopy to postcopy.
614 ``migrate_set_capability postcopy-blocktime on``
622 During the postcopy phase, the bandwidth limits set using
645 - Command: 'postcopy listen'
650 - Command: 'postcopy run'
715 Set at the start of migration if postcopy is enabled, even
811 to support postcopy.
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/docs/devel/
H A Dmigration.rst588 doesn't finish in a given time the switch is made to postcopy.
590 Enabling postcopy
596 ``migrate_set_capability postcopy-ram on``
603 will now cause the transition from precopy to postcopy.
614 ``migrate_set_capability postcopy-blocktime on``
622 During the postcopy phase, the bandwidth limits set using
645 - Command: 'postcopy listen'
650 - Command: 'postcopy run'
715 Set at the start of migration if postcopy is enabled, even
811 to support postcopy.
[all …]
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/docs/devel/
H A Dmigration.rst609 doesn't finish in a given time the switch is made to postcopy.
611 Enabling postcopy
617 ``migrate_set_capability postcopy-ram on``
624 will now cause the transition from precopy to postcopy.
635 ``migrate_set_capability postcopy-blocktime on``
643 During the postcopy phase, the bandwidth limits set using
666 - Command: 'postcopy listen'
671 - Command: 'postcopy run'
736 Set at the start of migration if postcopy is enabled, even
832 to support postcopy.
[all …]
/dports/emulators/qemu5/qemu-5.2.0/qapi/
H A Dmigration.json121 # @postcopy-active: like active, but now in postcopy mode. (since 2.5)
123 # @postcopy-paused: during postcopy but paused. (since 3.0)
125 # @postcopy-recover: trying to recover from a paused postcopy. (since 3.0)
147 'active', 'postcopy-active', 'postcopy-paused',
210 # @postcopy-blocktime: total time when all vCPU were blocked during postcopy
214 # @postcopy-vcpu-blocktime: list of the postcopy blocktime per vCPU. This is
433 # @postcopy-blocktime: Calculate downtime for postcopy live migration
676 # @max-postcopy-bandwidth: Background transfer bandwidth during postcopy.
836 # @max-postcopy-bandwidth: Background transfer bandwidth during postcopy.
1031 # @max-postcopy-bandwidth: Background transfer bandwidth during postcopy.
[all …]
/dports/emulators/qemu42/qemu-4.2.1/tests/qemu-iotests/
H A D20184 _send_qemu_cmd $dest 'migrate_set_capability postcopy-ram on' "(qemu)"
98 _send_qemu_cmd $src 'migrate_set_capability postcopy-ram on' "(qemu)"
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/tests/qemu-iotests/
H A D20184 _send_qemu_cmd $dest 'migrate_set_capability postcopy-ram on' "(qemu)"
98 _send_qemu_cmd $src 'migrate_set_capability postcopy-ram on' "(qemu)"
/dports/emulators/qemu-utils/qemu-4.2.1/tests/qemu-iotests/
H A D20184 _send_qemu_cmd $dest 'migrate_set_capability postcopy-ram on' "(qemu)"
98 _send_qemu_cmd $src 'migrate_set_capability postcopy-ram on' "(qemu)"
/dports/emulators/qemu/qemu-6.2.0/qapi/
H A Dmigration.json121 # @postcopy-active: like active, but now in postcopy mode. (since 2.5)
123 # @postcopy-paused: during postcopy but paused. (since 3.0)
125 # @postcopy-recover: trying to recover from a paused postcopy. (since 3.0)
147 'active', 'postcopy-active', 'postcopy-paused',
210 # @postcopy-blocktime: total time when all vCPU were blocked during postcopy
214 # @postcopy-vcpu-blocktime: list of the postcopy blocktime per vCPU. This is
438 # @postcopy-blocktime: Calculate downtime for postcopy live migration
709 # @max-postcopy-bandwidth: Background transfer bandwidth during postcopy.
874 # @max-postcopy-bandwidth: Background transfer bandwidth during postcopy.
1073 # @max-postcopy-bandwidth: Background transfer bandwidth during postcopy.
[all …]
/dports/emulators/qemu60/qemu-6.0.0/qapi/
H A Dmigration.json121 # @postcopy-active: like active, but now in postcopy mode. (since 2.5)
123 # @postcopy-paused: during postcopy but paused. (since 3.0)
125 # @postcopy-recover: trying to recover from a paused postcopy. (since 3.0)
147 'active', 'postcopy-active', 'postcopy-paused',
210 # @postcopy-blocktime: total time when all vCPU were blocked during postcopy
214 # @postcopy-vcpu-blocktime: list of the postcopy blocktime per vCPU. This is
444 # @postcopy-blocktime: Calculate downtime for postcopy live migration
709 # @max-postcopy-bandwidth: Background transfer bandwidth during postcopy.
869 # @max-postcopy-bandwidth: Background transfer bandwidth during postcopy.
1064 # @max-postcopy-bandwidth: Background transfer bandwidth during postcopy.
[all …]
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/qapi/
H A Dmigration.json121 # @postcopy-active: like active, but now in postcopy mode. (since 2.5)
123 # @postcopy-paused: during postcopy but paused. (since 3.0)
125 # @postcopy-recover: trying to recover from a paused postcopy. (since 3.0)
147 'active', 'postcopy-active', 'postcopy-paused',
210 # @postcopy-blocktime: total time when all vCPU were blocked during postcopy
214 # @postcopy-vcpu-blocktime: list of the postcopy blocktime per vCPU. This is
438 # @postcopy-blocktime: Calculate downtime for postcopy live migration
703 # @max-postcopy-bandwidth: Background transfer bandwidth during postcopy.
863 # @max-postcopy-bandwidth: Background transfer bandwidth during postcopy.
1058 # @max-postcopy-bandwidth: Background transfer bandwidth during postcopy.
[all …]
/dports/emulators/qemu5/qemu-5.2.0/tests/qemu-iotests/
H A D20184 _send_qemu_cmd $dest 'migrate_set_capability postcopy-ram on' "(qemu)"
98 _send_qemu_cmd $src 'migrate_set_capability postcopy-ram on' "(qemu)"
/dports/emulators/qemu-guest-agent/qemu-5.0.1/tests/qemu-iotests/
H A D20184 _send_qemu_cmd $dest 'migrate_set_capability postcopy-ram on' "(qemu)"
98 _send_qemu_cmd $src 'migrate_set_capability postcopy-ram on' "(qemu)"
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/tests/qemu-iotests/
H A D20184 _send_qemu_cmd $dest 'migrate_set_capability postcopy-ram on' "(qemu)"
98 _send_qemu_cmd $src 'migrate_set_capability postcopy-ram on' "(qemu)"

123456789