| /openbmc/openbmc/meta-phosphor/recipes-core/dropbear/ |
| H A D | dropbear_%.bbappend | 9 file://dropbear-migrate-key-location.service \ 10 file://migrate-key-location \ 21 # Add service to migrate the dropbear keys from /var/lib to /etc. 24 install -m 0644 ${UNPACKDIR}/dropbear-migrate-key-location.service \ 28 install -m 0755 ${UNPACKDIR}/migrate-key-location ${D}${libexecdir}/${BPN} 30 SYSTEMD_SERVICE:${PN}:append = " dropbear-migrate-key-location.service"
|
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | 300 | 92 def migrate(self, bitmap_name_valid: bool = True, member in TestDirtyBitmapMigration 180 self.migrate(self.src_node_name == self.dst_node_name and 196 self.migrate() 204 self.migrate() 216 self.migrate() 356 self.migrate(False) 361 self.migrate(False) 373 self.migrate(False) 384 self.migrate(False) 399 self.migrate(False) [all …]
|
| H A D | 201.out | 7 === Set 'migrate_set_capability postcopy-ram on' and migrate ===
|
| H A D | 194.out | 13 {"execute": "migrate-start-postcopy", "arguments": {}}
|
| H A D | 280.out | 6 {"execute": "migrate", "arguments": {"uri": "exec:cat > /dev/null"}}
|
| /openbmc/qemu/hw/display/ |
| H A D | ramfb-standalone.c | 19 bool migrate; member 50 return ramfb->migrate; in migrate_needed() 65 DEFINE_PROP_BOOL("x-migrate", RAMFBStandaloneState, migrate, true),
|
| /openbmc/qemu/tests/qemu-iotests/tests/ |
| H A D | qsd-migrate.out | 14 {"execute": "migrate-set-capabilities", "arguments": {"capabilities": [{"capability": "events", "st… 16 {"execute": "migrate-set-capabilities", "arguments": {"capabilities": [{"capability": "events", "st… 18 {"execute": "migrate", "arguments": {"uri": "unix:SOCK_DIR/PID-migrate.sock"}} 30 {"execute": "migrate-continue", "arguments": {"state": "pre-switchover"}}
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/softhsm/ |
| H A D | softhsm_2.6.1.bb | 30 PACKAGECONFIG[migrate] = "--with-migrate"
|
| /openbmc/openbmc/meta-phosphor/recipes-core/dropbear/dropbear/ |
| H A D | dropbear-migrate-key-location.service | 9 ExecStart=/usr/libexec/dropbear/migrate-key-location
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python-jsonref/ |
| H A D | python3-jsonref_1.1.0.bb | 8 SRC_URI += "file://migrate-to-pdm-backend.patch"
|
| /openbmc/qemu/docs/ |
| H A D | COLO-FT.txt | 122 | migrate-set-capabilities with x-colo 123 | migrate 213 {"execute": "migrate-set-capabilities", "arguments": {"capabilities": [ {"capability": "x-colo", "s… 219 before running the qmp command migrate on primary QEMU 229 {"execute": "migrate-set-capabilities", "arguments": {"capabilities": [ {"capability": "x-colo", "s… 230 {"execute": "migrate", "arguments": {"uri": "tcp:127.0.0.2:9998" } } 238 You can issue command '{ "execute": "migrate-set-parameters" , "arguments":{ "x-checkpoint-delay": … 299 {"execute": "migrate-set-capabilities", "arguments":{ "capabilities": [ {"capability": "x-colo", "s… 300 {"execute": "migrate", "arguments":{ "uri": "tcp:127.0.0.2:9998" } } 328 {"execute": "migrate-set-capabilities", "arguments":{ "capabilities": [ {"capability": "x-colo", "s… [all …]
|
| H A D | multi-thread-compression.txt | 129 {qemu} migrate -d tcp:destination.host:4444 130 {qemu} info migrate
|
| H A D | xbzrle.txt | 96 {qemu} migrate -d tcp:destination.host:4444 97 {qemu} info migrate
|
| /openbmc/qemu/tests/qtest/libqos/ |
| H A D | libqos.h | 31 void migrate(QOSState *from, QOSState *to, const char *uri);
|
| H A D | libqos.c | 79 void migrate(QOSState *from, QOSState *to, const char *uri) in migrate() function
|
| /openbmc/qemu/docs/devel/migration/ |
| H A D | compatibility.rst | 94 we have a problem when we try to migrate between different QEMU 98 pc-5.1, it needs to **not** use the feature, to be able to migrate to 133 When we are doing migration, if we migrate from a device that has 4 138 Similar problem when we migrate from qemu-5.1 that has only one queue 262 If we try to migrate without any care from host A to host B, it will 289 And we want to migrate between them, the way configure both QEMU cpu 300 And you would be able to migrate between them. It is responsibility 309 want to be able to migrate between hosts that show different features, 446 { "e1000e", "migrate-timadj", "off" }, 484 But now we found that qemu-8.0 neither can migrate to qemu-7.2 not [all …]
|
| H A D | best-practices.rst | 15 (qemu) migrate "exec:cat > mig"
|
| /openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/xfce4-panel/ |
| H A D | xfce4-panel_4.20.0.bb | 38 FILES:${PN} += "${libdir}/xfce4/panel/migrate \
|
| /openbmc/qemu/docs/interop/ |
| H A D | dbus-vmstate.rst | 5 The QEMU dbus-vmstate object's aim is to migrate helpers' data running
|
| /openbmc/libpldm/ |
| H A D | CHANGELOG.md | 480 allocation (and hence the copy) has failed. Users should migrate to 576 `evolutions/v0.9.1`. Library users can apply them to migrate off of deprecated 662 Anyone left using the deprecated paths can migrate using the coccinelle patch 769 Users should migrate to the newer "transport" APIs instead. 943 pldm_bios_table_append_pad_checksum() should migrate to 949 get_fru_record_by_option() should migrate to get_fru_record_by_option_check() 954 Users of pldm_entity_association_pdr_add_from_node() should migrate to 960 migrate to pldm_pdr_add_check() 965 pldm_pdr_add_fru_record_set() should migrate to
|
| /openbmc/openbmc/meta-security/dynamic-layers/meta-python/recipes-security/mfa/ |
| H A D | python3-privacyidea_3.9.1.bb | 32 RDEPENDS:${PN} += "python3-ecdsa python3-flask python3-flask-babel python3-flask-migrate"
|
| /openbmc/openbmc/poky/bitbake/bin/ |
| H A D | toaster | 33 $MANAGE migrate --noinput || retval=1
|
| /openbmc/openbmc/poky/documentation/migration-guides/ |
| H A D | migration-general.rst | 26 forward expecting them to work after you migrate to new Yocto Project 30 migrate to a newer version of Yocto Project, the metadata (e.g.
|
| /openbmc/qemu/docs/system/devices/ |
| H A D | ivshmem.rst | 43 guest will not be able to migrate with the device attached. In the
|
| /openbmc/u-boot/arch/arm/cpu/armv7/ |
| H A D | nonsec_virt.S | 84 msreq sp_hyp, r3 @ migrate SP
|