Dear Jamie,
Thank you very much for comment.
Jamie Lokier wrote:
>TAKEDA, toshiya wrote:
>> @@ -940,7 +966,15 @@ void cpu_x86_set_a20(CPUX86State *env, int a20_state)
>> /* when a20 is changed, all the MMU mappings are invalid, so
>> we must flush everything */
>> tl
TAKEDA, toshiya wrote:
> @@ -940,7 +966,15 @@ void cpu_x86_set_a20(CPUX86State *env, int a20_state)
> /* when a20 is changed, all the MMU mappings are invalid, so
> we must flush everything */
> tlb_flush(env, 1);
> -env->a20_mask = ~(1 << 20) | (a20_state << 2
Signed-off-by: TAKEDA, toshiya
---
target-i386/cpu.h|3 +++
target-i386/helper.c | 46 --
2 files changed, 43 insertions(+), 6 deletions(-)
diff --git a/target-i386/cpu.h b/target-i386/cpu.h
index f3834b3..271cc20 100644
--- a/target-i386/cpu