cloud-hypervisor/vm-virtio/src
Hui Zhu 51d102c708 vm-virtio: Add virtio-mem device
The basic idea of virtio-mem is to provide a flexible, cross-architecture
memory hot plug and hot unplug solution that avoids many limitations
imposed by existing technologies, architectures, and interfaces. More
details can be found in https://lkml.org/lkml/2019/12/12/681.

This commit add virtio-mem device.

Signed-off-by: Hui Zhu <teawater@antfin.com>
2020-03-25 15:54:16 +01:00
..
transport vm-virtio: mmio: Enable reporting of SHM regions via config fields 2020-03-04 09:40:25 +01:00
vhost_user virtio-fs: validate request len in fs_slave_io() 2020-03-25 13:12:26 +01:00
vsock vm-virtio: Consume pause events to prevent infinite epoll_wait calls 2020-03-09 19:01:38 +01:00
block.rs vm-virtio: Consume pause events to prevent infinite epoll_wait calls 2020-03-09 19:01:38 +01:00
console.rs vm-virtio: Consume pause events to prevent infinite epoll_wait calls 2020-03-09 19:01:38 +01:00
device.rs vm-virtio: Add update_memory() to VirtioDevice trait 2020-03-24 19:01:15 +00:00
iommu.rs vm-virtio: Consume pause events to prevent infinite epoll_wait calls 2020-03-09 19:01:38 +01:00
lib.rs vm-virtio: Add virtio-mem device 2020-03-25 15:54:16 +01:00
mem.rs vm-virtio: Add virtio-mem device 2020-03-25 15:54:16 +01:00
net_util.rs vm-virtio: Consume pause events to prevent infinite epoll_wait calls 2020-03-09 19:01:38 +01:00
net.rs vm-virtio: Consume pause events to prevent infinite epoll_wait calls 2020-03-09 19:01:38 +01:00
pmem.rs vm-virtio: Consume pause events to prevent infinite epoll_wait calls 2020-03-09 19:01:38 +01:00
queue.rs vm-virtio: queue: Use a SeqCst fence on get_used_event 2020-03-18 13:36:17 +00:00
rng.rs vm-virtio: Consume pause events to prevent infinite epoll_wait calls 2020-03-09 19:01:38 +01:00