Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/qemu Remove incorrect patch - the NetBSD/hpp...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/eedde96f6d9b
branches:  trunk
changeset: 432837:eedde96f6d9b
user:      skrll <skrll%pkgsrc.org@localhost>
date:      Tue May 26 07:17:53 2020 +0000

description:
Remove incorrect patch - the NetBSD/hppa kernel has been fixed.

diffstat:

 emulators/qemu/Makefile                     |   4 ++--
 emulators/qemu/distinfo                     |   3 +--
 emulators/qemu/patches/patch-hw_hppa_lasi.c |  14 --------------
 3 files changed, 3 insertions(+), 18 deletions(-)

diffs (48 lines):

diff -r 6a457015f0ac -r eedde96f6d9b emulators/qemu/Makefile
--- a/emulators/qemu/Makefile   Tue May 26 02:04:04 2020 +0000
+++ b/emulators/qemu/Makefile   Tue May 26 07:17:53 2020 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.243 2020/05/23 15:46:12 leot Exp $
+# $NetBSD: Makefile,v 1.244 2020/05/26 07:17:53 skrll Exp $
 
 DISTNAME=      qemu-5.0.0
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    emulators
 MASTER_SITES=  https://download.qemu.org/
 EXTRACT_SUFX=  .tar.xz
diff -r 6a457015f0ac -r eedde96f6d9b emulators/qemu/distinfo
--- a/emulators/qemu/distinfo   Tue May 26 02:04:04 2020 +0000
+++ b/emulators/qemu/distinfo   Tue May 26 07:17:53 2020 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.160 2020/05/23 15:46:12 leot Exp $
+$NetBSD: distinfo,v 1.161 2020/05/26 07:17:53 skrll Exp $
 
 SHA1 (qemu-5.0.0.tar.xz) = 52d1c0e6025a212d4fde471e4d9b5913f2615f86
 RMD160 (qemu-5.0.0.tar.xz) = 58a704960cd712cf6c218216e8426a05948f6526
@@ -15,7 +15,6 @@
 SHA1 (patch-cpus.c) = a319b7533daf3036c44411c4b26270b1fbb96009
 SHA1 (patch-hw_core_uboot__image.h) = 17eef02349343c5fcfb7a4069cb6f8fd11efcb59
 SHA1 (patch-hw_display_omap__dss.c) = 6b13242f28e32346bc70548c216c578d98fd3420
-SHA1 (patch-hw_hppa_lasi.c) = d7cb1e3988377e7962c962a85d1ccb58738501e4
 SHA1 (patch-hw_net_etraxfs__eth.c) = e5dd1661d60dbcd27b332403e0843500ba9544bc
 SHA1 (patch-hw_net_xilinx__axienet.c) = ebcd2676d64ce6f31e4a8c976d4fdf530ad5e8b7
 SHA1 (patch-hw_tpm_tpm__ioctl.h) = a350c1708e1f9d85e07c4c354068703a45174baf
diff -r 6a457015f0ac -r eedde96f6d9b emulators/qemu/patches/patch-hw_hppa_lasi.c
--- a/emulators/qemu/patches/patch-hw_hppa_lasi.c       Tue May 26 02:04:04 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-$NetBSD: patch-hw_hppa_lasi.c,v 1.1 2020/05/10 11:33:23 skrll Exp $
-
---- hw/hppa/lasi.c.orig        2020-04-28 16:49:24.000000000 +0000
-+++ hw/hppa/lasi.c
-@@ -172,8 +172,7 @@ static MemTxResult lasi_chip_write_with_
-         /* read-only.  */
-         break;
-     case LASI_IMR:
--        s->imr = val;  /* 0x20 ?? */
--        assert((val & LASI_IRQ_BITS) == val);
-+        s->imr = val & LASI_IRQ_BITS;
-         break;
-     case LASI_IPR:
-         /* Any write to IPR clears the register. */



Home | Main Index | Thread Index | Old Index