summaryrefslogtreecommitdiffstats
path: root/translate-all.c
diff options
context:
space:
mode:
authorEmilio G. Cota <cota@braap.org>2015-08-23 20:23:39 -0400
committerPaolo Bonzini <pbonzini@redhat.com>2015-09-09 15:34:54 +0200
commitd1142fb83efdcf8a6c2dee825569892203e16d2c (patch)
tree349f45e860b356ca23fbe2eaa7296bc5e9ba14a9 /translate-all.c
parent709037636992e9289ce9147e59d56fb35d90b140 (diff)
downloadhqemu-d1142fb83efdcf8a6c2dee825569892203e16d2c.zip
hqemu-d1142fb83efdcf8a6c2dee825569892203e16d2c.tar.gz
translate-all: remove obsolete comment about l1_map
l1_map is based on physical addresses in full-system mode, as pointed out in an earlier comment. Said comment also mentions that virtual addresses are only used in l1_map in user-only mode. Signed-off-by: Emilio G. Cota <cota@braap.org> Message-Id: <1440375847-17603-11-git-send-email-cota@braap.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'translate-all.c')
-rw-r--r--translate-all.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/translate-all.c b/translate-all.c
index 2a40530..a75aeed 100644
--- a/translate-all.c
+++ b/translate-all.c
@@ -122,8 +122,7 @@ uintptr_t qemu_real_host_page_mask;
uintptr_t qemu_host_page_size;
uintptr_t qemu_host_page_mask;
-/* This is a multi-level map on the virtual address space.
- The bottom level has pointers to PageDesc. */
+/* The bottom level has pointers to PageDesc */
static void *l1_map[V_L1_SIZE];
/* code generation context */
OpenPOWER on IntegriCloud