[arch-commits] Commit in qemu/repos (3 files)

Tobias Powalowski tpowa at archlinux.org
Mon Mar 30 06:14:23 UTC 2009


    Date: Monday, March 30, 2009 @ 02:14:23
  Author: tpowa
Revision: 32314

Merged revisions 32311 via svnmerge from 
svn+ssh://svn.archlinux.org/srv/svn-packages/qemu/trunk

........
  r32311 | tpowa | 2009-03-30 06:13:40 +0000 (Mo, 30 M?\195?\164r 2009) | 1 line
  
  upgpkg: qemu 0.10.1-1
........

Modified:
  qemu/repos/extra-x86_64/	(properties)
  qemu/repos/extra-x86_64/PKGBUILD
Deleted:
  qemu/repos/extra-x86_64/helper.patch

--------------+
 PKGBUILD     |    7 ++-----
 helper.patch |   17 -----------------
 2 files changed, 2 insertions(+), 22 deletions(-)


Property changes on: qemu/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /qemu/trunk:1-29182
   + /qemu/trunk:1-32313

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2009-03-30 06:13:52 UTC (rev 32313)
+++ extra-x86_64/PKGBUILD	2009-03-30 06:14:23 UTC (rev 32314)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 pkgname=qemu
-pkgver=0.10.0
+pkgver=0.10.1
 pkgrel=1
 _kvmver=84
 pkgdesc="QEMU is a generic and open source processor emulator which achieves a good emulation speed by using dynamic translation."
@@ -13,7 +13,6 @@
 source=(http://savannah.nongnu.org/download/${pkgname}/${pkgname}-${pkgver}.tar.gz
         70-kqemu.rules
         http://downloads.sourceforge.net/kvm/kvm-$_kvmver.tar.gz
-        helper.patch
         kvm-bios.diff)
 
 build()
@@ -22,7 +21,6 @@
   unset CFLAGS
   sed -i -e 's/lib64/lib/g' x86_64.ld || return 1
   ./configure --prefix=/usr --audio-drv-list=oss,alsa,sdl,esd
-  patch -Np1 -i ../helper.patch || return 1
   make || return 1
   make DESTDIR=${startdir}/pkg install || return 1
   install -D -m644 ${srcdir}/70-kqemu.rules \
@@ -54,8 +52,7 @@
    install -D -m644 ${srcdir}/kvm-$_kvmver/extboot/extboot.bin \
 	${pkgdir}/usr/share/qemu/extboot-kvm.bin
 }
-md5sums=('8dc50b834fa3f5f6a17d7bc3d0559e53'
+md5sums=('99b6da099343f6a32e02211aa5925154'
          'ec06591830b8fcf53913f05f3d66f7e5'
          '39b7206ef400845800f081a5b901f757'
-         'd9e6ec663a43d9a6ef9e3316c4ba85ae'
          '1cdfcbd3cc569eec96a36d7557291fd2')

Deleted: extra-x86_64/helper.patch
===================================================================
--- extra-x86_64/helper.patch	2009-03-30 06:13:52 UTC (rev 32313)
+++ extra-x86_64/helper.patch	2009-03-30 06:14:23 UTC (rev 32314)
@@ -1,17 +0,0 @@
---- trunk/target-i386/helper.c	2009/03/05 19:01:21	6688
-+++ trunk/target-i386/helper.c	2009/03/05 19:01:28	6689
-@@ -1421,10 +1421,10 @@
- #else
-     asm volatile("pusha \n\t"
-                  "cpuid \n\t"
--                 "mov %%eax, 0(%1) \n\t"
--                 "mov %%ebx, 4(%1) \n\t"
--                 "mov %%ecx, 8(%1) \n\t"
--                 "mov %%edx, 12(%1) \n\t"
-+                 "mov %%eax, 0(%2) \n\t"
-+                 "mov %%ebx, 4(%2) \n\t"
-+                 "mov %%ecx, 8(%2) \n\t"
-+                 "mov %%edx, 12(%2) \n\t"
-                  "popa"
-                  : : "a"(function), "c"(count), "S"(vec)
-                  : "memory", "cc");




More information about the arch-commits mailing list