mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-11-05 11:31:14 +00:00
6329219749
On x86_64, a hint to the compiler is not enough, we need to issue a MFENCE instruction. Replace the Acquire fence with a SeqCst one. Without this, it's still possible to miss an used_event update, leading to the omission of a notification, possibly stalling the vring. Signed-off-by: Sergio Lopez <slp@redhat.com> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |