Documentation ¶
Index ¶
Constants ¶
View Source
const ( // must be a power of 2 and at least equal // to the size of a transparent hugepage (2MiB on x84_64). // Recommended value by QEMU is 2MiB HotplugBlockAlignmentBytes int64 = 0x200000 // 1GiB, the size of 1Gi HugePages Hotplug1GHugePagesBlockAlignmentBytes int64 = 0x40000000 )
Variables ¶
This section is empty.
Functions ¶
func BuildMemoryDevice ¶
func BuildMemoryDevice(vmi *v1.VirtualMachineInstance) (*api.MemoryDevice, error)
func ValidateLiveUpdateMemory ¶
func ValidateLiveUpdateMemory(vmSpec *v1.VirtualMachineInstanceSpec, maxGuest *resource.Quantity) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.