mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
build: Update to latest kvm-ioctls
Update the version of the fork pointed to which has been rebased on the latest upstream. Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
@@ -182,7 +182,7 @@ impl vm::Vm for KvmVm {
|
||||
) -> vm::Result<Arc<dyn cpu::Vcpu>> {
|
||||
let vc = self
|
||||
.fd
|
||||
.create_vcpu(id)
|
||||
.create_vcpu(id as u64)
|
||||
.map_err(|e| vm::HypervisorVmError::CreateVcpu(e.into()))?;
|
||||
let vcpu = KvmVcpu {
|
||||
fd: vc,
|
||||
|
||||
Reference in New Issue
Block a user