qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [RFC PATCH 11/11] softmmu: move all load/store function


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [RFC PATCH 11/11] softmmu: move all load/store functions to cpu_ldst.h
Date: Tue, 13 May 2014 09:32:32 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0

Il 13/05/2014 09:13, Andreas Färber ha scritto:
Am 08.05.2014 18:09, schrieb Paolo Bonzini:
Unify pieces of cpu-all.h, exec-all.h, softmmu_exec.h and tcg/tcg.h
into a single new header file with all helpers.

Signed-off-by: Paolo Bonzini <address@hidden>
---
 include/exec/cpu-all.h                             | 119 -------
 include/exec/cpu_ldst.h                            | 369 ++++++++++++++++++++-
 .../exec/{softmmu_header.h => cpu_ldst_template.h} |   2 +-
 include/exec/exec-all.h                            |  25 --
 include/exec/softmmu_exec.h                        | 216 ------------
 tcg/tcg.h                                          |  13 -
 6 files changed, 368 insertions(+), 376 deletions(-)
 rename include/exec/{softmmu_header.h => cpu_ldst_template.h} (98%)
 delete mode 100644 include/exec/softmmu_exec.h

Seems like a nice cleanup,

Acked-by: Andreas Färber <address@hidden>

Will rth be handling this along with the backend conversions mentioned
in the cover letter?

I guess so, in the meanwhile I'll send out the ld_raw->ld_p conversion separately, and the v2 of do_unaligned_access conversion for you to review.

Paolo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]