Searched refs:migrate (Results 1 – 21 of 21) sorted by relevance
/xen/tools/hotplug/Linux/init.d/ |
A D | sysconfig.xendomains.in | 37 # Set this to a non-empty string if you want to migrate virtual machines 38 # on shutdown. The string will be passed to the xm migrate DOMID command 40 # to migrate to and optionally parameters like --live. Leave empty if 119 # On xendomains stop, a number of xm commands (xm migrate, save, shutdown, 128 # The setting should be large enough to make sure that migrate/save/shutdown
|
/xen/ |
A D | CHANGELOG.md | 22 - Option to preserve domain-id across migrate or save+restore. 32 the guest at boot are compatible with anywhere it might migrate.
|
/xen/tools/flask/policy/modules/ |
A D | prot_domU.te | 2 # to create or migrate a domain of type prot_domU_t. If disabled, dom0 cannot
|
/xen/docs/features/ |
A D | migration.pandoc | 27 From the command line, `xl migrate/save/restore` are the top level 31 xl migrate my-vm localhost 90 save/restore` or `xl migrate $VM localhost`.
|
A D | feature-levelling.pandoc | 25 virtual machine, including across migrate/suspend/resume.
|
/xen/tools/hotplug/Linux/ |
A D | xendomains.in | 416 watchdog_xencmd migrate & 418 XMR=`$CMD migrate $id $XENDOMAINS_MIGRATE 2>&1 1>/dev/null`
|
A D | Makefile | 14 XEN_SCRIPTS += external-device-migrate
|
/xen/xen/common/sched/ |
A D | private.h | 321 void (*migrate) (const struct scheduler *, member 454 if ( s->migrate ) in sched_migrate() 455 s->migrate(s, unit, cpu); in sched_migrate()
|
A D | credit2.c | 2602 static void migrate(const struct scheduler *ops, in migrate() function 2860 migrate(ops, st.best_push_svc, st.orqd, now); in balance_load() 2862 migrate(ops, st.best_pull_svc, st.lrqd, now); in balance_load() 2892 migrate(ops, svc, trqd, now); in csched2_unit_migrate() 4200 .migrate = csched2_unit_migrate,
|
A D | core.c | 1565 bool migrate; in vcpu_temporary_affinity() local 1599 migrate = !ret && !cpumask_test_cpu(v->processor, unit->cpu_hard_affinity); in vcpu_temporary_affinity() 1600 if ( migrate ) in vcpu_temporary_affinity() 1605 if ( migrate ) in vcpu_temporary_affinity()
|
A D | null.c | 1050 .migrate = null_unit_migrate,
|
/xen/tools/examples/ |
A D | README | 17 external-device-migrate - called by xend for migrating external devices
|
/xen/tools/ocaml/xenstored/ |
A D | utils.ml | 108 This prevents paths becoming invalid across migrate when the length
|
/xen/docs/man/ |
A D | xen-tscmode.7.pod | 250 to a guest OS if it is certain that the domain will never migrate. 254 use TSC as the system clocksource. But, attempts to migrate or, once
|
A D | xl.1.pod.in | 461 =item B<migrate> [I<OPTIONS>] I<domain-id> I<host> 473 <host> instead of ssh <host> xl migrate-receive [-d -e]. 571 If empty, run <host> instead of ssh <host> xl migrate-receive -r [-e]. 1360 =item B<cpupool-migrate> I<domain-id> I<cpu-pool> 1726 messages; inability to migrate the guest; and security 1949 =item B<xl migrate --live>
|
A D | xen-vtpmmgr.7.pod | 194 If a vTPM domain supports migration, this feature should be used to migrate the
|
A D | xl.cfg.5.pod.in | 1985 'k' -> pass through the host bit value (at boot only - value preserved on migrate)
|
/xen/docs/misc/ |
A D | vtd-pi.txt | 50 can atomically co-migrate all interrupts targeting the migrating vCPU. For 53 generated IPIs), or complexity to independently migrate each interrupt targeting
|
A D | xen-command-line.pandoc | 524 already using RDRAND can migrate in.
|
/xen/docs/designs/ |
A D | non-cooperative-migration.md | 232 to migrate the contents of the grant table. 258 Essentially this should skip the check to see if PV drivers and migrate as
|
/xen/tools/xentrace/ |
A D | formats | 85 0x00022A04 CPU%(cpu)d %(tsc)d (+%(reltsc)8d) null:migrate [ dom:vcpu = 0x%(1)08x, new_cpu:…
|
Completed in 43 milliseconds