Skip to content

blitz/kvm-timer-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This repository contains a small KVM timer demo. See the relevant x86.lol post.

Running with Nix

Install Nix and enable Nix Flakes.

Then you can run the example without cloning this repo:

$ nix run github:blitz/kvm-timer-demo

or after cloning this repo:

$ nix run

Build Requirements

  • nasm
  • xxd
  • g++ >= 4.8.1
  • make

Execution Requirements

  • access to /dev/kvm

Build

$ make

Running

$ ./timer

About

A small demonstrator of timer_settime use for KVM vCPUs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published