summary refs log tree commit diff stats
path: root/results/classifier/accel-gemma3:12b/kvm/946043
blob: 42568d4e26d1010a95642863c107d243395d7dbf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
Serial Named Pipe Unrecognized Windows 7

I created a named pipe serial hardware and supplied '/tmp/debug' which I created using mkfifo

This is the snippet from ps -aux
-chardev pipe,id=charserial0,path=/tmp/debug -device isa-serial,chardev=charserial0,id=serial0

failure@ubuntu1:~$ ls -al /tmp/debug*
prwxrwxrwx 1 jgp jgp 0 2012-03-03 18:40 /tmp/debug
prwxrwxrwx 1 jgp jgp 0 2012-03-03 18:40 /tmp/debug.in

However inside the Windows 7 guest (even after a restart) nothing is recognized. Even after going through the add legacy hardware motions it's still not picked up.