cloud-hypervisor/arch/src/x86_64
Sebastien Boeuf 1b9890b807 vmm: cpu: Set CPU physical bits based on user input
If the user specified a maximum physical bits value through the
`max_phys_bits` option from `--cpus` parameter, the guest CPUID
will be patched accordingly to ensure the guest will find the
right amount of physical bits.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2020-10-13 18:58:36 +02:00
..
gdt.rs arch, pci, vmm: Initial switch to the hypervisor crate 2020-06-22 15:03:15 +02:00
interrupts.rs arch: move test cases to vmm crate 2020-07-15 17:21:07 +02:00
layout.rs arch: x86_64: Add basic SMBIOS support 2020-06-30 08:15:48 +02:00
mod.rs vmm: cpu: Set CPU physical bits based on user input 2020-10-13 18:58:36 +02:00
mptable.rs arch: x86_64: Create MP table after SMBIOS table if space 2020-09-25 19:41:24 +02:00
regs.rs arch: Switch to hypervisor crate 2020-07-21 16:22:02 +02:00
smbios.rs arch: x86_64: Create MP table after SMBIOS table if space 2020-09-25 19:41:24 +02:00