5ba4e4fd59
see http://qemu.org/changelog.html for details new in OpenBSD, support for raw block devices
13 lines
408 B
Plaintext
13 lines
408 B
Plaintext
$OpenBSD: patch-exec_c,v 1.6 2007/05/01 12:55:14 todd Exp $
|
|
--- exec.c.orig Mon Feb 5 17:01:54 2007
|
|
+++ exec.c Tue Apr 3 08:21:30 2007
|
|
@@ -2027,7 +2027,7 @@ void cpu_physical_memory_rw(target_phys_addr_t addr, u
|
|
target_phys_addr_t page;
|
|
unsigned long pd;
|
|
PhysPageDesc *p;
|
|
-
|
|
+
|
|
while (len > 0) {
|
|
page = addr & TARGET_PAGE_MASK;
|
|
l = (page + TARGET_PAGE_SIZE) - addr;
|