Home
last modified time | relevance | path

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

12

/xen-4.10.0-shim-comet/tools/libxc/
A Dxc_sr_restore.c56 ctx->restore.guest_type = dhdr.type; in read_headers()
297 if ( ctx->restore.verify ) in process_page_data()
516 ret = ctx->restore.callbacks->checkpoint(ctx->restore.callbacks->data); in handle_checkpoint()
574 ctx->restore.callbacks->restore_results(ctx->restore.xenstore_gfn, in handle_checkpoint()
579 ret = ctx->restore.callbacks->postcopy(ctx->restore.callbacks->data); in handle_checkpoint()
588 ret = ctx->restore.callbacks->suspend(ctx->restore.callbacks->data); in handle_checkpoint()
608 if ( ctx->restore.buffered_rec_num >= ctx->restore.allocated_rec_num ) in buffer_record()
623 memcpy(&ctx->restore.buffered_records[ctx->restore.buffered_rec_num++], in buffer_record()
645 ctx->restore.verify = true; in process_record()
894 if ( restore(&ctx) ) in xc_domain_restore()
[all …]
A Dxc_sr_restore_x86_hvm.c22 free(ctx->x86_hvm.restore.context); in handle_hvm_context()
25 ctx->x86_hvm.restore.contextsz = rec->length; in handle_hvm_context()
73 ctx->restore.console_gfn = entry->value; in handle_hvm_params()
77 ctx->restore.xenstore_gfn = entry->value; in handle_hvm_params()
139 if ( ctx->restore.guest_type != DHDR_TYPE_X86_HVM ) in x86_hvm_setup()
142 dhdr_type_to_str(ctx->restore.guest_type)); in x86_hvm_setup()
148 ctx->restore.guest_page_size); in x86_hvm_setup()
153 if ( ctx->restore.p2m_size > 0x0fffffff ) in x86_hvm_setup()
195 ctx->restore.xenstore_evtchn); in x86_hvm_stream_complete()
203 ctx->restore.console_evtchn); in x86_hvm_stream_complete()
[all …]
A Dxc_sr_restore_x86_pv.c47 ctx->x86_pv.restore.pfn_types = pfn_types; in expand_p2m()
189 ctx->restore.xenstore_gfn = mfn; in process_start_info()
210 ctx->restore.console_gfn = mfn; in process_start_info()
380 &ctx->x86_pv.restore.vcpus[vcpuid]; in process_vcpu_extended()
404 &ctx->x86_pv.restore.vcpus[vcpuid]; in process_vcpu_xsave()
442 &ctx->x86_pv.restore.vcpus[vcpuid]; in process_vcpu_msrs()
593 if ( ctx->x86_pv.restore.seen_pv_info ) in handle_x86_pv_info()
1042 if ( !ctx->x86_pv.restore.vcpus ) in x86_pv_setup()
1129 if ( ctx->x86_pv.restore.vcpus ) in x86_pv_cleanup()
1144 free(ctx->x86_pv.restore.vcpus); in x86_pv_cleanup()
[all …]
A Dxc_sr_common.h261 } restore; member
312 } restore; member
332 } restore; member
/xen-4.10.0-shim-comet/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.pandoc395 domain_id. It is used to help restore the cos_id of the domain to 0 when
/xen-4.10.0-shim-comet/tools/libxl/
A Dlibxl_save_callout.c57 libxl__srm_callout_enumcallbacks_restore(&shs->callbacks.restore.a); in libxl__xc_domain_restore()
387 return &shs->callbacks.restore.a; in libxl__srm_callout_get_callbacks_restore()
A Dlibxl_remus.c413 &dcs->srs.shs.callbacks.restore.a; in libxl__remus_restore_setup()
A Dlibxl_colo_restore.c227 &dcs->srs.shs.callbacks.restore.a; in libxl__colo_restore_setup()
A Dlibxl_create.c1073 &dcs->srs.shs.callbacks.restore.a; in domcreate_bootloader_done()
A Dlibxl_internal.h2854 libxl__srm_restore_callbacks restore; member
/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/docs/specs/
A Dlibxc-migration-stream.pandoc79 ignored during restore.
251 records may be ignored during a restore.
554 toolstack (e.g., libxl) during save and restore.
637 purpose, but results in extra work for the restore side.
/xen-4.10.0-shim-comet/tools/hotplug/Linux/
A Dxendomains.in272 XMR=`$CMD restore $dom 2>&1 1>/dev/null`
/xen-4.10.0-shim-comet/xen/arch/x86/boot/
A Dvideo.S940 popw %di # restore all registers
/xen-4.10.0-shim-comet/tools/blktap2/vhd/lib/
A Dlibvhd-journal.c1008 goto restore; in vhd_journal_restore_metadata()
1047 restore: in vhd_journal_restore_metadata()
/xen-4.10.0-shim-comet/xen/include/asm-x86/hvm/
A Dhvm.h616 unsigned long hvm_cr4_guest_valid_bits(const struct vcpu *v, bool restore);
/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/docs/man/
A Dxen-tscmode.pod.7169 TSC. When features such as save/restore or live migration are employed,
277 saved, restore this domain will fail.
A Dxl.pod.1.in612 =item B<restore> [I<OPTIONS>] [I<configfile>] I<checkpointfile>
650 B<xl restore> restores from this checkpoint file.
/xen-4.10.0-shim-comet/docs/misc/
A Dxenstore.txt252 startup and various forms of restore and resume), and
/xen-4.10.0-shim-comet/tools/firmware/rombios/
A Drombios.c4156 ;; restore IDT to normal real-mode defaults
8675 pop ds ;; restore DS
8954 mov al, ah ;; restore from AH
10300 ;; restore data segment limits to 0xffff
10317 ;; restore IDT to normal real-mode defaults
10327 ;; restore SS:SP from the BDA
10331 ;; restore a20
10578 pop cx ;; Pop seg value (restore CX)
10611 pop cx ;; Pop seg value (restore CX)
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Dhvm.c931 unsigned long hvm_cr4_guest_valid_bits(const struct vcpu *v, bool restore) in hvm_cr4_guest_valid_bits() argument
937 if ( !restore && !is_hardware_domain(d) ) in hvm_cr4_guest_valid_bits()
944 vmxe = p->basic.vmx && (restore || nestedhvm_enabled(d)); in hvm_cr4_guest_valid_bits()
/xen-4.10.0-shim-comet/stubdom/grub.patches/
A D10graphics.diff76 + /* restore the original */

Completed in 62 milliseconds

12