# Cloud Hypervisor - 오픈소스 Virtual Machine Monitor(VMM)

> Clean Markdown view of GeekNews topic #7060. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=7060](https://news.hada.io/topic?id=7060)
- GeekNews Markdown: [https://news.hada.io/topic/7060.md](https://news.hada.io/topic/7060.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2022-07-28T10:08:11+09:00
- Updated: 2022-07-28T10:08:11+09:00
- Original source: [cloudhypervisor.org](https://www.cloudhypervisor.org/)
- Points: 6
- Comments: 1

## Topic Body

- KVM Hypervisor 및 Microsoft Hypervisor(MSHV) 위에서 동작  
- 최소한의 하드웨어 에뮬레이션으로 최신 클라우드 워크로드를 실행하는 것을 목표   
- 작은 지연시간 및 메모리 사용량, 고성능, 작은 공격 표면, 64비트 전용, CPU/메모리/PCI hotplug, 머신to머신 마이그레이션   
- x86-64 및 AArch64 지원  
- 게스트OS : 64Bit Linux 및 Windows 10/Windows Server 2019  
- Rust 오픈소스이고, Rust-vmm Crate 기반  
- 많은 코드를 같은 Rust VMM 인 Firecracker 와 crosvm(ChromeOS Virtual Machine Monitor) 에서 가져왔으나 목표가 다름   
  → 클라이언트/서버리스 등의 유스케이스가 아니라 클라우드 워크로드 지원하는 것이 목표

## Comments



### Comment 11528

- Author: xguru
- Created: 2022-07-28T10:08:18+09:00
- Points: 1

[Firecracker v1.0.0 릴리즈](https://news.hada.io/topic?id=5967)
