All Projects → virtio-win → Kvm Guest Drivers Windows

virtio-win / Kvm Guest Drivers Windows

Licence: bsd-3-clause
Windows paravirtualized

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Kvm Guest Drivers Windows

node-qemu-server
Free GUI / Frontend / Management tool for simple setup, configure and control virtual machines (qemu / kvm) within your HTML5 Webbrowser. Virtualization with Node.js / Currently under complete rewrite.
Stars: ✭ 41 (-95.4%)
Mutual labels:  virtualization, kvm, qemu
virtnbdbackup
Backup utiliy for Libvirt / qemu / kvm supporting incremental and differencial backups.
Stars: ✭ 62 (-93.05%)
Mutual labels:  virtualization, kvm, qemu
python-negotiator
Scriptable KVM/QEMU guest agent implemented in Python
Stars: ✭ 40 (-95.52%)
Mutual labels:  virtualization, kvm, qemu
Kata Containers
Kata Containers version 2.x repository. Kata Containers is an open source project and community working to build a standard implementation of lightweight Virtual Machines (VMs) that feel and perform like containers, but provide the workload isolation and security advantages of VMs. https://katacontainers.io/
Stars: ✭ 1,053 (+18.05%)
Mutual labels:  virtualization, qemu, kvm
S2e
S2E: A platform for multi-path program analysis with selective symbolic execution.
Stars: ✭ 102 (-88.57%)
Mutual labels:  drivers, qemu, kvm
Tks
Enable enthusiasts and administrators alike to easily provision highly available and production-ready Kubernetes clusters on Proxmox VE.
Stars: ✭ 319 (-64.24%)
Mutual labels:  virtualization, qemu, kvm
Osx Kvm
Run macOS on QEMU/KVM. With OpenCore + Big Sur + Monterey support now! Only commercial (paid) support is available now to avoid spammy issues. No Mac system is required.
Stars: ✭ 12,926 (+1349.1%)
Mutual labels:  qemu, kvm, virtualization
Node Libvirt
libvirt bindings for google v8 javascript engine (nodejs addon)
Stars: ✭ 162 (-81.84%)
Mutual labels:  virtualization, qemu, kvm
Runtime
Kata Containers version 1.x runtime (for version 2.x see https://github.com/kata-containers/kata-containers).
Stars: ✭ 2,103 (+135.76%)
Mutual labels:  virtualization, qemu, kvm
Tools
Combination of different utilities, have fun!
Stars: ✭ 166 (-81.39%)
Mutual labels:  virtualization, kvm, qemu
Learn Kvm
Qemu KVM(Kernel Virtual Machine)学习笔记
Stars: ✭ 305 (-65.81%)
Mutual labels:  virtualization, qemu, kvm
Runq
run regular Docker images in KVM/Qemu
Stars: ✭ 616 (-30.94%)
Mutual labels:  qemu, kvm
kubash
Kubash - the K8$ shell for your kube clusters
Stars: ✭ 20 (-97.76%)
Mutual labels:  kvm, qemu
Runtime
OCI (Open Containers Initiative) compatible runtime using Virtual Machines
Stars: ✭ 588 (-34.08%)
Mutual labels:  virtualization, kvm
cloudpods
A cloud-native open-source unified multi-cloud and hybrid-cloud platform. 开源、云原生的多云管理及混合云融合平台
Stars: ✭ 1,469 (+64.69%)
Mutual labels:  kvm, qemu
vps host server
VPS Hosting Server Daemon for provisioning, monitoring, and communications with the central system.
Stars: ✭ 12 (-98.65%)
Mutual labels:  virtualization, kvm
TTstack
A private-cloud solution for SMEs !
Stars: ✭ 55 (-93.83%)
Mutual labels:  kvm, qemu
go-spice
SPICE proxy library, written in go
Stars: ✭ 23 (-97.42%)
Mutual labels:  kvm, qemu
ganeti-rpm
Ganeti RPM Packaging
Stars: ✭ 23 (-97.42%)
Mutual labels:  virtualization, kvm
packer-kvm
Create VM templates with Packer for usage with Libvirt/KVM virtualization : CentOS 7, CentOS 8, CentOS 8 Stream, Alma Linux, Rocky Linux, Bionic (Ubuntu 1804), Focal (Ubuntu 2004), Debian 11 (stable), Kali Linux, Fedora 33 and Fedora 34.
Stars: ✭ 99 (-88.9%)
Mutual labels:  kvm, qemu

KVM/QEMU Windows guest drivers (virtio-win)

This repository contains KVM/QEMU Windows guest drivers, for both paravirtual and emulated hardware. The code builds and ships as part of the virtio-win RPM on Fedora and Red Hat Enterprise Linux, and the binaries are also available in the form of distribution-neutral ISO and VFD images. If all you want is use virtio-win in your Windows virtual machines, go to the Fedora virtIO-win documentation for information on obtaining the binaries.

If you'd like to build virtio-win from sources, clone this repo and follow the instructions in Building the Drivers. Note that the drivers you build will be either unsigned or test-signed with Tools/VirtIOTestCert.cer, which means that Windows will not load them by default. See Microsoft's driver signing page for more information on test-signing.

If you want to build cross-signed binaries (like the ones that ship in the Fedora RPM), you'll need your own code-signing certificate. Cross-signed drivers can be used on all versions of Windows except for the latest Windows 10 with secure boot enabled. However, systems with cross-signed drivers will not receive Microsoft support.

If you want to produce Microsoft-signed binaries (fully supported, like the ones that ship in the Red Hat Enterprise Linux RPM), you'll need to submit the drivers to Microsoft along with a set of test results (so called WHQL process). If you decide to WHQL the drivers, make sure to base them on commit eb2996de or newer, since the GPL license used prior to this commit is not compatible with WHQL. Additionally, we ask that you make a change to the Hardware IDs so that your drivers will not match devices exposed by the upstream versions of KVM/QEMU. This is especially important if you plan to distribute the drivers with Windows Update, see the Microsoft publishing restrictions for more details.


Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].