[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-discuss] qemu automatically opens the VM console in a separate win
From: |
gnanesh k p |
Subject: |
[Qemu-discuss] qemu automatically opens the VM console in a separate window |
Date: |
Tue, 15 May 2018 15:14:03 +0530 |
Hi,
I have two Fedora 20 machines, using the below command to launch the Vm
on both the machines.
qemu-system-x86_64 -hda /home/PARTITION_32_VM.img -smp 2 -m 250 -boot c
-device e1000,netdev=netid_58,mac=52:54:00:dd:0f:9f -device
e1000,netdev=netid_429,mac=62:64:00:aa:77:80 -netdev
tap,id=netid_58,ifname=tap0,script=/etc/qemu/qemu-ifup,downscript=no
-netdev
tap,id=netid_429,ifname=tap1,script=/etc/qemu/qemu-ifup2,downscript=no
-device pci-assign,host=05:10.0,id=tmp2 -chardev pty,id=sport_19 -serial
chardev:sport_19&
but on one machine qemu binds a vnc port automatically, but on another
machine instead of binding the VM to a VNC port it opens the VM console in
a seperate window basically it does x11 forwarding.
i am not sure how is this different behavior when the command used to
launch the VM is same.
Regards,
Gnanesh
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Qemu-discuss] qemu automatically opens the VM console in a separate window,
gnanesh k p <=