Skip to content
/ qemu Public
forked from oracle/qemu

QEMU git Oracle repository

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE
GPL-2.0
COPYING
LGPL-2.1
COPYING.LIB
Notifications You must be signed in to change notification settings

jraman567/qemu

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Out-of-process QEMU README

This a clone of QEMU project: https://www.qemu.org/download/

This repo currently develops Out-of-process QEMU. Out-of-process QEMU allows QEMU to attach device running remotely on a separate process.

The QEMU which runs the CPU and executes KVM ioctls is called the client QEMU. The QEMU which emulates the devices remotely is called the server. The server is also a QEMU instance which is a machine of type 'TYPE_REMOTE_MACHINE'. The server exclusively emulates devices and does not emulate CPUs.

The client and server interact using the vfio-user protocol. Please refer to the following for the vfio-user protocol specification: https://patchew.org/QEMU/[email protected]/

This repo. has both the client and server code. The server extends the following vfio-user library implemented by Nutanix: https://github.com/nutanix/libvfio-user.git

About

QEMU git Oracle repository

Resources

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE
GPL-2.0
COPYING
LGPL-2.1
COPYING.LIB

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 90.7%
  • C++ 3.8%
  • Python 2.7%
  • Shell 1.2%
  • Assembly 0.5%
  • Haxe 0.4%
  • Other 0.7%