• P
    qemu: command: Add helper to align memory sizes · 57b215ab
    Peter Krempa 提交于
    The memory sizes in qemu are aligned up to 1 MiB boundaries. There are
    two places where this was done once for the total size and then for
    individual NUMA cell sizes.
    
    Add a function that will align the sizes in one place so that it's clear
    where the sizes are aligned.
    57b215ab
qemu_domain.h 15.4 KB