vm property: copy child base image path when clone
authorjihye424.kim <jihye424.kim@samsung.com>
Mon, 23 Nov 2015 08:53:35 +0000 (17:53 +0900)
committerminkee.lee <minkee.lee@samsung.com>
Fri, 22 Jan 2016 08:28:46 +0000 (17:28 +0900)
- copy child base image and swap image path when clone 'VMPropertyValue'

Change-Id: I04eda3083e67e882c92515e5b465e83e63d8c47e
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
(cherry picked from commit 56dc210806505cf90373d5131c957a2d7938cf5b)

src/org/tizen/emulator/manager/vms/VMPropertyValue.java

index c5baf3a..7b5c4ed 100644 (file)
@@ -184,6 +184,8 @@ public class VMPropertyValue implements Cloneable {
                dest.vmsName    = this.vmsName;
 
                dest.baseImagePath              = this.baseImagePath;
+               dest.childImagePath             = this.childImagePath;
+               dest.swapImagePath              = this.swapImagePath;
 
                dest.resolution         = this.resolution;
                dest.dpi                = this.dpi;