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)
committerJiHye Kim <jihye424.kim@samsung.com>
Tue, 24 Nov 2015 02:15:48 +0000 (11:15 +0900)
- copy child base image and swap image path when clone 'VMPropertyValue'

Change-Id: I04eda3083e67e882c92515e5b465e83e63d8c47e
Signed-off-by: jihye424.kim <jihye424.kim@samsung.com>
src/org/tizen/emulator/manager/vms/VMPropertyValue.java

index 0a8112f..ca8b5d2 100644 (file)
@@ -188,6 +188,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;