-
Our virtio-user-block backend (see #774) now has support for using EVENT_IDX with some managed polling to improve performance. This could be extended to virtio-block.
-
## Crate Name: vmm-reference
I am not good with names :(
Suggestions welcome.
## Short Description
This repository is the starting point for the rust-vmm VMM Reference Implementation. This c…
-
## Crate Name
vm-device
## Short Description
vm-device services as a base crate for concrete device crate(s) in rust-vmm. It focuses on defining common traits that can/should be used by any devic…
-
For details check https://github.com/rust-vmm/community/issues/14
-
With code evolves, now we have several constructors for GuestMemoryMmap:
```rust
pub fn new(ranges: &[(GuestAddress, usize)]) -> result::Result
pub fn with_files(ranges: T) -> result::Result
pub f…
-
Setting the kernel load address doesn't result in the kernel booting (tested with Cloud Hypervisor and setting it to 1MiB.) bzImage loader works fine with the specified load address.
-
As mentioned in the discussion [here](https://github.com/cloud-hypervisor/cloud-hypervisor/pull/1033#discussion_r410052486) and [here](https://github.com/cloud-hypervisor/cloud-hypervisor/pull/1033#di…
-
As described in the goals for this project, we want cloud-hypervisor VMM to support direct device assignment that's achieved through VFIO.
Tracked through PR #60
TODO
* [x] Add VFIO bindings…
-
I read the readme but could not find any info on how the TPM Is handled. Is this trying to use the HW TPM2.0 or using the swtpm module?
Thanks
-
# Crate Name
vm-pci
# Short Description
vm-pci acts as a base crate focusing on PCI mechanism in rust-vmm. It follows 'vm-device' crate as the high level device interface, and defines common trai…