(For the rationale behind this change, please see the description of the corresponding milestone)
Individual already available flags should be removed (see: --vgpu) and replaced by a single "vm_corrector" method.
Information marked as "important" should be displayed within this method and overwritten from there if necessary. For more details about "important information" please see Venson's JSON requirements.
For this issue, it is sufficient to take the existing flags (only --vgpu for now) and move them to a separate method.
However, this method should be structured in such a way that it is easy to extend, as it is not foreseeable which problems can be caused by incorrect VM specifications.
Add a VM mode:
(For the rationale behind this change, please see the description of the corresponding milestone)
Individual already available flags should be removed (see: --vgpu) and replaced by a single "vm_corrector" method. Information marked as "important" should be displayed within this method and overwritten from there if necessary. For more details about "important information" please see Venson's JSON requirements.
For this issue, it is sufficient to take the existing flags (only --vgpu for now) and move them to a separate method. However, this method should be structured in such a way that it is easy to extend, as it is not foreseeable which problems can be caused by incorrect VM specifications.