Home
last modified time | relevance | path

Searched refs:restore (Results 1 – 25 of 36) sorted by relevance

12

/xen/tools/libxc/
A Dxc_sr_restore.c59 ctx->restore.guest_type = dhdr.type; in read_headers()
300 if ( ctx->restore.verify ) in process_page_data()
352 if ( ctx->restore.format_version < 3 && !ctx->restore.seen_static_data_end ) in handle_page_data()
546 ret = ctx->restore.callbacks->checkpoint(ctx->restore.callbacks->data); in handle_checkpoint()
604 ctx->restore.callbacks->restore_results(ctx->restore.xenstore_gfn, in handle_checkpoint()
609 ret = ctx->restore.callbacks->postcopy(ctx->restore.callbacks->data); in handle_checkpoint()
618 ret = ctx->restore.callbacks->suspend(ctx->restore.callbacks->data); in handle_checkpoint()
638 if ( ctx->restore.buffered_rec_num >= ctx->restore.allocated_rec_num ) in buffer_record()
653 memcpy(&ctx->restore.buffered_records[ctx->restore.buffered_rec_num++], in buffer_record()
701 ctx->restore.verify = true; in process_record()
[all …]
A Dxc_sr_restore_x86_hvm.c64 ctx->restore.console_gfn = entry->value; in handle_hvm_params()
68 ctx->restore.xenstore_gfn = entry->value; in handle_hvm_params()
140 if ( ctx->restore.guest_type != DHDR_TYPE_X86_HVM ) in x86_hvm_setup()
147 if ( ctx->restore.guest_page_size != PAGE_SIZE ) in x86_hvm_setup()
150 ctx->restore.guest_page_size); in x86_hvm_setup()
156 if ( ctx->restore.p2m_size > 0x0fffffff ) in x86_hvm_setup()
229 ctx->restore.console_gfn, in x86_hvm_stream_complete()
230 ctx->restore.xenstore_gfn, in x86_hvm_stream_complete()
244 free(ctx->x86.hvm.restore.context.ptr); in x86_hvm_cleanup()
246 free(ctx->x86.restore.cpuid.ptr); in x86_hvm_cleanup()
[all …]
A Dxc_sr_restore_x86_pv.c47 ctx->x86.pv.restore.pfn_types = pfn_types; in expand_p2m()
190 ctx->restore.xenstore_gfn = mfn; in process_start_info()
211 ctx->restore.console_gfn = mfn; in process_start_info()
378 &ctx->x86.pv.restore.vcpus[vcpuid]; in process_vcpu_extended()
683 if ( ctx->restore.format_version < 3 && !ctx->restore.seen_static_data_end ) in handle_x86_pv_p2m_frames()
1066 if ( !ctx->x86.pv.restore.vcpus ) in x86_pv_setup()
1159 if ( ctx->x86.pv.restore.vcpus ) in x86_pv_cleanup()
1174 free(ctx->x86.pv.restore.vcpus); in x86_pv_cleanup()
1177 free(ctx->x86.pv.restore.pfn_types); in x86_pv_cleanup()
1182 free(ctx->x86.restore.cpuid.ptr); in x86_pv_cleanup()
[all …]
A Dxc_sr_common_x86.c108 rc = update_blob(&ctx->x86.restore.cpuid, rec->data, rec->length); in handle_x86_cpuid_policy()
128 rc = update_blob(&ctx->x86.restore.msr, rec->data, rec->length); in handle_x86_msr_policy()
141 if ( ctx->x86.restore.cpuid.ptr ) in x86_static_data_complete()
142 nr_leaves = ctx->x86.restore.cpuid.size / sizeof(xen_cpuid_leaf_t); in x86_static_data_complete()
146 if ( ctx->x86.restore.msr.ptr ) in x86_static_data_complete()
147 nr_msrs = ctx->x86.restore.msr.size / sizeof(xen_msr_entry_t); in x86_static_data_complete()
153 nr_leaves, ctx->x86.restore.cpuid.ptr, in x86_static_data_complete()
154 nr_msrs, ctx->x86.restore.msr.ptr, in x86_static_data_complete()
A Dxc_sr_common.h301 } restore; member
315 } restore; member
367 } restore; member
386 } restore; member
A Dxc_cpuid_x86.c428 int xc_cpuid_apply_policy(xc_interface *xch, uint32_t domid, bool restore, in xc_cpuid_apply_policy() argument
504 if ( restore ) in xc_cpuid_apply_policy()
/xen/tools/libxl/
A Dlibxl_nocpuid.c37 void libxl__cpuid_legacy(libxl_ctx *ctx, uint32_t domid, bool restore, in libxl__cpuid_legacy() argument
A Dlibxl_save_callout.c56 libxl__srm_callout_enumcallbacks_restore(&shs->callbacks.restore.a); in libxl__xc_domain_restore()
385 return &shs->callbacks.restore.a; in libxl__srm_callout_get_callbacks_restore()
A Dlibxl_cpuid.c419 void libxl__cpuid_legacy(libxl_ctx *ctx, uint32_t domid, bool restore, in libxl__cpuid_legacy() argument
437 xc_cpuid_apply_policy(ctx->xch, domid, restore, NULL, 0, pae, info->cpuid); in libxl__cpuid_legacy()
A Dlibxl_remus.c413 &dcs->srs.shs.callbacks.restore.a; in libxl__remus_restore_setup()
A Dlibxl_create.c1226 dbs->restore = dcs->restore_fd >= 0; in initiate_domain_create()
1275 if (dbs->restore || dcs->soft_reset) { in initiate_domain_create()
1330 &dcs->srs.shs.callbacks.restore.a; in domcreate_bootloader_done()
A Dlibxl_colo_restore.c227 &dcs->srs.shs.callbacks.restore.a; in libxl__colo_restore_setup()
/xen/docs/features/
A Dmigration.pandoc27 From the command line, `xl migrate/save/restore` are the top level
37 xl restore /path/to/save/file
90 save/restore` or `xl migrate $VM localhost`.
A Dintel_psr_cat_cdp.pandoc404 domain_id. It is used to help restore the cos_id of the domain to 0
/xen/
A DCHANGELOG.md22 - Option to preserve domain-id across migrate or save+restore.
/xen/tools/hotplug/Linux/init.d/
A Dsysconfig.xendomains.in51 # shut down. Will also be used to restore domains from if # XENDOMAINS_RESTORE
99 # set: It will first restore saved domains and then only start domains
/xen/docs/specs/
A Dlibxc-migration-stream.pandoc79 ignored during restore.
247 records may be ignored during a restore.
550 toolstack (e.g., libxl) during save and restore.
688 purpose, but results in extra work for the restore side.
/xen/tools/hotplug/Linux/
A Dxendomains.in272 XMR=`$CMD restore $dom 2>&1 1>/dev/null`
/xen/xen/arch/x86/boot/
A Dvideo.S936 popw %di # restore all registers
/xen/docs/man/
A Dxen-tscmode.7.pod171 TSC. When features such as save/restore or live migration are employed,
255 saved, restore this domain will fail.
/xen/tools/firmware/vgabios/
A DREADME103 . save/restore video state support for Bochs VBE and standard VGA added
A DChangeLog162 * save/restore video state support for Bochs VBE and standard VGA added
520 - dispi_get_max_bpp(): restore the original value of the vbe enable register
/xen/xen/include/asm-x86/hvm/
A Dhvm.h337 unsigned long hvm_cr4_guest_valid_bits(const struct domain *d, bool restore);
/xen/docs/designs/
A Dqemu-deprivilege.md287 solved is how to signal the toolstack on restore that qemu is ready
/xen/docs/misc/
A Dxenstore.txt266 startup and various forms of restore and resume), and

Completed in 57 milliseconds

12