/xen/tools/libxc/ |
A D | xc_sr_restore.c | 59 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 D | xc_sr_restore_x86_hvm.c | 64 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 D | xc_sr_restore_x86_pv.c | 47 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 D | xc_sr_common_x86.c | 108 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 D | xc_sr_common.h | 301 } restore; member 315 } restore; member 367 } restore; member 386 } restore; member
|
A D | xc_cpuid_x86.c | 428 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 D | libxl_nocpuid.c | 37 void libxl__cpuid_legacy(libxl_ctx *ctx, uint32_t domid, bool restore, in libxl__cpuid_legacy() argument
|
A D | libxl_save_callout.c | 56 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 D | libxl_cpuid.c | 419 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 D | libxl_remus.c | 413 &dcs->srs.shs.callbacks.restore.a; in libxl__remus_restore_setup()
|
A D | libxl_create.c | 1226 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 D | libxl_colo_restore.c | 227 &dcs->srs.shs.callbacks.restore.a; in libxl__colo_restore_setup()
|
/xen/docs/features/ |
A D | migration.pandoc | 27 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 D | intel_psr_cat_cdp.pandoc | 404 domain_id. It is used to help restore the cos_id of the domain to 0
|
/xen/ |
A D | CHANGELOG.md | 22 - Option to preserve domain-id across migrate or save+restore.
|
/xen/tools/hotplug/Linux/init.d/ |
A D | sysconfig.xendomains.in | 51 # 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 D | libxc-migration-stream.pandoc | 79 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 D | xendomains.in | 272 XMR=`$CMD restore $dom 2>&1 1>/dev/null`
|
/xen/xen/arch/x86/boot/ |
A D | video.S | 936 popw %di # restore all registers
|
/xen/docs/man/ |
A D | xen-tscmode.7.pod | 171 TSC. When features such as save/restore or live migration are employed, 255 saved, restore this domain will fail.
|
/xen/tools/firmware/vgabios/ |
A D | README | 103 . save/restore video state support for Bochs VBE and standard VGA added
|
A D | ChangeLog | 162 * 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 D | hvm.h | 337 unsigned long hvm_cr4_guest_valid_bits(const struct domain *d, bool restore);
|
/xen/docs/designs/ |
A D | qemu-deprivilege.md | 287 solved is how to signal the toolstack on restore that qemu is ready
|
/xen/docs/misc/ |
A D | xenstore.txt | 266 startup and various forms of restore and resume), and
|