Home
last modified time | relevance | path

Searched refs:migrate (Results 1 – 25 of 53) sorted by relevance

123

/openbmc/openbmc/meta-phosphor/recipes-core/dropbear/
H A Ddropbear_%.bbappend9 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 D30092 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 D201.out7 === Set 'migrate_set_capability postcopy-ram on' and migrate ===
H A D194.out13 {"execute": "migrate-start-postcopy", "arguments": {}}
H A D280.out6 {"execute": "migrate", "arguments": {"uri": "exec:cat > /dev/null"}}
/openbmc/qemu/hw/display/
H A Dramfb-standalone.c19 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 Dqsd-migrate.out14 {"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 Dsofthsm_2.6.1.bb30 PACKAGECONFIG[migrate] = "--with-migrate"
/openbmc/openbmc/meta-phosphor/recipes-core/dropbear/dropbear/
H A Ddropbear-migrate-key-location.service9 ExecStart=/usr/libexec/dropbear/migrate-key-location
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python-jsonref/
H A Dpython3-jsonref_1.1.0.bb8 SRC_URI += "file://migrate-to-pdm-backend.patch"
/openbmc/qemu/docs/
H A DCOLO-FT.txt122 | 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 Dmulti-thread-compression.txt129 {qemu} migrate -d tcp:destination.host:4444
130 {qemu} info migrate
H A Dxbzrle.txt96 {qemu} migrate -d tcp:destination.host:4444
97 {qemu} info migrate
/openbmc/qemu/tests/qtest/libqos/
H A Dlibqos.h31 void migrate(QOSState *from, QOSState *to, const char *uri);
H A Dlibqos.c79 void migrate(QOSState *from, QOSState *to, const char *uri) in migrate() function
/openbmc/qemu/docs/devel/migration/
H A Dcompatibility.rst94 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 Dbest-practices.rst15 (qemu) migrate "exec:cat > mig"
/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/xfce4-panel/
H A Dxfce4-panel_4.20.0.bb38 FILES:${PN} += "${libdir}/xfce4/panel/migrate \
/openbmc/qemu/docs/interop/
H A Ddbus-vmstate.rst5 The QEMU dbus-vmstate object's aim is to migrate helpers' data running
/openbmc/libpldm/
H A DCHANGELOG.md471 allocation (and hence the copy) has failed. Users should migrate to
567 `evolutions/v0.9.1`. Library users can apply them to migrate off of deprecated
653 Anyone left using the deprecated paths can migrate using the coccinelle patch
760 Users should migrate to the newer "transport" APIs instead.
934 pldm_bios_table_append_pad_checksum() should migrate to
940 get_fru_record_by_option() should migrate to get_fru_record_by_option_check()
945 Users of pldm_entity_association_pdr_add_from_node() should migrate to
951 migrate to pldm_pdr_add_check()
956 pldm_pdr_add_fru_record_set() should migrate to
/openbmc/openbmc/meta-security/dynamic-layers/meta-python/recipes-security/mfa/
H A Dpython3-privacyidea_3.9.1.bb32 RDEPENDS:${PN} += "python3-ecdsa python3-flask python3-flask-babel python3-flask-migrate"
/openbmc/openbmc/poky/bitbake/bin/
H A Dtoaster33 $MANAGE migrate --noinput || retval=1
/openbmc/openbmc/poky/documentation/migration-guides/
H A Dmigration-general.rst26 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 Divshmem.rst43 guest will not be able to migrate with the device attached. In the
/openbmc/u-boot/arch/arm/cpu/armv7/
H A Dnonsec_virt.S84 msreq sp_hyp, r3 @ migrate SP

123