看来当我想qemu-system-x86_64
通过在节点上运行时ssh -Y
,我必须通过 VNC 连接到来宾。所以,这是一个例子:
[mahmood@rocks7 ~] ssh -Y compute-0-0
[mahmood@compute-0-0 ~] qemu-system-x86_64 -m 4096 -hda win7_x64_snap.img -boot c -usbdevice tablet -enable-kvm -device e1000,netdev=host_files -netdev user,net=10.0.2.0/24,id=host_files,restrict=off
qemu-sqemu-system-x86_64: warning: host doesn't support requested feature: CPUID.80000001H:ECX.tbm [bit 21]
VNC server running on 127.0.0.1:5900
正如您所看到的,虽然我没有指定vnc
qemu 选项,但它显示了一条消息,表明我必须通过 vnc 连接。
有没有办法直接调出访客窗口?如果我在主节点上运行该命令(不使用 ssh),则会快速显示来宾窗口。