]> www.infradead.org Git - users/dwmw2/qemu.git/commit
plugins/lockstep: make mixed-mode safe
authorAlex Bennée <alex.bennee@linaro.org>
Fri, 5 Jul 2024 08:40:31 +0000 (09:40 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Fri, 5 Jul 2024 11:34:41 +0000 (12:34 +0100)
commit5e77f22ac95d18fdbe7e5c542002786f2126a780
tree7803c9e55b3aa3d989016fcba6420061ee82bc24
parentbb3dd92d32e1ea805a1eecbb23b35f7675d8a83e
plugins/lockstep: make mixed-mode safe

The ExecState is shared across the socket and if we want to compare
say 64 bit and 32 bit binaries we need the two to use the same sizes
for things.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20240705084047.857176-25-alex.bennee@linaro.org>
contrib/plugins/lockstep.c