[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 5/5] target-i386: avoid using cpu_single_env
From: |
Andreas Färber |
Subject: |
Re: [Qemu-devel] [PATCH 5/5] target-i386: avoid using cpu_single_env |
Date: |
Wed, 31 Oct 2012 04:41:14 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121025 Thunderbird/16.0.2 |
Am 28.10.2012 16:03, schrieb Blue Swirl:
> Pass around CPUState instead of using global cpu_single_env.
>
> Signed-off-by: Blue Swirl <address@hidden>
> ---
> target-i386/translate.c | 440
> ++++++++++++++++++++++++-----------------------
> 1 files changed, 222 insertions(+), 218 deletions(-)
Reviewed-by: Andreas Färber <address@hidden>
with the repetitive remark on "CPUState".
Andreas
--
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg
- Re: [Qemu-devel] [PATCH 1/5] disas: avoid using cpu_single_env, (continued)
[Qemu-devel] [PATCH 2/5] kvm: avoid using cpu_single_env, Blue Swirl, 2012/10/28
[Qemu-devel] [PATCH 3/5] target-unicore32: avoid using cpu_single_env, Blue Swirl, 2012/10/28
[Qemu-devel] [PATCH 4/5] target-xtensa: avoid using cpu_single_env, Blue Swirl, 2012/10/28
[Qemu-devel] [PATCH 5/5] target-i386: avoid using cpu_single_env, Blue Swirl, 2012/10/28
- Re: [Qemu-devel] [PATCH 5/5] target-i386: avoid using cpu_single_env,
Andreas Färber <=
Re: [Qemu-devel] [PATCH 0/5] cpu_single_env cleanup, Andreas Färber, 2012/10/30