]> git.proxmox.com Git - mirror_qemu.git/commitdiff
translate-all: remove obsolete comment about l1_map
authorEmilio G. Cota <cota@braap.org>
Mon, 24 Aug 2015 00:23:39 +0000 (20:23 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 9 Sep 2015 13:34:54 +0000 (15:34 +0200)
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>
translate-all.c

index 2a40530bbaf10e51aaa23e4b5571a98b4da9345b..a75aeed53834e198bf99abccf22f3793ff60e773 100644 (file)
@@ -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 */