• C
    qemu: Make Set*Mem commands hotplug only · 09a33fd8
    Cole Robinson 提交于
    SetMem and SetMaxMem are hotplug only APIs, any persistent config
    changes are supposed to go via XML definition. The original implementation
    of these calls were incorrect and had the nasty side effect of making
    a psuedo persistent change that would be lost after libvirtd restart
    (I didn't know any better).
    
    Fix these APIs to rightly reject non running domains.
    Signed-off-by: NCole Robinson <crobinso@redhat.com>
    09a33fd8
qemu_driver.c 263.5 KB