cloud-hypervisor/vmm/src
Michael Zhao 8c88b10384 vmm: Add some missing fields in IORT table
Added fields:
- `Memory address size limit`: the missing of this field triggered
  warnings in guest kernel
- `Node ID`

Signed-off-by: Michael Zhao <michael.zhao@arm.com>
2021-12-01 09:24:01 +08:00
..
api vmm: Add CPU affinity support 2021-11-12 09:40:37 +00:00
acpi.rs vmm: Add some missing fields in IORT table 2021-12-01 09:24:01 +08:00
clone3.rs vmm: notify virtio-console of pty resizes 2021-09-14 15:43:25 +01:00
config.rs vmm: Update comments related with enum Error struct in config.rs 2021-11-26 10:22:57 +01:00
cpu.rs vmm: Add CPU affinity support 2021-11-12 09:40:37 +00:00
device_manager.rs vmm: Make the comments consistent in 'DeviceManager' 2021-11-19 08:43:23 +00:00
device_tree.rs vmm: Remove segment_id from DeviceNode 2021-11-02 16:55:42 +00:00
interrupt.rs vmm: Update devid in kvm_irq_routing_entry 2021-12-01 09:24:01 +08:00
lib.rs vmm: add a safety comment for EpollContext 2021-11-17 23:12:11 +00:00
memory_manager.rs vmm: Port MemoryManager to Aml::append_aml_bytes() 2021-11-08 16:46:30 +00:00
migration.rs vmm: Simplify snapshot/restore path handling 2021-03-12 13:03:01 +01:00
pci_segment.rs vmm: Port PciSegment to Aml::append_aml_bytes() 2021-11-08 16:46:30 +00:00
seccomp_filters.rs vmm: Add epoll_ctl() syscall to vCPU seccomp filter 2021-11-16 07:27:46 -08:00
serial_buffer.rs vmm: Refactor serial buffer to allow flush on PTY when writable 2021-09-27 14:18:21 +01:00
serial_manager.rs vmm: Refactor serial buffer to allow flush on PTY when writable 2021-09-27 14:18:21 +01:00
sigwinch_listener.rs vmm: Fix panic in SIGWINCH listener thread when no seccomp filter set 2021-11-16 14:28:02 +00:00
vm.rs vmm: Add support for booting raw binary (e.g. firmware) on x86-64 2021-11-30 13:39:36 +01:00