Git Product home page Git Product logo

tinghan-shen / virtio-mini Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kuanhsuncheng/virtio-mini

0.0 0.0 0.0 340.24 MB

virtio example front-end and back-end

License: GNU General Public License v2.0

Shell 0.61% JavaScript 0.01% Ruby 0.01% C++ 8.15% Python 1.42% Perl 0.23% C 79.69% PHP 6.25% Emacs Lisp 0.01% Objective-C 1.02% Java 0.27% OCaml 0.16% Visual Basic 0.08% Smalltalk 0.45% Tcl 0.01% Haxe 0.18% C# 0.15% Assembly 1.32% F# 0.01% PowerShell 0.01%

virtio-mini's Introduction

virtio-mini

VIRTIO example front-end and back-end.

virtio-mini serves mainly as a simple demonstration on how to use VIRTIO Devices in QEMU. The implementation enables the usage of a character device (/proc/virtio-mini-n) in the guest to send data to a stack-like data structure on the host. The data sent to the host can then be read again by the guest using the same character device.

back-end in qemu

virtio-mini is a virtio device that receives a buffer from the guest.

Add the device to a running vm with the qemu monitor: device_add virtio-mini

front-end in vm

The virtio_mini kernel module registers a proc file for each virtio-device instance.

Building QEMU with virtio-mini

Enable the virtio-mini option to build the device alongside QEMU: --enable-virtio_mini

virtio-mini's People

Contributors

matthias-prangl avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.