Skip to content

DBC qemu, statistics gpu information

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

DeepBrainChain/DBC-qemu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

DBC-qemu

DBC qemu, statistics gpu information

Based on qemu stable version 6.1, the function of NVIDIA Management Library is integrated into the qemu guest agent, and the detailed information of the graphics card in the virtual machine is obtained by communicating with the virtual machine.

Building

QEMU is multi-platform software intended to be buildable on all modern Linux platforms, OS-X, Win32 (via the Mingw64 toolchain) and a variety of other UNIX targets.

linux

mkdir build
cd build
../configure --prefix=/usr/local --sysconfdir=/etc --localstatedir=/var
make

https://wiki.qemu.org/Hosts/Linux

build for W64

Fedora supports both W64 and W32 cross builds.

dnf install mingw64-pixman mingw64-glib2 mingw64-gmp mingw64-SDL2 mingw64-pkg-config
mkdir build
cd build
../configure --cross-prefix=x86_64-w64-mingw32- --enable-guest-agent --enable-guest-agent-msi
make

https://wiki.qemu.org/Hosts/W32

About

DBC qemu, statistics gpu information

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