This commit is contained in:
parent
9116357c8b
commit
5287340e47
@ -5,7 +5,7 @@ diff -r 808c4b54209f block-raw.c
|
||||
|
||||
//#define DEBUG_FLOPPY
|
||||
|
||||
+#define DEBUG_BLOCK
|
||||
+#undef DEBUG_BLOCK
|
||||
+#ifdef DEBUG_BLOCK
|
||||
+#define DEBUG_BLOCK_PRINT( formatCstr, args... ) fprintf( logfile, formatCstr, ##args ); fflush( logfile )
|
||||
+#else
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 12 01:30:23 CEST 2007 - ro@suse.de
|
||||
|
||||
- hack to fix build: undef DEBUG_BLOCK for now
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 28 14:45:41 CEST 2007 - agraf@suse.de
|
||||
|
||||
|
@ -17,7 +17,7 @@ License: BSD 3-Clause; GPL v2 or later; LGPL v2 or later; X11/MIT
|
||||
Group: System/Emulators/PC
|
||||
Summary: Universal CPU emulator
|
||||
Version: 0.9.0.cvs
|
||||
Release: 36
|
||||
Release: 37
|
||||
Source: %name-%version.tar.bz2
|
||||
#Patch400: qemu-0.7.0-gcc4-dot-syms.patch
|
||||
#Patch401: qemu-0.8.0-gcc4-hacks.patch
|
||||
@ -328,6 +328,8 @@ rm -rf %{gcc33tmp}
|
||||
%dir /emul/ia32-linux
|
||||
%endif
|
||||
%changelog
|
||||
* Fri Oct 12 2007 - ro@suse.de
|
||||
- hack to fix build: undef DEBUG_BLOCK for now
|
||||
* Fri Sep 28 2007 - agraf@suse.de
|
||||
- fix SVM support (Alexander Graf)
|
||||
* Thu Sep 13 2007 - agraf@suse.de
|
||||
|
Loading…
Reference in New Issue
Block a user