build: update to the latest kvm-ioctls

The latest kvm-ioctls contains a breaking change to its API. Now Arm's
get/set_one_reg use u128 instead of u64.

Signed-off-by: Wei Liu <liuwe@microsoft.com>
This commit is contained in:
Wei Liu
2022-09-15 09:21:12 +00:00
committed by Rob Bradford
parent 253d16b4c9
commit cb00dbe6ec
2 changed files with 70 additions and 29 deletions

2
Cargo.lock generated
View File

@@ -472,7 +472,7 @@ dependencies = [
[[package]]
name = "kvm-ioctls"
version = "0.11.0"
source = "git+https://github.com/rust-vmm/kvm-ioctls?branch=main#6705a619970fb0b2be47f1781f2ccf856cd5ce6a"
source = "git+https://github.com/rust-vmm/kvm-ioctls?branch=main#e6739aeebcc56dfea62216b2cc4cddd13d0a1182"
dependencies = [
"kvm-bindings",
"libc",