SPECS (AC-branch): qemu.spec - added patch to fix crash when using...

heretyk heretyk at pld-linux.org
Wed Apr 18 23:50:20 CEST 2007


Author: heretyk                      Date: Wed Apr 18 21:50:20 2007 GMT
Module: SPECS                         Tag: AC-branch
---- Log message:
- added patch to fix crash when using qemu with NICs connected via socket
- release 4

---- Files affected:
SPECS:
   qemu.spec (1.85.2.4 -> 1.85.2.5) 

---- Diffs:

================================================================
Index: SPECS/qemu.spec
diff -u SPECS/qemu.spec:1.85.2.4 SPECS/qemu.spec:1.85.2.5
--- SPECS/qemu.spec:1.85.2.4	Sun Apr  1 00:43:01 2007
+++ SPECS/qemu.spec	Wed Apr 18 23:50:14 2007
@@ -22,7 +22,7 @@
 %undefine      with_kernel
 %endif
 %define	_kqemu_version	1.3.0pre11
-%define		_rel	3
+%define		_rel	4
 Summary:	QEMU CPU Emulator
 Summary(pl):	QEMU - emulator procesora
 Name:		qemu
@@ -49,6 +49,9 @@
 Patch11:	%{name}-0.7.2-gcc4-opts.patch
 #Patch12:	%{name}-0.7.2-dyngen-check-stack-clobbers.patch
 Patch13:	%{name}-dosguest.patch
+# Fix crash when using qemu instances with NICs connected via socket
+# This patch will be obsolete in versions after 0.9.0
+Patch14:	%{name}-0.9.0-remove-iohandlers.patch
 URL:		http://fabrice.bellard.free.fr/qemu/
 %if %{with kernel} && %{with dist_kernel}
 BuildRequires:	kernel%{_alt_kernel}-module-build >= 3:2.6.7
@@ -157,6 +160,7 @@
 %{?with_nosdlgui:%patch6 -p1}
 %patch7 -p1
 #%patch8 -p1
+%patch14 -p1
 
 %{__sed} -i -e 's/sdl_static=yes/sdl_static=no/' configure
 %{__sed} -i 's/.*MAKE) -C kqemu$//' Makefile
@@ -330,6 +334,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.85.2.5  2007/04/18 21:50:14  heretyk
+- added patch to fix crash when using qemu with NICs connected via socket
+- release 4
+
 Revision 1.85.2.4  2007/03/31 22:43:01  hawk
 - don't drop ppc, build w/o kqemu kernel module instead
 - release 3
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/qemu.spec?r1=1.85.2.4&r2=1.85.2.5&f=u



More information about the pld-cvs-commit mailing list