[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] unable to access the serial port on the Vm
From: |
Stefan Hajnoczi |
Subject: |
Re: [Qemu-devel] unable to access the serial port on the Vm |
Date: |
Mon, 12 Sep 2011 19:21:36 +0100 |
On Mon, Sep 12, 2011 at 12:35 PM, bala suru <address@hidden> wrote:
> But I need to connect a some USB device which will create a virtual
> serialport called /dev/ttyACM0, I cloud not see this on the Vm running ..
>
> This XML format I used
> RAW = [ type = "kvm",
> data = "<devices><serial type=\"pty\"><source
> path=\"/dev/pts/5\"/><target port=\"0\"/></serial><console type=\"pty\"
> tty=\"/dev/pts/5\"><source path=\"/dev/pts/5\"/><target
> port=\"0\"/></console></devices>" ]
I am not sure what you are trying to do.
Are you attaching a USB serial device to the host and you would like
to connect that to the VM's serial port? In that case you can try
this domain XML:
<serial type="dev">
<source path="/dev/ttyACM0" />
<target port="0" />
</serial>
Stefan
- [Qemu-devel] unable to access the serial port on the Vm, bala suru, 2011/09/08
- Re: [Qemu-devel] unable to access the serial port on the Vm, Stefan Hajnoczi, 2011/09/11
- Message not available
- Re: [Qemu-devel] unable to access the serial port on the Vm, Stefan Hajnoczi, 2011/09/11
- Message not available
- Message not available
- Re: [Qemu-devel] unable to access the serial port on the Vm, Stefan Hajnoczi, 2011/09/12
- Re: [Qemu-devel] unable to access the serial port on the Vm, bala suru, 2011/09/12
- Re: [Qemu-devel] unable to access the serial port on the Vm, Stefan Hajnoczi, 2011/09/12
- Re: [Qemu-devel] unable to access the serial port on the Vm, bala suru, 2011/09/12
- Re: [Qemu-devel] unable to access the serial port on the Vm,
Stefan Hajnoczi <=
- Re: [Qemu-devel] unable to access the serial port on the Vm, bala suru, 2011/09/13
- Re: [Qemu-devel] unable to access the serial port on the Vm, Stefan Hajnoczi, 2011/09/13
- Re: [Qemu-devel] unable to access the serial port on the Vm, bala suru, 2011/09/13