/qemu/target/i386/tcg/ |
H A D | tcg-cpu.c | 04a37d4ca4bfef595b2e9bec99eac8bfc806c76b Thu Oct 29 19:30:01 UTC 2020 Richard Henderson <richard.henderson@linaro.org> tcg: Make tb arg to synchronize_from_tb const
There is nothing within the translators that ought to be changing the TranslationBlock data, so make it const.
This does not actually use the read-only copy of the data structure that exists within the rx region.
Reviewed-by: Joelle van Dyne <j@getutm.app> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/qemu/target/rx/ |
H A D | cpu.c | 04a37d4ca4bfef595b2e9bec99eac8bfc806c76b Thu Oct 29 19:30:01 UTC 2020 Richard Henderson <richard.henderson@linaro.org> tcg: Make tb arg to synchronize_from_tb const
There is nothing within the translators that ought to be changing the TranslationBlock data, so make it const.
This does not actually use the read-only copy of the data structure that exists within the rx region.
Reviewed-by: Joelle van Dyne <j@getutm.app> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/qemu/target/avr/ |
H A D | cpu.c | 04a37d4ca4bfef595b2e9bec99eac8bfc806c76b Thu Oct 29 19:30:01 UTC 2020 Richard Henderson <richard.henderson@linaro.org> tcg: Make tb arg to synchronize_from_tb const
There is nothing within the translators that ought to be changing the TranslationBlock data, so make it const.
This does not actually use the read-only copy of the data structure that exists within the rx region.
Reviewed-by: Joelle van Dyne <j@getutm.app> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/qemu/target/tricore/ |
H A D | cpu.c | 04a37d4ca4bfef595b2e9bec99eac8bfc806c76b Thu Oct 29 19:30:01 UTC 2020 Richard Henderson <richard.henderson@linaro.org> tcg: Make tb arg to synchronize_from_tb const
There is nothing within the translators that ought to be changing the TranslationBlock data, so make it const.
This does not actually use the read-only copy of the data structure that exists within the rx region.
Reviewed-by: Joelle van Dyne <j@getutm.app> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/qemu/target/sh4/ |
H A D | cpu.c | 04a37d4ca4bfef595b2e9bec99eac8bfc806c76b Thu Oct 29 19:30:01 UTC 2020 Richard Henderson <richard.henderson@linaro.org> tcg: Make tb arg to synchronize_from_tb const
There is nothing within the translators that ought to be changing the TranslationBlock data, so make it const.
This does not actually use the read-only copy of the data structure that exists within the rx region.
Reviewed-by: Joelle van Dyne <j@getutm.app> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/qemu/target/hppa/ |
H A D | cpu.c | 04a37d4ca4bfef595b2e9bec99eac8bfc806c76b Thu Oct 29 19:30:01 UTC 2020 Richard Henderson <richard.henderson@linaro.org> tcg: Make tb arg to synchronize_from_tb const
There is nothing within the translators that ought to be changing the TranslationBlock data, so make it const.
This does not actually use the read-only copy of the data structure that exists within the rx region.
Reviewed-by: Joelle van Dyne <j@getutm.app> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/qemu/target/microblaze/ |
H A D | cpu.c | 04a37d4ca4bfef595b2e9bec99eac8bfc806c76b Thu Oct 29 19:30:01 UTC 2020 Richard Henderson <richard.henderson@linaro.org> tcg: Make tb arg to synchronize_from_tb const
There is nothing within the translators that ought to be changing the TranslationBlock data, so make it const.
This does not actually use the read-only copy of the data structure that exists within the rx region.
Reviewed-by: Joelle van Dyne <j@getutm.app> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/qemu/target/sparc/ |
H A D | cpu.c | 04a37d4ca4bfef595b2e9bec99eac8bfc806c76b Thu Oct 29 19:30:01 UTC 2020 Richard Henderson <richard.henderson@linaro.org> tcg: Make tb arg to synchronize_from_tb const
There is nothing within the translators that ought to be changing the TranslationBlock data, so make it const.
This does not actually use the read-only copy of the data structure that exists within the rx region.
Reviewed-by: Joelle van Dyne <j@getutm.app> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/qemu/target/mips/ |
H A D | cpu.c | 04a37d4ca4bfef595b2e9bec99eac8bfc806c76b Thu Oct 29 19:30:01 UTC 2020 Richard Henderson <richard.henderson@linaro.org> tcg: Make tb arg to synchronize_from_tb const
There is nothing within the translators that ought to be changing the TranslationBlock data, so make it const.
This does not actually use the read-only copy of the data structure that exists within the rx region.
Reviewed-by: Joelle van Dyne <j@getutm.app> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/qemu/include/hw/core/ |
H A D | cpu.h | 04a37d4ca4bfef595b2e9bec99eac8bfc806c76b Thu Oct 29 19:30:01 UTC 2020 Richard Henderson <richard.henderson@linaro.org> tcg: Make tb arg to synchronize_from_tb const
There is nothing within the translators that ought to be changing the TranslationBlock data, so make it const.
This does not actually use the read-only copy of the data structure that exists within the rx region.
Reviewed-by: Joelle van Dyne <j@getutm.app> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/qemu/target/riscv/ |
H A D | cpu.c | 04a37d4ca4bfef595b2e9bec99eac8bfc806c76b Thu Oct 29 19:30:01 UTC 2020 Richard Henderson <richard.henderson@linaro.org> tcg: Make tb arg to synchronize_from_tb const
There is nothing within the translators that ought to be changing the TranslationBlock data, so make it const.
This does not actually use the read-only copy of the data structure that exists within the rx region.
Reviewed-by: Joelle van Dyne <j@getutm.app> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/qemu/target/arm/ |
H A D | cpu.c | 04a37d4ca4bfef595b2e9bec99eac8bfc806c76b Thu Oct 29 19:30:01 UTC 2020 Richard Henderson <richard.henderson@linaro.org> tcg: Make tb arg to synchronize_from_tb const
There is nothing within the translators that ought to be changing the TranslationBlock data, so make it const.
This does not actually use the read-only copy of the data structure that exists within the rx region.
Reviewed-by: Joelle van Dyne <j@getutm.app> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|