cloud-hypervisor 0.0.0

Open source Virtual Machine Monitor (VMM) that runs on top of KVM & MSHV
1
2
3
4
5
6
7
8
// Copyright 2026 The Cloud Hypervisor Authors. All rights reserved.
//
// SPDX-License-Identifier: Apache-2.0
//

fn main() {
    println!("Cloud Hypervisor dummy");
}