Re: [Qemu-devel] CAN device

2013-06-30 Thread Andreas Färber
Hi, Am 30.06.2013 14:25, schrieb Yang Jin: > Thanks, Andreas. It really help me a lot. > > When I man qemu, I found "path specifies the name of the serial device > to open". Does that mean I should have a real serial device or I cannot > test it? Can I test it just in a virtual environment? When

Re: [Qemu-devel] CAN device

2013-06-30 Thread Yang Jin
Hi, Thanks, Andreas. It really help me a lot. When I man qemu, I found "path specifies the name of the serial device to open". Does that mean I should have a real serial device or I cannot test it? Can I test it just in a virtual environment? When I try to open a /dev/ttyS0 through "cat /dev/ttyS0

Re: [Qemu-devel] CAN device

2013-06-28 Thread Andreas Färber
Hi, Am 28.06.2013 14:19, schrieb Yang Jin: > I try to develop a CAN device on QEMU. And I found pci-serial is similar > to CAN. > > Untill now, I have some questions about how to use pci-serial on QEMU. > Actually, QEMU use isa-serial as a default serial device. So I try to > use isa-serial firs

[Qemu-devel] CAN device

2013-06-28 Thread Yang Jin
Hi, I try to develop a CAN device on QEMU. And I found pci-serial is similar to CAN. Untill now, I have some questions about how to use pci-serial on QEMU. Actually, QEMU use isa-serial as a default serial device. So I try to use isa-serial firstly. Some useful information we can get from docs/qd