cloud-hypervisor/vmm/src
Sebastien Boeuf e15dba2925 vmm: Rename NUMA option 'id' into 'guest_numa_id'
The goal of this commit is to rename the existing NUMA option 'id' with
'guest_numa_id'. This is done without any modification to the way this
option behaves.

The reason for the rename is caused by the observation that all other
parameters with an option called 'id' expect a string to be provided.

Because in this particular case we expect a u32 representing a proximity
domain from the ACPI specification, it's better to name it with a more
explicit name.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2020-09-07 07:37:14 +02:00
..
api vmm: Rename NUMA option 'id' into 'guest_numa_id' 2020-09-07 07:37:14 +02:00
acpi.rs vmm: Move NUMA node list creation to Vm structure 2020-09-07 07:37:14 +02:00
config.rs vmm: Rename NUMA option 'id' into 'guest_numa_id' 2020-09-07 07:37:14 +02:00
cpu.rs vmm: cpu: Warn if the guest is trying to access unregistered IO ranges 2020-09-04 14:39:58 +02:00
device_manager.rs vm-migration: Make snapshot() mutable 2020-08-25 16:43:10 +02:00
device_tree.rs vmm: device_tree: make available remove function unconditionally 2020-06-15 11:41:34 +02:00
interrupt.rs arch: Refactor GIC code to seperate KVM specific code 2020-07-21 16:22:02 +02:00
lib.rs vmm: Propagate the SeccompAction value to the Vm struct constructor 2020-08-04 11:40:49 +02:00
memory_manager.rs main, vmm: Remove guest_numa_node option from memory zones 2020-09-07 07:37:14 +02:00
migration.rs vmm: Get and set clock during pause and resume operations 2020-06-23 14:36:01 +01:00
seccomp_filters.rs vmm: Add seccomp rules for starting vhost-user-net backend on AArch64 2020-08-31 08:19:23 +02:00
vm.rs vmm: Rename NUMA option 'id' into 'guest_numa_id' 2020-09-07 07:37:14 +02:00