blob: 0fd0a5f621064267bd2df9248d87394e0c640117 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
debug: 0.867
boot: 0.837
KVM: 0.820
semantic: 0.806
device: 0.801
graphic: 0.790
files: 0.774
network: 0.748
performance: 0.743
other: 0.661
socket: 0.593
permissions: 0.585
PID: 0.554
vnc: 0.540
Failed to create COM port in Windows Guest VM
Hi,
Tried to establish virtual serial connection between two Windows Guest VMs(Windows 2008 Server).
As it mentioned under the link,
http://www.linux-kvm.org/page/WindowsGuestDrivers/UpdatedGuestDebugging
Started VM using the below command with serial device as TCP port.
# qemu-system-x86_64 -smp 1 -enable-kvm -m 512 -boot c -serial tcp:127.0.0.1:50001,server,nowait -hda /mnt/sda5/var/lib/libvirt/images/win2008host.img
And started WinDbg in the Windows VM, with serial port:COM1 and Baudrate:115200.
It throws the error "Could not start kernel debugging using com:port:COM1,baudrate:115200 parameters, Win32 error 0n2. The system cannot find the file specified."
Checked under Device Manager and there is no COM1 port.
Does the -serial tcp:127.0.0.01:50001 creates COM1 port? I doubt.
If no what are the parameters I should pass to WinDbg for serial port?
Please help me how to solve this issue.
Thanks
Venkatesh
Triaging old bug tickets... can you still reproduce this issue with the latest version of QEMU? Or could we close this ticket nowadays?
[Expired for QEMU because there has been no activity for 60 days.]
|