microsoft/openvmm

Public

mirrored fromhttps://github.com/microsoft/openvmmAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
8521b9698bc605fe7873597c716407129fc36f81

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

flowey/flowey_hvlite/src/main.rs

11lines · modepreview

// 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(),
    )
}