docker run --device=/dev/kvm \ -it \ --security-opt seccomp=unconfined \ --volume $(pwd)/kvm-ioctls:/kvm-ioctls \ rustvmm/dev:v16 cd kvm-ioctls/ cargo test For more details about the integration tests that are run for kvm-ioctls, check the rust-vmm-ci readme.About...
Bumps [kvm-ioctls](https://github.com/rust-vmm/kvm-ioctls) from 0.19.0 to 0.19.1. - [Release notes](https://github.com/rust-vmm/kvm-ioctls/releases) - [Changelog](https://github.com/rust-vmm/kvm/blob/v0.19.1/CHANGELOG.md) - [Commits](rust-vmm/kvm@v0.19.0...v0.19.1) ---...
< 感谢您的合入申请 PR功能描述 / 为什么需要这个合入:1、Rust vmm社区kvmioctls和kvmbindings发布版本长,其部分支持标准虚拟化特性已经合入主干分支,却未能及时发布...
unsigned long addr) return 0; } -static int kvm_s390_vcpu_store_status(struct kvm_vcpu *vcpu, unsigned long addr) -{ - int rc; - - vcpu_load(vcpu); - rc = __kvm_s390_vcpu_store_status(vcpu, addr); - vcpu_put(vcpu); - return...
KVM's API requires thats ioctls must be issued from the same process that created the VM. In other words, userspace can play games with a VM's file descriptors, e.g. fork(), SCM_RIGHTS, etc..., but only the creator can do anything useful. Explicitly reject device ioctls that are ...
long kvm_arch_vm_compat_ioctl(struct file *filp, unsigned int ioctl, unsigned long arg); int kvm_arch_vcpu_ioctl_get_fpu(struct kvm_vcpu *vcpu, struct kvm_fpu *fpu); int kvm_arch_vcpu_ioctl_set_fpu(struct kvm_vcpu *vcpu, struct kvm_fpu *fpu);11...
addr: NonNull<kvm_coalesced_mmio_ring>, page_size: usize, }@@ -61,9 +61,10 @@ impl KvmCoalescedIoRing { offset.into(), ) }; if addr == libc::MAP_FAILED { return Err(errno::Error::last()); } let addr = NonNull::new(addr) ...
docker run --device=/dev/kvm \ -it \ --security-opt seccomp=unconfined \ --volume $(pwd)/kvm-ioctls:/kvm-ioctls \ rustvmm/dev:v16 cd kvm-ioctls/ cargo test For more details about the integration tests that are run for kvm-ioctls, check the rust-vmm-ci readme.About...
docker run --device=/dev/kvm \ -it \ --security-opt seccomp=unconfined \ --volume $(pwd)/kvm-ioctls:/kvm-ioctls \ rustvmm/dev:v16 cd kvm-ioctls/ cargo test For more details about the integration tests that are run for kvm-ioctls, check the rust-vmm-ci readme.About...
Summary of the PR Update kvm-bindings from 0.9.0 to 0.10.0 Update kvm-ioctls from 0.18.0 to 0.19.0 Requirements Before submitting your PR, please make sure you addressed the following requirements: All commits in this PR have Signed-Off-By trailers (