[PATCH 0/2] accel/tcg: Reduce headers inclusion

Philippe Mathieu-Daudé posted 2 patches 2 years, 11 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/next-importer-push tags/patchew/20210524170453.3791436-1-f4bug@amsat.org
{include/exec => accel/tcg}/tb-context.h | 0
{include/exec => accel/tcg}/tb-hash.h    | 0
{include/exec => accel/tcg}/tb-lookup.h  | 2 +-
include/exec/exec-all.h                  | 1 -
include/tcg/tcg.h                        | 1 -
accel/tcg/cpu-exec.c                     | 5 +++--
accel/tcg/cputlb.c                       | 2 +-
accel/tcg/tcg-runtime.c                  | 2 +-
accel/tcg/translate-all.c                | 3 ++-
MAINTAINERS                              | 1 -
10 files changed, 8 insertions(+), 9 deletions(-)
rename {include/exec => accel/tcg}/tb-context.h (100%)
rename {include/exec => accel/tcg}/tb-hash.h (100%)
rename {include/exec => accel/tcg}/tb-lookup.h (98%)
[PATCH 0/2] accel/tcg: Reduce headers inclusion
Posted by Philippe Mathieu-Daudé 2 years, 11 months ago
Trivial series, restricting accel/tcg/ specific headers to TCG.

Philippe Mathieu-Daudé (2):
  accel/tcg: Reduce 'exec/tb-context.h' inclusion
  accel/tcg: Keep TranslationBlock headers local to TCG

 {include/exec => accel/tcg}/tb-context.h | 0
 {include/exec => accel/tcg}/tb-hash.h    | 0
 {include/exec => accel/tcg}/tb-lookup.h  | 2 +-
 include/exec/exec-all.h                  | 1 -
 include/tcg/tcg.h                        | 1 -
 accel/tcg/cpu-exec.c                     | 5 +++--
 accel/tcg/cputlb.c                       | 2 +-
 accel/tcg/tcg-runtime.c                  | 2 +-
 accel/tcg/translate-all.c                | 3 ++-
 MAINTAINERS                              | 1 -
 10 files changed, 8 insertions(+), 9 deletions(-)
 rename {include/exec => accel/tcg}/tb-context.h (100%)
 rename {include/exec => accel/tcg}/tb-hash.h (100%)
 rename {include/exec => accel/tcg}/tb-lookup.h (98%)

-- 
2.26.3


Re: [PATCH 0/2] accel/tcg: Reduce headers inclusion
Posted by Richard Henderson 2 years, 11 months ago
On 5/24/21 10:04 AM, Philippe Mathieu-Daudé wrote:
> Trivial series, restricting accel/tcg/ specific headers to TCG.
> 
> Philippe Mathieu-Daudé (2):
>    accel/tcg: Reduce 'exec/tb-context.h' inclusion
>    accel/tcg: Keep TranslationBlock headers local to TCG
> 
>   {include/exec => accel/tcg}/tb-context.h | 0
>   {include/exec => accel/tcg}/tb-hash.h    | 0
>   {include/exec => accel/tcg}/tb-lookup.h  | 2 +-
>   include/exec/exec-all.h                  | 1 -
>   include/tcg/tcg.h                        | 1 -
>   accel/tcg/cpu-exec.c                     | 5 +++--
>   accel/tcg/cputlb.c                       | 2 +-
>   accel/tcg/tcg-runtime.c                  | 2 +-
>   accel/tcg/translate-all.c                | 3 ++-
>   MAINTAINERS                              | 1 -
>   10 files changed, 8 insertions(+), 9 deletions(-)
>   rename {include/exec => accel/tcg}/tb-context.h (100%)
>   rename {include/exec => accel/tcg}/tb-hash.h (100%)
>   rename {include/exec => accel/tcg}/tb-lookup.h (98%)

Thanks, queued to tcg-next.

r~