概述
qemu虚拟机
The question is as follows.
问题如下。
harry@debian:~/workshop1/qemu_test/version1/test$ qemu-system-x86_64 -hda qcow2.img -cdrom domU-x86_64-FS.img -boot d -m 1024
VNC server running on `::1:5900'
harry@debian:~/workshop1/qemu_test/version1/test$ vncviewer 127.0.0.1:1
vncviewer: ConnectToTcpAddr: connect: Connection refused
Unable to connect to VNC server
Solution (add -vnc
parameter for qemu-system-x86_64):
解决方案(为qemu-system-x86_64添加-vnc
参数):
harry@debian:~/workshop1/qemu_test/version1/test$ qemu-system-x86_64 -hda qcow2.img -cdrom domU-x86_64-FS.img -boot d -m 1024 -vnc 127.0.0.1:2
harry@debian:~/workshop1/qemu_test/version1/test$ vncviewer 127.0.0.1:2
Connected to RFB server, using protocol version 3.8
No authentication needed
Authentication successful
Desktop name "QEMU"
VNC server default format:
32 bits per pixel.
Least significant byte first in each pixel.
True colour: max red 255 green 255 blue 255, shift red 16 green 8 blue 0
Using default colormap which is TrueColor. Pixel format:
32 bits per pixel.
Least significant byte first in each pixel.
True colour: max red 255 green 255 blue 255, shift red 16 green 8 blue 0
Same machine: preferring raw encoding
-vnc display[,option[,option[,…]]]
-vnc display [,option [,option [,…]]]
Normally, QEMU uses SDL to display the VGA output. With this option, you can have QEMU listen on VNC display display and redirect the VGA display over the VNC session.
通常,QEMU使用SDL显示VGA输出。 使用此选项,您可以让QEMU在VNC显示器上监听,并通过VNC会话重定向VGA显示。
— https://www.systutorials.com/docs/linux/man/1-qemu/
-https://www.systutorials.com/docs/linux/man/1-qemu/
I guess this is the reason.
我想这就是原因。
翻译自: https://www.systutorials.com/cannot-connect-qemu-guest-os-with-vncviewer/
qemu虚拟机
最后
以上就是风中煎蛋为你收集整理的qemu虚拟机_无法将QEMU guest虚拟机OS与vncviewer连接的全部内容,希望文章能够帮你解决qemu虚拟机_无法将QEMU guest虚拟机OS与vncviewer连接所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
发表评论 取消回复