mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-03-09 08:58:27 +03:00
Sort out the memory property naming ambiguity on the command line. * memory -> currentMemory * maxmemory -> memory * hotplugmemorymax -> maxMemory * hotplugmemoryslots -> maxMemory.slots To maintain back compat, we need to do some funky handling with memory and maxmemory values. Basically if currentMemory is specfied, we interpret them as new style, otherwise preserve the old behavior.