Vitor de Lima has posted comments on this change.

Change subject: restapi: Add sPAPR VLAN in the REST API
......................................................................


Patch Set 1:

(1 comment)

http://gerrit.ovirt.org/#/c/24687/1/backend/manager/modules/restapi/interface/definition/src/main/java/org/ovirt/engine/api/model/NicInterface.java
File 
backend/manager/modules/restapi/interface/definition/src/main/java/org/ovirt/engine/api/model/NicInterface.java:

Line 16: 
Line 17: package org.ovirt.engine.api.model;
Line 18: 
Line 19: public enum NicInterface {
Line 20:     E1000, VIRTIO, RTL8139, RTL8139_VIRTIO, SPAPR_VLAN;
> I apologize for my ignorance, but I don't know what SPAPR_VLAN is. A javado
It is a special paravirtualized network interface available only in ppc64 
guests. I will update the docs soon.
Line 21: 
Line 22:     public String value() {
Line 23:         return name().toLowerCase();
Line 24:     }


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I40a273c01247ee52b3f02671b48a35f387abbb88
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Vitor de Lima <[email protected]>
Gerrit-Reviewer: Gustavo Frederico Temple Pedrosa 
<[email protected]>
Gerrit-Reviewer: Juan Hernandez <[email protected]>
Gerrit-Reviewer: Leonardo Bianconi <[email protected]>
Gerrit-Reviewer: Omer Frenkel <[email protected]>
Gerrit-Reviewer: Roy Golan <[email protected]>
Gerrit-Reviewer: Vitor de Lima <[email protected]>
Gerrit-Reviewer: [email protected]
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to