diff options
Diffstat (limited to 'results/classifier/118/review/1196498')
| -rw-r--r-- | results/classifier/118/review/1196498 | 89 |
1 files changed, 89 insertions, 0 deletions
diff --git a/results/classifier/118/review/1196498 b/results/classifier/118/review/1196498 new file mode 100644 index 00000000..7a6e2c37 --- /dev/null +++ b/results/classifier/118/review/1196498 @@ -0,0 +1,89 @@ +x86: 0.889 +debug: 0.867 +kernel: 0.866 +virtual: 0.854 +boot: 0.837 +KVM: 0.820 +semantic: 0.806 +device: 0.801 +graphic: 0.790 +files: 0.774 +network: 0.748 +performance: 0.743 +architecture: 0.703 +peripherals: 0.691 +user-level: 0.641 +VMM: 0.612 +ppc: 0.602 +socket: 0.593 +hypervisor: 0.592 +permissions: 0.585 +PID: 0.554 +register: 0.551 +mistranslation: 0.545 +vnc: 0.540 +assembly: 0.527 +i386: 0.455 +risc-v: 0.451 +TCG: 0.384 +arm: 0.357 +-------------------- +virtual: 0.987 +debug: 0.949 +hypervisor: 0.444 +KVM: 0.193 +x86: 0.144 +user-level: 0.140 +TCG: 0.084 +network: 0.022 +PID: 0.016 +VMM: 0.014 +socket: 0.010 +kernel: 0.010 +device: 0.009 +files: 0.009 +boot: 0.007 +peripherals: 0.007 +semantic: 0.006 +register: 0.005 +performance: 0.004 +assembly: 0.003 +architecture: 0.003 +risc-v: 0.003 +graphic: 0.002 +permissions: 0.001 +vnc: 0.001 +ppc: 0.001 +i386: 0.001 +mistranslation: 0.000 +arm: 0.000 + +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.] + |