package
0.0.0-20200525081808-7b9228014455
Repository: https://github.com/ophum/ictsc2019-n0stack.git
Documentation: pkg.go.dev

# README

QEMU

Features

  • CPU は host で渡している
  • Ballooning はしない
  • 基本的にはvirtioで接続
  • SCSIコントローラを作成している

Dependency packages

  • qemu-kvm
apt install -y \
    qemu-kvm

Test parameters

DISABLE_KVM

When setting environment variable, enable KVM.

DISABLE_KVM=1 make test-small

# Functions

No description provided by the author
No description provided by the author
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author

# Structs

No description provided by the author
QemuArgs is QEMU arguments parser TODO: 毎回文字列探索するので遅い.

# Type aliases

No description provided by the author