All of lore.kernel.org
 help / color / mirror / Atom feed
* (XEN) platform.c:994:d11 Unaligned ioport access: e15c2292, 4
@ 2007-11-12 11:02 James Harper
  2007-11-12 11:13 ` (XEN) platform.c:994:d11 Unaligned ioport access:e15c2292, 4 James Harper
  0 siblings, 1 reply; 3+ messages in thread
From: James Harper @ 2007-11-12 11:02 UTC (permalink / raw)
  To: xen-devel

Suddenly my Windows PV drivers aren't working... I get this in 'xm
dmesg':

"
(XEN) platform.c:994:d11 Unaligned ioport access: e15c2292, 4
(XEN) platform.c:994:d11 Unaligned ioport access: e15c1dbe, 4
(XEN) platform.c:994:d11 Unaligned ioport access: e15c1ffe, 4
(XEN) platform.c:1010:d11 Single io request in a movs crossing page
boundary.
(XEN) platform.c:994:d11 Unaligned ioport access: e15c2002, 4
(XEN) platform.c:994:d11 Unaligned ioport access: e15c18ea, 4
(XEN) platform.c:994:d11 Unaligned ioport access: e15c1416, 4
"

I can't see anything that I've changed in the code I've written, but I
have upgraded to Debian kernel 2.6.18-5 on Dom0 from 2.6.18-4.

Any suggestions? A few other strange things are happening too, like the
vnc port incrementing every time I start a new domain...

I'll roll back the kernel and see what happens... but it just seems
strange!

Thanks

James

^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE: (XEN) platform.c:994:d11 Unaligned ioport access:e15c2292, 4
  2007-11-12 11:02 (XEN) platform.c:994:d11 Unaligned ioport access: e15c2292, 4 James Harper
@ 2007-11-12 11:13 ` James Harper
  2007-11-12 15:01   ` Ralph Passgang
  0 siblings, 1 reply; 3+ messages in thread
From: James Harper @ 2007-11-12 11:13 UTC (permalink / raw)
  To: xen-devel

Bah! My bad. I still had version a 3.0.4 of the hypervisor in /boot, and
for some reason 'update-grub' thinks that 3.0.4 is a later version that
3.1.1 and put it first in menu.lst... Funny thing is, I think I actually
submitted some updates to the Debian 'update-grub' xen-aware routines,
so it probably really is my bad :)

James

> -----Original Message-----
> From: xen-devel-bounces@lists.xensource.com [mailto:xen-devel-
> bounces@lists.xensource.com] On Behalf Of James Harper
> Sent: Monday, 12 November 2007 22:03
> To: xen-devel@lists.xensource.com
> Subject: [Xen-devel] (XEN) platform.c:994:d11 Unaligned ioport
> access:e15c2292, 4
> 
> Suddenly my Windows PV drivers aren't working... I get this in 'xm
> dmesg':
> 
> "
> (XEN) platform.c:994:d11 Unaligned ioport access: e15c2292, 4
> (XEN) platform.c:994:d11 Unaligned ioport access: e15c1dbe, 4
> (XEN) platform.c:994:d11 Unaligned ioport access: e15c1ffe, 4
> (XEN) platform.c:1010:d11 Single io request in a movs crossing page
> boundary.
> (XEN) platform.c:994:d11 Unaligned ioport access: e15c2002, 4
> (XEN) platform.c:994:d11 Unaligned ioport access: e15c18ea, 4
> (XEN) platform.c:994:d11 Unaligned ioport access: e15c1416, 4
> "
> 
> I can't see anything that I've changed in the code I've written, but I
> have upgraded to Debian kernel 2.6.18-5 on Dom0 from 2.6.18-4.
> 
> Any suggestions? A few other strange things are happening too, like
the
> vnc port incrementing every time I start a new domain...
> 
> I'll roll back the kernel and see what happens... but it just seems
> strange!
> 
> Thanks
> 
> James
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: (XEN) platform.c:994:d11 Unaligned ioport access:e15c2292, 4
  2007-11-12 11:13 ` (XEN) platform.c:994:d11 Unaligned ioport access:e15c2292, 4 James Harper
@ 2007-11-12 15:01   ` Ralph Passgang
  0 siblings, 0 replies; 3+ messages in thread
From: Ralph Passgang @ 2007-11-12 15:01 UTC (permalink / raw)
  To: xen-devel

Am Montag, 12. November 2007 12:13:36 schrieb James Harper:
> Bah! My bad. I still had version a 3.0.4 of the hypervisor in /boot, and
> for some reason 'update-grub' thinks that 3.0.4 is a later version that
> 3.1.1 and put it first in menu.lst... Funny thing is, I think I actually
> submitted some updates to the Debian 'update-grub' xen-aware routines,
> so it probably really is my bad :)

Hi James,

I have the same problem with debian's "update-grub". Also on my system it 
orders my xen/kernel listing wrong. I don't think it's your mistake.

But as you said "2.6.18-5-xen...", this kernel is compiled against a xen 
3.0.3 patch, so it is maybe not what you want if you are using xen 3.1.x.

I patched my own kernel against a more recent xen 3.1.1 patch and this fixed 
some bugs for me. For example 32Bit-PV Guest on a 64Bit Kernel runs now 
like charm.

--Ralph

P.s.: I am very interessted in your PV Drivers, but I am not a windows 
developer at all. If your driver is available as binary for win xp or vista 
(32bit), I would really like to test it.

I tested the drivers from XenSource and Novell in the past (on a opensource 
xen hypervisor/kernel) and it never worked like expected. After installaing 
the novell driver my hvm-windows just stared directly into a bluescreen and 
with the xensource drivers there were actually some drivers installed, but 
the block-device didn't seem to work and my hvm guest always had 100% cpu 
utilisation after installing the driver (observerd with xm top), so these 
both drivers doesn't seem to work on an opensource xen installation.

> James
>
> > -----Original Message-----
> > From: xen-devel-bounces@lists.xensource.com [mailto:xen-devel-
> > bounces@lists.xensource.com] On Behalf Of James Harper
> > Sent: Monday, 12 November 2007 22:03
> > To: xen-devel@lists.xensource.com
> > Subject: [Xen-devel] (XEN) platform.c:994:d11 Unaligned ioport
> > access:e15c2292, 4
> >
> > Suddenly my Windows PV drivers aren't working... I get this in 'xm
> > dmesg':
> >
> > "
> > (XEN) platform.c:994:d11 Unaligned ioport access: e15c2292, 4
> > (XEN) platform.c:994:d11 Unaligned ioport access: e15c1dbe, 4
> > (XEN) platform.c:994:d11 Unaligned ioport access: e15c1ffe, 4
> > (XEN) platform.c:1010:d11 Single io request in a movs crossing page
> > boundary.
> > (XEN) platform.c:994:d11 Unaligned ioport access: e15c2002, 4
> > (XEN) platform.c:994:d11 Unaligned ioport access: e15c18ea, 4
> > (XEN) platform.c:994:d11 Unaligned ioport access: e15c1416, 4
> > "
> >
> > I can't see anything that I've changed in the code I've written, but I
> > have upgraded to Debian kernel 2.6.18-5 on Dom0 from 2.6.18-4.
> >
> > Any suggestions? A few other strange things are happening too, like
>
> the
>
> > vnc port incrementing every time I start a new domain...
> >
> > I'll roll back the kernel and see what happens... but it just seems
> > strange!
> >
> > Thanks
> >
> > James
> >
> > _______________________________________________
> > Xen-devel mailing list
> > Xen-devel@lists.xensource.com
> > http://lists.xensource.com/xen-devel
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-11-12 15:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-12 11:02 (XEN) platform.c:994:d11 Unaligned ioport access: e15c2292, 4 James Harper
2007-11-12 11:13 ` (XEN) platform.c:994:d11 Unaligned ioport access:e15c2292, 4 James Harper
2007-11-12 15:01   ` Ralph Passgang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.