Roy Golan has uploaded a new change for review.

Change subject: core: hotplug cpu support
......................................................................

core: hotplug cpu support

Change-Id: I36b4f457dbad4d0e62fdf6eeab2df7350f659781
Signed-off-by: Roy Golan <rgo...@redhat.com>
---
M 
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/VmBase.java
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/48/22748/1

diff --git 
a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/VmBase.java
 
b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/VmBase.java
index c0cf842..b26efc0 100644
--- 
a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/VmBase.java
+++ 
b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/VmBase.java
@@ -66,7 +66,7 @@
     @EditableOnTemplate
     private int memSizeMb;
 
-    @EditableOnVmStatusField
+    @EditableOnVmStatusField(statuses = {VMStatus.Down, VMStatus.Up} )
     @EditableOnTemplate
     private int numOfSockets;
 


-- 
To view, visit http://gerrit.ovirt.org/22748
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I36b4f457dbad4d0e62fdf6eeab2df7350f659781
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Roy Golan <rgo...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to