rpms/kvm/F-9 kvm-65-cirrus.patch,NONE,1.1 kvm.spec,1.53,1.54

Glauber Costa (glommer) fedora-extras-commits at redhat.com
Fri May 16 18:07:03 UTC 2008


Author: glommer

Update of /cvs/pkgs/rpms/kvm/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4849

Modified Files:
	kvm.spec 
Added Files:
	kvm-65-cirrus.patch 
Log Message:
* Fri May 16 2008 Glauber Costa <gcosta at redhat.com> - 65-3.fc9
- Fix problem with cirrus device that was breaking vnc connections (rhbz #446830)



kvm-65-cirrus.patch:

--- NEW FILE kvm-65-cirrus.patch ---
--- trunk/qemu/hw/cirrus_vga.c	2008/05/07 23:22:46	4385
+++ trunk/qemu/hw/cirrus_vga.c	2008/05/08 12:21:27	4386
@@ -1626,13 +1626,15 @@
     case 0x17:			// Standard VGA
     case 0x18:			// Standard VGA
 	return CIRRUS_HOOK_NOT_HANDLED;
+    case 0x24:			// Attribute Controller Toggle Readback (R)
+        *reg_value = (s->ar_flip_flop << 7);
+        break;
     case 0x19:			// Interlace End
     case 0x1a:			// Miscellaneous Control
     case 0x1b:			// Extended Display Control
     case 0x1c:			// Sync Adjust and Genlock
     case 0x1d:			// Overlay Extended Control
     case 0x22:			// Graphics Data Latches Readback (R)
-    case 0x24:			// Attribute Controller Toggle Readback (R)
     case 0x25:			// Part Status
     case 0x27:			// Part ID (R)
 	*reg_value = s->cr[reg_index];


Index: kvm.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kvm/F-9/kvm.spec,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- kvm.spec	29 Apr 2008 13:39:58 -0000	1.53
+++ kvm.spec	16 May 2008 18:06:17 -0000	1.54
@@ -1,7 +1,7 @@
 Summary: Kernel-based Virtual Machine
 Name: kvm
 Version: 65
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPLv2+ and LGPLv2+
 Group: Development/Tools
 URL: http://%{name}.sf.net
@@ -12,6 +12,7 @@
 Patch2: %{name}-62-block-rw-range-check.patch
 Patch3: %{name}-62-e1000-default.patch
 Patch4: %{name}-65-kernel-virtio-boot.patch
+Patch4: %{name}-65-cirrus.patch
 # patches from upstream qemu
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: SDL-devel
@@ -99,6 +100,9 @@
 %{_sysconfdir}/sysconfig/modules/%{name}.modules
 
 %changelog
+* Fri May 16 2008 Glauber Costa <gcosta at redhat.com> - 65-3.fc9
+- Fix problem with cirrus device that was breaking vnc connections (rhbz #446830)
+
 * Tue Apr 29 2008 Mark McLoughlin <markmc at redhat.com> - 65-2
 - Fix -kernel with virtio/extboot drives (#444578)
 




More information about the fedora-extras-commits mailing list