Re: [Qemu-devel] Serial port on virtual machines

2011-08-20 Thread Rob Landley
On 08/18/2011 10:00 AM, bala suru wrote: > Hi, > > I'm running VM on kvm-qemu hyper visor . I need to access the serail > port on the VM , > I tried the sample code to read/write com port but I get port error when > ever I tried write something to the port(dev/ttyS0) . > > the same code work fine

Re: [Qemu-devel] Serial port on virtual machines

2011-08-18 Thread Mulyadi Santosa
On Thu, Aug 18, 2011 at 22:00, bala suru wrote: > Hi, > > I'm running VM on kvm-qemu hyper visor . I need to access the serail port on > the VM , > I tried the sample code to read/write com port but I get port error when > ever I tried write something to the port(dev/ttyS0) . try to read the man

[Qemu-devel] Serial port on virtual machines

2011-08-18 Thread bala suru
Hi, I'm running VM on kvm-qemu hyper visor . I need to access the serail port on the VM , I tried the sample code to read/write com port but I get port error when ever I tried write something to the port(dev/ttyS0) . the same code work fine on the normal OS .. is it the same way as normal OS for