mbox series

[0/2] target/i386: fix hang when using slow path for ptw_setl

Message ID 20241023222026.1430014-1-pierrick.bouvier@linaro.org (mailing list archive)
Headers show
Series target/i386: fix hang when using slow path for ptw_setl | expand

Message

Pierrick Bouvier Oct. 23, 2024, 10:20 p.m. UTC
Most of the details are available in first patch. Second one is there to ensure
we'll have a useful error message if start_exclusive is called from cpu_exec
again.

I'm a bit puzzled that we never triggered this hang before. Is there something
wrong with the potential slow path for ptw_setl, or is it simply very uncommon?

Pierrick Bouvier (2):
  target/i386: fix hang when using slow path for ptw_setl
  cpu: ensure we don't call start_exclusive from cpu_exec

 cpu-common.c                         | 3 +++
 target/i386/tcg/sysemu/excp_helper.c | 4 ++++
 2 files changed, 7 insertions(+)