af55dd
%global tarball xf86-video-qxl
af55dd
%global moduledir %(pkg-config xorg-server --variable=moduledir )
af55dd
%global driverdir %{moduledir}/drivers
af55dd
af55dd
%undefine _hardened_build
af55dd
af55dd
# Xspice is x86_64 and ARM only since spice-server is x86_64 / ARM only
af55dd
%ifarch %{ix86} x86_64 %{arm} aarch64
af55dd
%define with_xspice (0%{?fedora} || 0%{?rhel} > 6)
af55dd
%else
af55dd
%define with_xspice 0
af55dd
%endif
af55dd
af55dd
#global gitdate 20160929
af55dd
#global gitversion e13d28ee
af55dd
af55dd
%if 0%{?gitdate}
af55dd
af55dd
%define gver .%{gitdate}git%{gitversion}
af55dd
%endif
af55dd
af55dd
Summary:   Xorg X11 qxl video driver
af55dd
Name:      xorg-x11-drv-qxl
af55dd
af55dd
Version:   0.1.5
af55dd
856e5c
Release:   11%{?gver}%{?dist}
af55dd
URL:       http://www.x.org
af55dd
Source0:  http://xorg.freedesktop.org/releases/individual/driver/%{tarball}-%{version}.tar.bz2
af55dd
#Source0:   %{tarball}-%{gitdate}.tar.bz2
af55dd
Patch1: 0001-worst-hack-of-all-time-to-qxl-driver.patch
af55dd
Patch2: 0002-Xspice-Use-print-instead-of-print.patch
af55dd
Patch3: 0003-Xspice-Remove-extra-space-before-assignment.patch
af55dd
Patch4: 0004-Xspice-Fix-Python3-str-vs-bytes-confusion.patch
af55dd
Patch6: 0006-qxl-call-provider-init.patch
af55dd
Patch7: 0007-modesetting-Validate-the-atom-for-enum-properties.patch
af55dd
Patch8: 0008-qxl-Initialize-prev-field-while-dup-surface-list.patch
af55dd
af55dd
af55dd
License:   MIT
af55dd
Group:     User Interface/X Hardware Support
af55dd
af55dd
ExcludeArch: s390 s390x
af55dd
af55dd
BuildRequires: pkgconfig
af55dd
BuildRequires: git-core
af55dd
BuildRequires: xorg-x11-server-devel >= 1.1.0-1
af55dd
BuildRequires: spice-protocol >= 0.12.1
af55dd
BuildRequires: libdrm-devel >= 2.4.46-1
af55dd
af55dd
%if %{with_xspice}
af55dd
BuildRequires: spice-server-devel >= 0.8.0
af55dd
BuildRequires: python3-rpm-macros
af55dd
%endif
af55dd
BuildRequires: glib2-devel
af55dd
BuildRequires: libtool
af55dd
BuildRequires: libudev-devel
af55dd
BuildRequires: libXfont2-devel
Pablo Greco 4889dd
BuildRequires: libXext-devel
af55dd
af55dd
Requires: Xorg %(xserver-sdk-abi-requires ansic)
af55dd
Requires: Xorg %(xserver-sdk-abi-requires videodrv)
af55dd
af55dd
%description
af55dd
X.Org X11 qxl video driver.
af55dd
af55dd
%if %{with_xspice}
af55dd
%package -n    xorg-x11-server-Xspice
af55dd
Summary:       XSpice is an X server that can be accessed by a Spice client
af55dd
Requires:      Xorg %(xserver-sdk-abi-requires ansic)
af55dd
Requires:      Xorg %(xserver-sdk-abi-requires videodrv)
af55dd
Requires:      xorg-x11-server-Xorg
af55dd
af55dd
%description -n xorg-x11-server-Xspice
af55dd
XSpice is both an X and a Spice server.
af55dd
%endif
af55dd
af55dd
%prep
af55dd
%autosetup -S git_am -n %{tarball}-%{?gitdate:%{gitdate}}%{!?gitdate:%{version}}
af55dd
af55dd
af55dd
%build
af55dd
autoreconf -ivf
af55dd
%if %{with_xspice}
af55dd
%define enable_xspice --enable-xspice
af55dd
%endif
af55dd
%configure --disable-static %{?enable_xspice}
af55dd
make %{?_smp_mflags}
af55dd
af55dd
af55dd
%install
af55dd
make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
af55dd
af55dd
%if %{with_xspice}
af55dd
# Switch hardcoded python3 shebangs into the %%{__python3} macro
af55dd
sed -i '1s=^#!/usr/bin/python$=#!%{__python3}=' %{buildroot}%{_bindir}/Xspice
af55dd
%endif
af55dd
af55dd
# FIXME: Remove all libtool archives (*.la) from modules directory.  This
af55dd
# should be fixed in upstream Makefile.am or whatever.
af55dd
find $RPM_BUILD_ROOT -regex ".*\.la$" | xargs rm -f --
af55dd
af55dd
%if %{with_xspice}
af55dd
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/X11
af55dd
install -p -m 644 examples/spiceqxl.xorg.conf.example \
af55dd
    $RPM_BUILD_ROOT%{_sysconfdir}/X11/spiceqxl.xorg.conf
af55dd
# FIXME: upstream installs this file by default, we install it elsewhere.
af55dd
# upstream should just not install it and let dist package deal with
af55dd
# doc/examples.
af55dd
rm -f $RPM_BUILD_ROOT/usr/share/doc/xf86-video-qxl/spiceqxl.xorg.conf.example
af55dd
%if !%{with_xspice}
af55dd
rm -f $RPM_BUILD_ROOT%{_sysconfdir}/X11/spiceqxl.xorg.conf
af55dd
%endif
af55dd
%endif
af55dd
af55dd
af55dd
%files
af55dd
%doc COPYING README
af55dd
%{driverdir}/qxl_drv.so
af55dd
af55dd
%if %{with_xspice}
af55dd
%files -n xorg-x11-server-Xspice
af55dd
%doc COPYING README.xspice README examples/spiceqxl.xorg.conf.example
af55dd
%config(noreplace) %{_sysconfdir}/X11/spiceqxl.xorg.conf
af55dd
%{_bindir}/Xspice
af55dd
%{driverdir}/spiceqxl_drv.so
af55dd
%endif
af55dd
af55dd
af55dd
%changelog
856e5c
* Wed Nov 20 2019 Tomas Pelka <tpelka@redhat.com> - 0.1.5-11
856e5c
- Rebuild and version bump to pick up gating correctly
856e5c
- Resolves: rhbz#1754584
856e5c
856e5c
* Wed Nov 20 2019 Kevin Pouget <kpouget@redhat.com> - 0.1.5-10
856e5c
- Rebuild for new ABI
856e5c
- Resolves: rhbz#1754584
856e5c
af55dd
* Tue Dec 18 2018 Victor Toso <victortoso@redhat.com> - 0.1.5-9
af55dd
- Fix crash on shutdown
af55dd
  Resolves: rhbz#1641793
af55dd
af55dd
* Wed Jul 04 2018 Christophe Fergeau <cfergeau@redhat.com> - 0.1.5-8
af55dd
- Adjust python3 shebang to make it point at #!%{_python3}
af55dd
af55dd
* Thu May 17 2018 Christophe Fergeau <cfergeau@redhat.com> - 0.1.5-7
af55dd
- Add upstream patches for Python 3 support
af55dd
- Validate RANDR output property atoms
af55dd
- Add patch fixing crash with multiple QXL devices
af55dd
- This syncs the RHEL branch with both current rawhide and RHEL 7.6
af55dd
af55dd
* Mon May 14 2018 Adam Jackson <ajax@redhat.com> - 0.1.5-6.1
af55dd
- Rebuild for xserver 1.20
af55dd
af55dd
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.5-6
af55dd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
af55dd
af55dd
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.5-5
af55dd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
af55dd
af55dd
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.5-4
af55dd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
af55dd
af55dd
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.5-3
af55dd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
af55dd
af55dd
* Tue Dec 20 2016 Christophe Fergeau <cfergeau@redhat.com> 0.1.5-2
af55dd
- Build on the same arches as spice-server
af55dd
af55dd
* Mon Dec 19 2016 Christophe Fergeau <cfergeau@redhat.com> 0.1.5-1%{?gver}%{?dist}
af55dd
- Update to latest upstream release. All patches except one have been upstreamed.
af55dd
af55dd
* Mon Dec 19 2016 Christophe Fergeau <cfergeau@redhat.com> 0.1.4-11.20160929gite13d28ee
af55dd
- Fix xspice crashing when used with xserver-1.19 (rhbz#1405939)
af55dd
  Previous patch was only partially fixing the issue
af55dd
af55dd
* Tue Oct  4 2016 Hans de Goede <hdegoede@redhat.com> - 0.1.4-10.20160929gite13d28ee
af55dd
- Fix qxl driver crashing when used with xserver-1.19 (rhbz#1381045)
af55dd
af55dd
* Thu Sep 29 2016 Hans de Goede <hdegoede@redhat.com> - 0.1.4-9.20160929gite13d28ee
af55dd
- Update to latest git master for use with xserver-1.19
af55dd
- Rebuild against xserver-1.19
af55dd
- Really build xspice on ARMv7/aarch64
af55dd
af55dd
* Mon Jul 11 2016 Peter Robinson <pbrobinson@fedoraproject.org> 0.1.4-8
af55dd
- Spice server is on ARMv7/aarch64
af55dd
af55dd
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.4-7
af55dd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
af55dd
af55dd
* Wed Sep 16 2015 Dave Airlie <airlied@redhat.com> - 0.1.4-6
af55dd
- 1.18 ABI rebuild
af55dd
af55dd
* Thu Aug 06 2015 Christophe Fergeau <cfergeau@redhat.com> 0.1.4-5
af55dd
- Drop patches from 0.1.4-4 (one is not upstream, the other one is causing Xorg
af55dd
  crashes at startup)
af55dd
- Add upstream patches fixing compilation with Xorg 1.18
af55dd
af55dd
* Tue Aug 04 2015 Adam Williamson <awilliam@redhat.com> - 0.1.4-4
af55dd
- fix build with a couple of patches from upstream list (from davidshea)
af55dd
af55dd
* Wed Jul 29 2015 Dave Airlie <airlied@redhat.com>
af55dd
- 1.15 ABI rebuild
af55dd
af55dd
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.4-3
af55dd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
af55dd
af55dd
* Tue Apr 28 2015 Marcin Juszkiewicz <mjuszkiewicz@redhat.com> - 0.1.4-2
af55dd
- fix build on aarch64 - rhbz#1201877
af55dd
af55dd
* Thu Apr 02 2015 Christophe Fergeau <cfergeau@redhat.com> 0.1.4-1
af55dd
- Update to 0.1.4 release
af55dd
af55dd
* Tue Mar 03 2015 Dave Airlie <airlied@redhat.com> 0.1.3-3
af55dd
- remove hardened build
af55dd
af55dd
* Wed Feb 11 2015 Hans de Goede <hdegoede@redhat.com> - 0.1.3-2
af55dd
- xserver 1.17 ABI rebuild
af55dd
af55dd
* Fri Oct 31 2014 Christophe Fergeau <cfergeau@redhat.com> 0.1.3-1
af55dd
- Update to 0.1.3 release
af55dd
af55dd
* Fri Oct 10 2014 Christophe Fergeau <cfergeau@redhat.com> 0.1.2-1
af55dd
- Update to new 0.1.2 upstream release
af55dd
af55dd
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.1-13
af55dd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
af55dd
af55dd
* Mon Jul  7 2014 Marc-André Lureau <marcandre.lureau@redhat.com> 0.1.1-12
af55dd
- add fix for invisible cursor after resize (#1116870)
af55dd
af55dd
* Mon Jun 16 2014 Hans de Goede <hdegoede@redhat.com> - 0.1.1-11
af55dd
- xserver 1.15.99.903 ABI rebuild
af55dd
af55dd
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.1-10
af55dd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
af55dd
af55dd
* Mon Apr 28 2014 Hans de Goede <hdegoede@redhat.com> - 0.1.1-9
af55dd
- Add patches for server managed fd support
af55dd
- xserver 1.15.99-20140428 git snapshot ABI rebuild
af55dd
af55dd
* Tue Jan 14 2014 Dave Airlie <airlied@redhat.com> 0.1.1-8
af55dd
- grab patches from F20 - fix dates
af55dd
af55dd
* Mon Jan 13 2014 Adam Jackson <ajax@redhat.com> - 0.1.1-7
af55dd
- 1.15 ABI rebuild
af55dd
af55dd
* Tue Dec 17 2013 Adam Jackson <ajax@redhat.com> - 0.1.1-6
af55dd
- 1.15RC4 ABI rebuild
af55dd
af55dd
* Wed Nov 20 2013 Adam Jackson <ajax@redhat.com> - 0.1.1-5
af55dd
- 1.15RC2 ABI rebuild
af55dd
af55dd
* Wed Nov 06 2013 Adam Jackson <ajax@redhat.com> - 0.1.1-4
af55dd
- 1.15RC1 ABI rebuild
af55dd
af55dd
* Fri Oct 25 2013 Adam Jackson <ajax@redhat.com> - 0.1.1-3
af55dd
- ABI rebuild
af55dd
af55dd
* Thu Oct 24 2013 Adam Jackson <ajax@redhat.com> 0.1.1-2
af55dd
- Drop qxl rev 1 patches
af55dd
af55dd
* Mon Oct 21 2013 Alon Levy <alevy@redhat.com> - 0.1.1-1
af55dd
- New upstream release
af55dd
- Fixes to said release to work with suid issues (upstream)
af55dd
af55dd
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.1-0.14.20130514git77a1594
af55dd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
af55dd
af55dd
* Wed Jul 03 2013 Dave Airlie <airlied@redhat.com> 0.1.1-0.13
af55dd
- resnapshot upstream to pick up a few patches
af55dd
- add userspace patch to use new kernel hotspot interface (#974662)
af55dd
af55dd
* Wed Jul 03 2013 Dave Airlie <airlied@redhat.com> 0.1.1-0.12
af55dd
- add support for udev event catching - for dynamic resize from kernel
af55dd
af55dd
* Tue Jul 02 2013 Dave Airlie <airlied@redhat.com> 0.1.1-0.11
af55dd
- helps if you apply the patch (#978612)
af55dd
af55dd
* Sat Jun 29 2013 Dave Airlie <airlied@redhat.com> 0.1.1-0.10
af55dd
- fix another resize issue due (#978612)
af55dd
af55dd
* Tue Jun 18 2013 Dave Airlie <airlied@redhat.com> 0.1.1-0.9
af55dd
- disable composite/a8 surfaces for KMS (#974198)
af55dd
af55dd
* Tue May 28 2013 Dave Airlie <airlied@redhat.com> 0.1.1-0.8
af55dd
- fix 32-bit (#965101)
af55dd
af55dd
* Tue May 14 2013 Dave Airlie <airlied@redhat.com> 0.1.1-0.7
af55dd
- resnapshot - fixes randr under KMS
af55dd
af55dd
* Tue May 14 2013 Daniel Mach <dmach@redhat.com> - 0.1.1-0.6
af55dd
- Fix with_xspice macro definition (airlied - cherrypick)
af55dd
af55dd
* Tue May 7 2013 Alon Levy <alevy@redhat.com> 0.1.1-0.5
af55dd
- Add Xspice fixes and dfps (upstream a474a71..77a1594)
af55dd
af55dd
* Tue Mar 19 2013 Adam Jackson <ajax@redhat.com> 0.1.1-0.4
af55dd
- Less RHEL customization
af55dd
af55dd
* Tue Mar 12 2013 Dave Airlie <airlied@redhat.com> 0.1.1-0.3.20130312gita474a71
af55dd
- add KMS support to userspace driver
af55dd
af55dd
* Thu Mar 07 2013 Peter Hutterer <peter.hutterer@redhat.com> - 0.1.1-0.2.20130306git9d45cc5
af55dd
- ABI rebuild
af55dd
af55dd
* Wed Mar 06 2013 Dave Airlie <airlied@redhat.com> 0.1.1-0.1
af55dd
- bump to get UMS bo abstraction in - kms coming soon
af55dd
af55dd
* Fri Feb 15 2013 Peter Hutterer <peter.hutterer@redhat.com> - 0.1.0-4
af55dd
- ABI rebuild
af55dd
af55dd
* Fri Feb 15 2013 Peter Hutterer <peter.hutterer@redhat.com> - 0.1.0-3
af55dd
- ABI rebuild
af55dd
af55dd
* Thu Jan 10 2013 Adam Jackson <ajax@redhat.com> - 0.1.0-2
af55dd
- ABI rebuild
af55dd
af55dd
* Sat Sep 22 2012 Soren Sandmann <ssp@redhat.com> 0.1.0-1
af55dd
- Upstream 0.1.0
af55dd
af55dd
* Wed Aug 29 2012 Adam Jackson <ajax@redhat.com> 0.0.22-6
af55dd
- Exclude Xspice from RHEL6 builds
af55dd
af55dd
* Sun Aug 26 2012 Alon Levy <alevy@redhat.com>
af55dd
- fix uxa_xorg_enable_disable_fb_access - 0.0.22-5.20120718gitde6620788 (#844463)
af55dd
af55dd
* Thu Aug 23 2012 Alon Levy <alevy@redhat.com>
af55dd
- fix break from introduction of screen privates - 0.0.22-4.20120718gitde6620788 (#844463)
af55dd
af55dd
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.22-3.20120718gitde6620788
af55dd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
af55dd
af55dd
* Wed Jul 18 2012 Dave Airlie <airlied@redhat.com> 0.0.22-2.20120718gitde6620788
af55dd
- git snapshot for new server API
af55dd
af55dd
* Thu Apr 05 2012 Adam Jackson <ajax@redhat.com> - 0.0.22-1
af55dd
- RHEL arch exclude updates
af55dd
af55dd
* Thu Mar 15 2012 Soren Sandmann <ssp@redhat.com> - 0.22.0
af55dd
- Upstream 0.0.17
af55dd
af55dd
* Sat Feb 11 2012 Peter Hutterer <peter.hutterer@redhat.com> - 0.0.21-16
af55dd
- ABI rebuild
af55dd
af55dd
* Fri Feb 10 2012 Peter Hutterer <peter.hutterer@redhat.com> - 0.0.21-15
af55dd
- ABI rebuild
af55dd
af55dd
* Tue Jan 24 2012 Peter Hutterer <peter.hutterer@redhat.com> - 0.0.21-14
af55dd
- ABI rebuild
af55dd
af55dd
* Fri Jan 13 2012 Marc-André Lureau <mlureau@redhat.com> 0.0.21-13
af55dd
- Add 0011-support-_ASYNC-io-calls-and-interrupt-handling-busy-.patch
af55dd
  to use async calls
af55dd
af55dd
* Wed Jan 04 2012 Adam Jackson <ajax@redhat.com> 0.0.21-12
af55dd
- qxl-0.0.16-ftbfs.patch: Fix some FTBFS.
af55dd
af55dd
* Wed Nov 16 2011 Adam Jackson <ajax@redhat.com> 0.0.21-11
af55dd
- qxl-0.0.16-vgahw.patch: API compat for xserver 1.12 (#753928)
af55dd
af55dd
* Mon Nov 14 2011 Adam Jackson <ajax@redhat.com> - 0.0.21-10
af55dd
- ABI rebuild
af55dd
af55dd
* Wed Nov 09 2011 Adam Jackson <ajax@redhat.com> - 0.0.21-9
af55dd
- ABI rebuild
af55dd
af55dd
* Fri Oct 28 2011 Soren Sandmann <ssp@redhat.com> - 0.0.21-8
af55dd
- Bump release
af55dd
af55dd
* Fri Oct 28 2011 Soren Sandmann <ssp@redhat.com> - 0.0.21-7
af55dd
- Add patch to translate access regions according to drawable offset
af55dd
  Bug 731245.
af55dd
af55dd
* Thu Oct 27 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.21-7
af55dd
- Rebuilt for glibc bug#747377
af55dd
af55dd
* Wed Oct 26 2011 Soren Sandmann <ssp@redhat.com> - 0.0.21-6
af55dd
- Add patch to confine access regions to the bounds of the drawable.
af55dd
  Bug 731245.
af55dd
af55dd
* Mon Sep 12 2011 Hans de Goede <hdegoede@redhat.com> - 0.0.21-5
af55dd
- Rebase to latest upstream release
af55dd
- Enable building of the Xspice X-server and put it in its own
af55dd
  xorg-x11-server-Xspice package
af55dd
af55dd
* Thu Aug 18 2011 Adam Jackson <ajax@redhat.com> - 0.0.21-4
af55dd
- Rebuild for xserver 1.11 ABI
af55dd
af55dd
* Wed Apr 20 2011 Hans de Goede <hdegoede@redhat.com> 0.0.21-3
af55dd
- Add various bugfixes from upstream git
af55dd
- Fixes VT-switching (rhbz#696711)
af55dd
- Add support for old qxl device (from rhel6 branch) (rhbz#642153)
af55dd
af55dd
* Mon Mar 07 2011 Dave Airlie <airlied@redhat.com> 0.0.21-2
af55dd
- Bump to for abi rebuild
af55dd
af55dd
* Sat Feb 12 2011 Soren Sandmann <ssp@redhat.com> 0.0.21-1
af55dd
- New version number to make sure upgrading works
af55dd
af55dd
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.13-2
af55dd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
af55dd
af55dd
* Wed Jan 26 2011 Soren Sandmann <ssp@redhat.com> 0.0.13-1
af55dd
- Update to 0.0.13 with surfaces
af55dd
af55dd
* Mon Dec 06 2010 Adam Jackson <ajax@redhat.com> 0.0.20.f14b-10
af55dd
- Rebuild for new server ABI.
af55dd
af55dd
* Wed Oct 27 2010 Adam Jackson <ajax@redhat.com> 0.0.20.f14b-8
af55dd
- Add ABI requires magic (#542742)
af55dd
af55dd
* Sun Oct 17 2010 Hans de Goede <hdegoede@redhat.com> 0.0.20.f14b-7
af55dd
- Fix notification bubbles under gnome not showing (backport from the
af55dd
  surface-fixes branch)
af55dd
af55dd
* Sun Oct 17 2010 Hans de Goede <hdegoede@redhat.com> 0.0.20.f14b-6
af55dd
- Fix a pointer casting bug which causes the qxl driver to trigger an
af55dd
  assertion in the qxl device terminating the entire virtual machine
af55dd
af55dd
* Mon Oct 11 2010 Hans de Goede <hdegoede@redhat.com> 0.0.20.f14b-5
af55dd
- Don't access the qxl device when our vt is not focussed, this fixes
af55dd
  Xorg crashing when switching to a text vc
af55dd
af55dd
* Sun Oct 10 2010 Hans de Goede <hdegoede@redhat.com> 0.0.20.f14b-4
af55dd
- Fix the driver not working on qxl devices with a framebuffer of 8MB
af55dd
af55dd
* Sat Oct  9 2010 Hans de Goede <hdegoede@redhat.com> 0.0.20.f14b-3
af55dd
- Add support for using resolutions > 1024x768 without needing an xorg.conf
af55dd
- Restore textmode font when switching back to a textmode virtual console
af55dd
af55dd
* Fri Oct 08 2010 Jesse Keating <jkeating@redhat.com> - 0.0.20.f14b-2.1
af55dd
- Rebuild for gcc bug 634757
af55dd
af55dd
* Tue Sep 14 2010 Soren Sandmann <ssp@redhat.com> 0.0.20.f14b-2
af55dd
- Patch to fix it up for the new privates ABI (I had apparently been
af55dd
  testing with a too old X server).
af55dd
af55dd
* Tue Sep 14 2010 Soren Sandmann <ssp@redhat.com> 0.0.20.f14b-1
af55dd
- Add support for new device
af55dd
af55dd
* Sat Mar 13 2010 Dave Airlie <airlied@redhat.com> 0.0.12-2
af55dd
- fix bug in qxl with asserts
af55dd
af55dd
* Sat Mar 13 2010 Dave Airlie <airlied@redhat.com> 0.0.12-1
af55dd
- rebase to 0.0.12 release - fix some 16-bit bugs
af55dd
af55dd
* Mon Jan 11 2010 Dave Airlie <airlied@redhat.com> 0.0.9-0.1
af55dd
- Initial public release 0.0.9