|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] Is Xen and Qemu serial driver code related ?
Petersson, Mats pravi: Thanks Mats. I added these few lines in qemu source (xen was too much for me - sorry), rebuild and serial.log produced by qemu is here: http://www.p-rom.si/serial.log-----Original Message-----From: xen-users-bounces@xxxxxxxxxxxxxxxxxxx [mailto:xen-users-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of Aleš RomSent: 08 February 2007 12:55 To: xen-users@xxxxxxxxxxxxxxxxxxx Subject: [Xen-users] Is Xen and Qemu serial driver code related ? Hi.A noticed a very strange thing. A few weeks ago I installed WindowsXP under qemu. I have serial device attached to COM1 port and comunication works. Basicaly I have to download a few hundred bytes from that serial device to computer. Every time comunication stops at 83% (5/6).The weird thing is, that when I use Xen, I can see exactly same thing. Stops at 83%. Is this related or just coincidence? Is it my hardware? Windows on "real" hardware doesn't have this problem.Sounds like it could be the same problem - Xen in HVM mode uses QEMU (a slightly modified source that builds the binary called qemu-dm, which lives in /usr/lib{64}/xen/bin or some such) to emulate the hardware in the guest. Serial port(s) is part of this emulated hardware. The last few lines before data download stops are: ... ... RX: 6f RX: 6e RX: 36 RX: 20 RX: 20 RX: 20 RX: 20 RX:It looks that the communication stops because there is no data from serial device? Aleš _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |