cloud-hypervisor/vmm/src
Sebastien Boeuf ee528ae808 vmm: api: Make FsConfig defaults match between CLI and HTTP API
In order to let the CLI and the HTTP API behave the same regarding the
FsConfig structure, this patch defines some default values for
num_queues, queue_size and the cache_size.

num_queues is set to 1, queue_size is set to 1024, and cache_size is set
to Some(8G) which means that DAX is enabled by default with a shared
region of 8GiB.

Fixes #508

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2019-12-09 23:42:23 -08:00
..
api vmm: api: Make FsConfig defaults match between CLI and HTTP API 2019-12-09 23:42:23 -08:00
acpi.rs vmm: Delegate device related ACPI DSDT table work to DeviceManager 2019-12-06 17:44:00 +00:00
config.rs vmm: api: Make FsConfig defaults match between CLI and HTTP API 2019-12-09 23:42:23 -08:00
cpu.rs vmm: Delegate CPU related ACPI tables to CpuManager 2019-12-06 17:44:00 +00:00
device_manager.rs vmm, devices: Remove hardcoded IRQ number for GED device 2019-12-09 16:58:00 +00:00
lib.rs vmm: Switch to storing VmConfig inside an Arc<Mutex<>> 2019-12-05 16:39:19 +00:00
vm.rs vmm: Reduce the minimum IRQ constant 2019-12-09 16:58:00 +00:00