From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dieter Bloms Subject: Re: [Xen-users] Xen 4.2 TODO (io and irq parameter are not evaluated by xl) Date: Fri, 31 Aug 2012 21:37:47 +0200 Message-ID: <20120831193746.GA13009@bloms.de> References: <1344935141.5926.6.camel@zakaz.uk.xensource.com> <20120814100704.GA19704@bloms.de> <1346421542.27277.218.camel@zakaz.uk.xensource.com> <1346425278.27277.224.camel@zakaz.uk.xensource.com> <5040F7140200007800097E91@nat28.tlf.novell.com> <1346428292.27277.243.camel@zakaz.uk.xensource.com> <5040FB490200007800097ED2@nat28.tlf.novell.com> <50409CE002000076000B3B44@novprvoes0310.provo.novell.com> <1346434547.5820.10.camel@dagon.hellion.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1346434547.5820.10.camel@dagon.hellion.org.uk> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Campbell Cc: Charles Arnold , Kirk Allan , Dieter Bloms , Ian Jackson , "xen-devel@lists.xen.org" , Jan Beulich List-Id: xen-devel@lists.xenproject.org Hi, Ian, thank you for implementing this io and irq support. On Fri, Aug 31, Ian Campbell wrote: > On Fri, 2012-08-31 at 18:15 +0100, Kirk Allan wrote: > > > > Charles, Kirk, could you comment here? > > > > In one of my Window's vm config files, I was able to get the vm to > > boot using ioports=['3f8-3ff']. My goal was to do serial debugging of > > the Windows vm. I also added irq=[4] to the config file. However, I > > was not able to actually get a debug session to work. The physical > > machine running windbg received a string from the vm which gave me > > hope that it was working, but then it never received further data so > > the vm eventually booted without being attached to the debugger. > > Thanks, the question was whether it would be useful to implement the > ioports = '3f8-3ff' > irq = 4 > syntax as well as the > ioports = ['3f8-3ff'] > irq = [4] > but it looks like you are actually using the array version anyway? I use this syntax with xm: ioports=['0378-037a'] irq=[5] and it works good. -- Best regards Dieter -- I do not get viruses because I do not use MS software. If you use Outlook then please do not put my email address in your address-book so that WHEN you get a virus it won't use my address in the >>From field.