summaryrefslogtreecommitdiffhomepage
path: root/patches
diff options
context:
space:
mode:
authorØrjan Malde <red@foxi.me>2024-04-18 13:21:53 +0200
committerØrjan Malde <red@foxi.me>2024-04-18 13:21:53 +0200
commitb95cce905dca740d2c78b30182bf17528129240f (patch)
treef98eae34a5e3c322227dce3ade08191d5a238d15 /patches
parent0127e62bb165eb47b6c789f5527ba5818b543c81 (diff)
downloadmidipix_build-b95cce905dca740d2c78b30182bf17528129240f.tar.bz2
midipix_build-b95cce905dca740d2c78b30182bf17528129240f.tar.xz
groups.d/231.native_packages_etc.group: bochs: bump to v2.8
Signed-off-by: Ørjan Malde <red@foxi.me>
Diffstat (limited to 'patches')
-rw-r--r--patches/bochs-2.8.local.patch (renamed from patches/bochs-2.7.local.patch)12
1 files changed, 0 insertions, 12 deletions
diff --git a/patches/bochs-2.7.local.patch b/patches/bochs-2.8.local.patch
index 32dad626..1cc13e8a 100644
--- a/patches/bochs-2.7.local.patch
+++ b/patches/bochs-2.8.local.patch
@@ -1,15 +1,3 @@
-diff -ru bochs-2.6.11.orig/cpu/icache.h bochs-2.6.11/cpu/icache.h
---- bochs-2.6.11.orig/cpu/icache.h 2019-12-09 17:44:36.435957000 +0100
-+++ bochs-2.6.11/cpu/icache.h 2021-07-18 13:10:35.350797475 +0200
-@@ -28,7 +28,7 @@
-
- class bxPageWriteStampTable
- {
-- const Bit32u PHY_MEM_PAGES = 1024*1024;
-+ #define PHY_MEM_PAGES (1024*1024)
- Bit32u *fineGranularityMapping;
-
- public:
diff -ru bochs-2.6.9.orig/main.cc bochs-2.6.9/main.cc
--- bochs-2.6.9.orig/main.cc 2017-02-18 17:28:04.318635000 +0100
+++ bochs-2.6.9/main.cc 2021-07-18 01:15:37.859411673 +0200