CONFIG_HV_RAM_SIZE

Size of the RAM region used by the hypervisor

Type: hex

Help

A 64-bit integer indicating the size of RAM used by the hypervisor. It is ensured at link time that the footprint of the hypervisor does not exceed this size.

Defaults

  • 0x14000000

Kconfig definition

At arch/x86/Kconfig:195

Included via Kconfig:3

Menu path: (top menu)

config HV_RAM_SIZE
    hex
    prompt "Size of the RAM region used by the hypervisor"
    range 0x1000000 0x20000000
    default 0x14000000
    help
      A 64-bit integer indicating the size of RAM used by the hypervisor.
      It is ensured at link time that the footprint of the hypervisor
      does not exceed this size.

(Definitions include propagated dependencies, including from if’s and menus.)