Skip to content

Files

This branch is 660 commits behind xen-project/xen:master.

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jun 2, 2020
Apr 24, 2024
Jun 19, 2024
Jan 25, 2013
Aug 9, 2024
Apr 12, 2024
Aug 18, 2023
May 24, 2024
Aug 1, 2024
Aug 2, 2024
Feb 15, 2024
Jan 25, 2021
Nov 14, 2018
Jul 22, 2024
Mar 30, 2020
Mar 30, 2020
Dec 6, 2019
Dec 6, 2019
Jul 18, 2024
Feb 8, 2021
Feb 26, 2024
Apr 13, 2018
Feb 26, 2024
Feb 26, 2024
Mar 20, 2024
Jun 8, 2020
Dec 22, 2020
COLO FT/HA (COarse-grain LOck-stepping Virtual Machines for Non-stop Service)
project is a high availability solution. Both primary VM (PVM) and secondary VM
(SVM) run in parallel. They receive the same request from client, and generate
response in parallel too. If the response packets from PVM and SVM are
identical, they are released immediately. Otherwise, a VM checkpoint (on demand)
is conducted.

See the website at https://wiki.xen.org/wiki/COLO_-_Coarse_Grain_Lock_Stepping
for details.