mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 13:45:20 +00:00
vmm: cpu: Remove now unused CpuManager::vcpus_paused()
Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
parent
0e29379bcf
commit
857edc71a9
@ -1487,10 +1487,6 @@ impl CpuManager {
|
||||
.map_err(Error::TranslateVirtualAddress)?;
|
||||
Ok(gpa)
|
||||
}
|
||||
|
||||
pub fn vcpus_paused(&self) -> bool {
|
||||
self.vcpus_pause_signalled.load(Ordering::SeqCst)
|
||||
}
|
||||
}
|
||||
|
||||
struct Cpu {
|
||||
|
Loading…
Reference in New Issue
Block a user