Re: [PATCH 83/84] exec/poison: Do not poison CONFIG_SOFTMMU

2023-05-11 Thread Richard Henderson
On 5/8/23 16:19, Thomas Huth wrote: On 08/05/2023 17.14, Paolo Bonzini wrote: On 5/8/23 16:27, Thomas Huth wrote: On 03/05/2023 09.23, Richard Henderson wrote: If CONFIG_USER_ONLY is ok generically, so is CONFIG_SOFTMMU, because they are exactly opposite. I thought there was a difference ...

Re: [PATCH 83/84] exec/poison: Do not poison CONFIG_SOFTMMU

2023-05-08 Thread Thomas Huth
On 08/05/2023 16.27, Thomas Huth wrote: On 03/05/2023 09.23, Richard Henderson wrote: If CONFIG_USER_ONLY is ok generically, so is CONFIG_SOFTMMU, because they are exactly opposite. I thought there was a difference ... at least in the past? But looking at meson.build they seem to be handled qu

Re: [PATCH 83/84] exec/poison: Do not poison CONFIG_SOFTMMU

2023-05-08 Thread Thomas Huth
On 08/05/2023 17.14, Paolo Bonzini wrote: On 5/8/23 16:27, Thomas Huth wrote: On 03/05/2023 09.23, Richard Henderson wrote: If CONFIG_USER_ONLY is ok generically, so is CONFIG_SOFTMMU, because they are exactly opposite. I thought there was a difference ... at least in the past? But looking at

Re: [PATCH 83/84] exec/poison: Do not poison CONFIG_SOFTMMU

2023-05-08 Thread Paolo Bonzini
On 5/8/23 16:27, Thomas Huth wrote: On 03/05/2023 09.23, Richard Henderson wrote: If CONFIG_USER_ONLY is ok generically, so is CONFIG_SOFTMMU, because they are exactly opposite. I thought there was a difference ... at least in the past? But looking at meson.build they seem to be handled quite

Re: [PATCH 83/84] exec/poison: Do not poison CONFIG_SOFTMMU

2023-05-08 Thread Thomas Huth
On 03/05/2023 09.23, Richard Henderson wrote: If CONFIG_USER_ONLY is ok generically, so is CONFIG_SOFTMMU, because they are exactly opposite. I thought there was a difference ... at least in the past? But looking at meson.build they seem to be handled quite equally now: common_ss.add_all(when:

[PATCH 83/84] exec/poison: Do not poison CONFIG_SOFTMMU

2023-05-03 Thread Richard Henderson
If CONFIG_USER_ONLY is ok generically, so is CONFIG_SOFTMMU, because they are exactly opposite. Signed-off-by: Richard Henderson --- include/exec/poison.h | 1 - scripts/make-config-poison.sh | 5 +++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/exec/poison.h