rpms/qemu/FC-5 qemu-0.8.2-kernheaders.patch, NONE, 1.1 qemu-0.8.2-target-sparc.patch, NONE, 1.1

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Tue Nov 14 18:32:54 UTC 2006


Author: jwrdegoede

Update of /cvs/extras/rpms/qemu/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31864

Added Files:
	qemu-0.8.2-kernheaders.patch qemu-0.8.2-target-sparc.patch 
Log Message:
* Mon Nov 13 2006 Hans de Goede <j.w.r.degoede at hhs.nl> 0.8.2-4
- Backport patch to make FC6 guests work by Kevin Kofler
  <Kevin at tigcc.ticalc.org> (bz 207843).


qemu-0.8.2-kernheaders.patch:

--- NEW FILE qemu-0.8.2-kernheaders.patch ---
diff -Naupr qemu-0.8.2.orig/usb-linux.c qemu-0.8.2/usb-linux.c
--- qemu-0.8.2.orig/usb-linux.c	2006-07-22 19:23:34.000000000 +0200
+++ qemu-0.8.2/usb-linux.c	2006-08-23 18:47:16.000000000 +0200
@@ -26,7 +26,6 @@
 #if defined(__linux__)
 #include <dirent.h>
 #include <sys/ioctl.h>
-#include <linux/compiler.h>
 #include <linux/usbdevice_fs.h>
 #include <linux/version.h>
 

qemu-0.8.2-target-sparc.patch:

--- NEW FILE qemu-0.8.2-target-sparc.patch ---
diff -Naupr qemu-0.8.2.orig/target-sparc/op_helper.c qemu-0.8.2/target-sparc/op_helper.c
--- qemu-0.8.2.orig/target-sparc/op_helper.c	2006-07-22 19:23:34.000000000 +0200
+++ qemu-0.8.2/target-sparc/op_helper.c	2006-08-24 10:58:30.000000000 +0200
@@ -12,12 +12,12 @@ void raise_exception(int tt)
 #ifdef USE_INT_TO_FLOAT_HELPERS
 void do_fitos(void)
 {
-    FT0 = int32_to_float32(*((int32_t *)&FT1));
+    FT0 = int32_to_float32(*((int32_t *)&FT1), &env->fp_status);
 }
 
 void do_fitod(void)
 {
-    DT0 = int32_to_float64(*((int32_t *)&FT1));
+    DT0 = int32_to_float64(*((int32_t *)&FT1), &env->fp_status);
 }
 #endif
 




More information about the scm-commits mailing list