• P
    qemu: Forbid setting maximum memory size with the API with NUMA enabled · 389634e6
    Peter Krempa 提交于
    NUMA enabled guest configuration explicitly specifies memory sizes for
    individual nodes. Allowing the virDomainSetMemoryFlags API (and friends)
    to change the total doesn't make sense as the individual node configs
    are not updated in that case.
    
    Forbid use of the API in case NUMA is specified.
    389634e6
qemu_driver.c 623.3 KB