-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vgpu: object not found virtio-vgpu #13
Comments
在主机上编译安装了virglrenderer,并且重新打开mvisor的vgpu开关并重新编译安装,现在用install.bat安装驱动时直接蓝屏了,也换了最新版的MvisorVGPUx64.dll。 |
What size of guest vm ram have you set? |
Oh, I got the same error in my new env just now. |
Come on,Baby!! |
不会冲突,mvisor-vgpu只负责opengl指令转发到host,不负责显示,屏幕显示还是由qxl执行的 |
好的,我之前在qemu平台下创建的qcow2文件可以直接在mvisor下使用么?或者需要如何迁移?客户机系统是win10ltsc,我是想等vgpu测试成功后就迁移到mvisor下使用,因为虚拟机里装了很多工作环境,不想重装系统。 |
可以直接使用 |
I have fixed, use release v1.0.1 and rebuild virglrenderer in host with old version(8df4cba170940dad9350a99900293adbcef39b6c) |
想要完整的显卡驱动,目前在虚拟化的平台还是只有透传比较合适,或者使用显卡厂商提供的虚拟化方案比如nvidia的vgpu |
I had installed guest os success,but not show “Mvisor VGPU” device in win11 device manager.
host: deepin23
vm: windows 11
it's report an "object not found virtio-vgpu virtio-vgpu" error when start vm use mvisor command.
istone@istone-PC:~/Documents/WorkSpace/mvisor$ ./build/mvisor -c config/sample.yaml -vnc 5900 [0.000] core/configuration.cc:275 LoadObjects() warn: object not found virtio-vgpu virtio-vgpu [45.593] gui/vnc/server.cc:37 VncServer() debug: VNC server started port=5900
yaml config :
name: Default configuration
base: q35.yaml
machine:
memory: 4G
vcpu: 4
priority: 1
debug: No
hypervisor: Yes
objects:
name: cmos
rtc: localtime
class: qxl
class: spice-agent
class: usb-tablet
class: virtio-network
mac: 00:50:00:11:22:33
map: tcp:0.0.0.0:8022-:22
class: ata-cdrom
image: /home/istone/Downloads/iso/26100.1.240331-1435.ge_release_CLIENT_IOT_LTSC_EVAL_x64FRE_en-us.iso
class: ata-cdrom
image: /home/istone/Downloads/iso/virtio-win-0.1.229.iso
class: virtio-block
image: /home/istone/Documents/KVMachine/Mvisor-Win11LTSC.qcow2
snapshot: No
class: virtio-vgpu
memory: 1G
staging: Yes
blob: No
The text was updated successfully, but these errors were encountered: