[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] Serial port access in HVM (fully virtualized) DomU
This is a HVM DomU, so you need to use an emulated serial port backed by the physical port. There is no support for assigning physical serial port resources to "give" the serial port directly to the HVM DomU. Theoretically, this should be fairly easily doable even on IOMMU-less systems, but as far as I know. there's no code to do this yet for HVMs. Serial ports on a separate PCI card should be possible to using the PCI passthrough feature in recent versions of xen. However, the emulated device may work fine for you, with much less hassle. Just make sure that your serial ports _are_ available to Dom0 (that is, remove the blacklist entries), and then add serial=/dev/ttyS0 to your HVM domain config. There are some caveats with serial emulation currently - I'm working on improving this particular code right now, so if you run into any strangeness, I'll probably know what's going on and be able to help. :) On Dec 4, 2007 12:24 PM, Hans Rakers <hans@xxxxxxxx> wrote:
_______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |