Hi, Is it possible to connect windbg to guest windows 2008 R2, over xen? Anyone how did it succesfully? I tried steps in this links http://wiki.xensource.com/xenwiki/XenWindowsGplPv but it''s not working for me :( (i modified add in xinited, instead of inetd.conf) Can any1 update this doc? Regards, Piyush _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
On Mon, Sep 26, 2011 at 04:39:08PM +0530, piyush jain wrote:> Hi, > Is it possible to connect windbg to guest windows 2008 R2, over xen? > > Anyone how did it succesfully? > > I tried steps in this links > > [1]http://wiki.xensource.com/xenwiki/XenWindowsGplPv > > but it''s not working for me :( (i modified add in xinited, instead of > inetd.conf) > > Can any1 update this doc? >Hey, Maybe James or Paul can comment.. -- Pasi _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
> > On Mon, Sep 26, 2011 at 04:39:08PM +0530, piyush jain wrote: > > Hi, > > Is it possible to connect windbg to guest windows 2008 R2, over xen? > > > > Anyone how did it succesfully? > > > > I tried steps in this links > > > > [1]http://wiki.xensource.com/xenwiki/XenWindowsGplPv > > > > but it''s not working for me :( (i modified add in xinited, instead of > > inetd.conf) > > > > Can any1 update this doc? > > > > Hey, > > Maybe James or Paul can comment.. > > -- PasiCan you start with a tcpdump of the traffic between the two endpoints? James _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
It''s a long time since I set it up on upstream Xen (as opposed to Citrix XenServer) but what I usually do is set up my xl config to point qemu serial at a passive open tcp socket (using something like serial=tcp::4000,server,nodelay,nowait). The ''nodelay'' is important there, otherwise nagle will screw up your debug flow. I then normally use a little socket-to-pipe tool that I have and point windbg at the pipe. You can do similar using HW VSP (http://www.hw-group.com/products/hw_vsp/index_en.html) and a COM port though. Paul> -----Original Message----- > From: Pasi Kärkkäinen [mailto:pasik@iki.fi] > Sent: 26 September 2011 20:16 > To: piyush jain > Cc: xen-devel@lists.xensource.com; James Harper; Paul Durrant > Subject: Re: [Xen-devel] xen + windbg.. > > On Mon, Sep 26, 2011 at 04:39:08PM +0530, piyush jain wrote: > > Hi, > > Is it possible to connect windbg to guest windows 2008 R2, over > xen? > > > > Anyone how did it succesfully? > > > > I tried steps in this links > > > > [1]http://wiki.xensource.com/xenwiki/XenWindowsGplPv > > > > but it''s not working for me :( (i modified add in xinited, > instead of > > inetd.conf) > > > > Can any1 update this doc? > > > > Hey, > > Maybe James or Paul can comment.. > > -- Pasi_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel