Roy Golan has posted comments on this change. Change subject: core: WIP - libosinfo - introduce libosinfo service ......................................................................
Patch Set 3: (2 inline comments) .................................................... File backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/VmOsType.java Line 10: OtherLinux(5, OsType.Linux, false, ""), Line 11: Other(6, OsType.Other, false, ""), Line 12: RHEL5(7, OsType.Linux, false, "rhel-5.4"), Line 13: RHEL4(8, OsType.Linux, false, "rhel-4.8"), Line 14: RHEL3(9, OsType.Linux, false, "rhel-3"), I need to merge some of the patches... I'm removing all that info and leaving only the ID and the shortId. if you have time pls take a look at the wiki page at http://wiki.ovirt.org/wiki/Libosinfo#VmOsType Line 15: Windows2003x64(10, OsType.Windows, true, "win2k3"), Line 16: Windows7(11, OsType.Windows, false,"win7"), Line 17: Windows7x64(12, OsType.Windows, true,"win7"), Line 18: RHEL5x64(13, OsType.Linux, true, "rhel-5.4"), Line 67: } Line 68: Line 69: public String getShortId() { Line 70: return shortId; Line 71: Done Line 72: } -- To view, visit http://gerrit.ovirt.org/8472 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I663dbae36d583ca4c524b2957a9a695e44207975 Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Roy Golan <rgo...@redhat.com> Gerrit-Reviewer: Alon Bar-Lev <alo...@redhat.com> Gerrit-Reviewer: Ewoud Kohl van Wijngaarden <ew...@kohlvanwijngaarden.nl> Gerrit-Reviewer: Michal Skrivanek <michal.skriva...@redhat.com> Gerrit-Reviewer: Omer Frenkel <ofren...@redhat.com> Gerrit-Reviewer: Roy Golan <rgo...@redhat.com> Gerrit-Reviewer: Yair Zaslavsky <yzasl...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches