mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 11:52:28 +01:00
1. Removed XenServerGuestOsMemoryMap from CitrixHelper.java This java file was holding a static in memory map named XenServerGuestOsMemoryMap. This was the source for xenserver dynamic memory values(max and min). These values were moved to guest_os_details table. 2. DAO layer was modified to access these values. 3. VirtualMachineTo object was modified to populate the dynamic memory values. 4. addGuestOs and UpdateGuestOS api has been modified to update memory values.