cloud-hypervisor/vmm
Rob Bradford 12e00c0f45 vmm: cpu: Retry sending signals if necessary
To avoid a race condition where the signal might "miss" the KVM_RUN
ioctl() instead reapeatedly try sending a signal until the vCPU run is
interrupted (as indicated by setting a new per vCPU atomic.)

It important to also clear this atomic when coming out of a paused
state.

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
2020-05-07 09:00:14 +02:00
..
src vmm: cpu: Retry sending signals if necessary 2020-05-07 09:00:14 +02:00
Cargo.toml vmm: Add unit tests for DeviceTree 2020-05-05 16:08:42 +02:00