]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
Qemu: Update of qemu to support KVM.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 8 Nov 2009 18:43:51 +0000 (19:43 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 8 Nov 2009 18:43:51 +0000 (19:43 +0100)
This version has built-in KVM support.

lfs/qemu

index ba4ea766cb16985429fd991dcc61ca45919e4bdb..2b87ce14ff8011e7aa18c55dcdf843689df44da4 100644 (file)
--- a/lfs/qemu
+++ b/lfs/qemu
 
 include Config
 
 
 include Config
 
-VER        = 0.10.5
+VER        = 0.11.0
 
 
-THISAPP    = qemu-$(VER)
+THISAPP    = qemu-kvm-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
 DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = qemu
 DL_FILE    = $(THISAPP).tar.gz
 DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = qemu
-PAK_VER    = 7
+PAK_VER    = 8
 
 DEPS       = "sdl"
 
 
 DEPS       = "sdl"
 
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 60060feb98c9649a5da8b136685f76ba
+$(DL_FILE)_MD5 = 440837a062967102a68e634d57eaf719
 
 install : $(TARGET)
 
 
 install : $(TARGET)
 
@@ -78,14 +78,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
        
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
        
-       # Apply a number of patches mainly for gcc 4
-#      cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/$(THISAPP)-enforce-16byte-stack-boundary.patch
-#      cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/$(THISAPP)-gcc4.patch
-#      cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/$(THISAPP)-gcc4-hacks.patch
-#      cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/$(THISAPP)-gcc4-opts.patch
-       
        cd $(DIR_APP) && ./configure --prefix=/usr \
        cd $(DIR_APP) && ./configure --prefix=/usr \
-               --disable-gfx-check --target-list="i386-linux-user i386-softmmu ppc-softmmu ppc-linux-user"
+               --target-list="i386-linux-user i386-softmmu ppc-softmmu ppc-linux-user"
                
        cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install
                
        cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install