Home
last modified time | relevance | path

Searched refs:checkpoint (Results 1 – 12 of 12) sorted by relevance

/xen-4.10.0-shim-comet/tools/xl/
A Dxl_saverestore.c122 static int save_domain(uint32_t domid, const char *filename, int checkpoint, in save_domain() argument
151 else if (leavepaused || checkpoint) { in save_domain()
236 int checkpoint = 0; in main_save() local
242 checkpoint = 1; in main_save()
259 save_domain(domid, filename, checkpoint, leavepaused, config_filename); in main_save()
/xen-4.10.0-shim-comet/docs/specs/
A Dlibxl-migration-stream.pandoc248 A checkpoint end record marks the end of a checkpoint in the image.
259 A checkpoint state record contains the control information for checkpoint. It
270 control_id 0x00000000: Secondary VM is out of sync, start a new checkpoint
291 4. Wait a new checkpoint
300 2. Wait a new checkpoint
A Dlibxc-migration-stream.pandoc586 A checkpoint record indicates that all the preceding records in the stream
592 The checkpoint record contains no fields; its body_length is 0
609 A checkpoint dirty pfn list record is used to convey information about
/xen-4.10.0-shim-comet/tools/libxc/include/
A Dxenguest.h100 int (*checkpoint)(void* data); member
156 int (*checkpoint)(void* data); member
/xen-4.10.0-shim-comet/docs/
A DREADME.colo5 identical, they are released immediately. Otherwise, a VM checkpoint (on demand)
A DREADME.remus17 protocol D) for asynchronous disk checkpoint replication. A protected VM's DRBD
/xen-4.10.0-shim-comet/tools/libxc/
A Dxc_sr_save.c64 struct xc_sr_record checkpoint = { REC_TYPE_CHECKPOINT, 0, NULL }; in write_checkpoint_record() local
66 return write_record(ctx, &checkpoint); in write_checkpoint_record()
908 rc = ctx->save.callbacks->checkpoint(ctx->save.callbacks->data); in save()
929 rc = ctx->save.callbacks->checkpoint(ctx->save.callbacks->data); in save()
994 assert(callbacks->checkpoint && callbacks->postcopy); in xc_domain_save()
A Dxc_sr_restore.c516 ret = ctx->restore.callbacks->checkpoint(ctx->restore.callbacks->data); in handle_checkpoint()
852 assert(callbacks->checkpoint); in xc_domain_restore()
/xen-4.10.0-shim-comet/tools/libxl/
A Dlibxl_remus.c114 callbacks->checkpoint = libxl__remus_domain_save_checkpoint_callback; in libxl__remus_setup()
415 callbacks->checkpoint = libxl__remus_domain_restore_checkpoint_callback; in libxl__remus_restore_setup()
A Dlibxl_colo_save.c149 callbacks->checkpoint = libxl__colo_save_domain_checkpoint_callback; in libxl__colo_save_setup()
A Dlibxl_colo_restore.c252 callbacks->checkpoint = libxl__colo_restore_domain_checkpoint_callback; in libxl__colo_restore_setup()
/xen-4.10.0-shim-comet/docs/man/
A Dxl.pod.1.in528 Disable memory checkpoint compression.
566 checkpoint compression must be disabled.
650 B<xl restore> restores from this checkpoint file.

Completed in 15 milliseconds