[Pkg-xen-devel] Graphics driver fixes for squeeze kernel-xen ?
Ian Campbell
ijc at hellion.org.uk
Wed Aug 18 16:32:58 UTC 2010
On Tue, 2010-08-17 at 21:28 +0200, Bastian Blank wrote:
> > A lot of graphics related
> > fixes are now merged, and they make most of the graphics adapters
> > (and KMS modesetting) work ok.
>
> However not this part. Only small commits are fixes and I consider the
> rest as hacks.
Which commits in particular? Have you raised your concerns upstream?
There are a few commits in the referenced branch which are tagged as
needing to be revisited before going upstream, they are generally of the
form
- do_thing(ADDR);
+ if (xen_domain())
+ do_thing(translate(ADDR));
+ else
+ do_thing(ADDR)
(or something equivalent). While these are clearly not suitable for
upstream they are correct as far as they go. Excluding them from the xen
flavour of the kernel seems a bit extreme.
It would be a terrible shame if Squeeze did not have support for the
modern graphics subsystem when running Xen.
Ian.
--
Ian Campbell
Current Noise: Black Sabbath - Lonely Is The Word
Sure he's sharp as a razor ... he's a two-dimensional pinhead!
More information about the Pkg-xen-devel
mailing list