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

  • 0x0b800000

Kconfig definition

At arch/x86/Kconfig:219

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 0x10000000
    default 0x0b800000
    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.)