[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 7/7] target/s390x: Restrict system-mode declarations
From: |
Cornelia Huck |
Subject: |
Re: [PATCH v2 7/7] target/s390x: Restrict system-mode declarations |
Date: |
Wed, 27 May 2020 08:10:05 +0200 |
On Tue, 26 May 2020 19:24:27 +0200
Philippe Mathieu-Daudé <address@hidden> wrote:
> As these declarations are restricted to !CONFIG_USER_ONLY in
> helper.c, only declare them when system-mode emulation is used.
>
> Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
> ---
> v2: Keep load_psw() is /* cc_helper.c */ section (cohuck)
> ---
> target/s390x/internal.h | 12 +++++++-----
> 1 file changed, 7 insertions(+), 5 deletions(-)
Reviewed-by: Cornelia Huck <address@hidden>
- [PATCH v2 0/7] exec/cpu: Cleanups around "exec/hwaddr.h" (reserved to system-mode), Philippe Mathieu-Daudé, 2020/05/26
- [PATCH v2 1/7] sysemu/accel: Restrict machine methods to system-mode, Philippe Mathieu-Daudé, 2020/05/26
- [PATCH v2 2/7] sysemu/tcg: Only declare tcg_allowed when TCG is available, Philippe Mathieu-Daudé, 2020/05/26
- [PATCH v2 3/7] sysemu/hvf: Only declare hvf_allowed when HVF is available, Philippe Mathieu-Daudé, 2020/05/26
- [PATCH v2 4/7] target/ppc: Restrict PPCVirtualHypervisorClass to system-mode, Philippe Mathieu-Daudé, 2020/05/26
- [PATCH v2 5/7] target/s390x: Only compile decode_basedisp() on system-mode, Philippe Mathieu-Daudé, 2020/05/26
- [PATCH v2 6/7] target/s390x/helper: Clean ifdef'ry, Philippe Mathieu-Daudé, 2020/05/26
- [PATCH v2 7/7] target/s390x: Restrict system-mode declarations, Philippe Mathieu-Daudé, 2020/05/26
- Re: [PATCH v2 7/7] target/s390x: Restrict system-mode declarations,
Cornelia Huck <=
- Re: [PATCH v2 0/7] exec/cpu: Cleanups around "exec/hwaddr.h" (reserved to system-mode), Cornelia Huck, 2020/05/27