mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
Simplify path for extra-patches.
PR: ports/180817 Submitted by: pfg
This commit is contained in:
parent
7ed0cc941a
commit
59fd77a3dd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=323750
@ -32,8 +32,8 @@ Regards,
|
||||
Adi
|
||||
|
||||
Index: common/monitor.c
|
||||
--- xx/kqemu-1.3.0pre11/common/monitor.c Tue Feb 6 23:02:00 2007
|
||||
+++ kqemu-1.3.0pre11/common/monitor.c Mon Nov 5 18:59:58 2007
|
||||
--- common/monitor.c Tue Feb 6 23:02:00 2007
|
||||
+++ common/monitor.c Mon Nov 5 18:59:58 2007
|
||||
@@ -990,7 +990,8 @@ static void *map_vaddr(struct kqemu_state *s, unsigned
|
||||
e = &s->soft_tlb[(addr >> PAGE_SHIFT) & (SOFT_TLB_SIZE - 1)];
|
||||
redo:
|
||||
|
@ -18,11 +18,11 @@ Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
|
||||
common/kernel.c | 8 ++++----
|
||||
1 files changed, 4 insertions(+), 4 deletions(-)
|
||||
|
||||
diff --git a/common/kernel.c b/common/kernel.c
|
||||
diff --git common/kernel.c common/kernel.c
|
||||
index 6a88452..1d7a69e 100644
|
||||
Index: common/kernel.c
|
||||
--- a/common/kernel.c
|
||||
+++ b/common/kernel.c
|
||||
--- common/kernel.c
|
||||
+++ common/kernel.c
|
||||
@@ -422,8 +422,8 @@ struct kqemu_state *kqemu_init(struct kqemu_init *d,
|
||||
#ifdef __x86_64__
|
||||
s->monitor_ds_sel = 0; /* no need for a specific data segment */
|
||||
|
@ -18,11 +18,11 @@ Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
|
||||
common/kqemu_int.h | 6 +++---
|
||||
2 files changed, 11 insertions(+), 11 deletions(-)
|
||||
|
||||
diff --git a/common/i386/monitor_asm.S b/common/i386/monitor_asm.S
|
||||
diff --git common/i386/monitor_asm.S b/common/i386/monitor_asm.S
|
||||
index 04f4258..e996553 100644
|
||||
Index: common/i386/monitor_asm.S
|
||||
--- a/common/i386/monitor_asm.S
|
||||
+++ b/common/i386/monitor_asm.S
|
||||
--- common/i386/monitor_asm.S
|
||||
+++ common/i386/monitor_asm.S
|
||||
@@ -214,8 +214,8 @@ __monitor_exception:
|
||||
pushl %edx
|
||||
pushl %ecx
|
||||
@ -78,11 +78,11 @@ Index: common/i386/monitor_asm.S
|
||||
|
||||
/* compute the address of the monitor context */
|
||||
call 1f
|
||||
diff --git a/common/kqemu_int.h b/common/kqemu_int.h
|
||||
diff --git common/kqemu_int.h common/kqemu_int.h
|
||||
index f19f7ca..4b59cb3 100644
|
||||
Index: common/kqemu_int.h
|
||||
--- a/common/kqemu_int.h
|
||||
+++ b/common/kqemu_int.h
|
||||
--- common/kqemu_int.h
|
||||
+++ common/kqemu_int.h
|
||||
@@ -367,10 +367,10 @@ struct kqemu_exception_regs {
|
||||
};
|
||||
#else
|
||||
|
@ -13,11 +13,11 @@ Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
|
||||
common/interp.c | 7 +++++--
|
||||
1 files changed, 5 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/common/interp.c b/common/interp.c
|
||||
diff --git common/interp.c b/common/interp.c
|
||||
index 088d2b2..4c042e9 100644
|
||||
Index: common/interp.c
|
||||
--- a/common/interp.c
|
||||
+++ b/common/interp.c
|
||||
--- common/interp.c
|
||||
+++ common/interp.c
|
||||
@@ -775,9 +775,12 @@ static void load_seg_desc(struct kqemu_state *s,
|
||||
#ifdef DEBUG_SEG
|
||||
monitor_log(s, "load_seg_desc: reg=%d sel=0x%04x\n", seg_reg, selector);
|
||||
|
@ -16,8 +16,8 @@ Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
|
||||
diff --git a/common/interp.c b/common/interp.c
|
||||
index 4c042e9..4f93bc3 100644
|
||||
Index: common/interp.c
|
||||
--- a/common/interp.c
|
||||
+++ b/common/interp.c
|
||||
--- common/interp.c
|
||||
+++ common/interp.c
|
||||
@@ -1720,6 +1720,65 @@ void helper_lldt(struct kqemu_state *s, int selector)
|
||||
env->ldt.selector = selector;
|
||||
}
|
||||
|
@ -13,11 +13,11 @@ Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
|
||||
common/interp.c | 111 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-
|
||||
1 files changed, 109 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/common/interp.c b/common/interp.c
|
||||
diff --git common/interp.c b/common/interp.c
|
||||
index 4f93bc3..577d666 100644
|
||||
Index: common/interp.c
|
||||
--- a/common/interp.c
|
||||
+++ b/common/interp.c
|
||||
--- common/interp.c
|
||||
+++ common/interp.c
|
||||
@@ -1720,6 +1720,93 @@ void helper_lldt(struct kqemu_state *s, int selector)
|
||||
env->ldt.selector = selector;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user