]> git.proxmox.com Git - mirror_qemu.git/commit
tests/tcg/i386: Move smc_code2 to an executable section
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 11 Aug 2022 17:58:36 +0000 (10:58 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 6 Sep 2022 07:04:25 +0000 (08:04 +0100)
commitd64655c2c35d967e9c496937885c511240204e76
treec9566f307b1ce7a73cb091da669a76c706b2b241
parentaa98e2d885ca9de66ddd56d88b19b0e162cc90d7
tests/tcg/i386: Move smc_code2 to an executable section

We're about to start validating PAGE_EXEC, which means
that we've got to put this code into a section that is
both writable and executable.

Note that this test did not run on hardware beforehand either.

Acked-by: Ilya Leoshkevich <iii@linux.ibm.com>
Tested-by: Ilya Leoshkevich <iii@linux.ibm.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tests/tcg/i386/test-i386.c