BotBlake / hwatest

A CPU and Hardware Acceleration (GPU) tester for Jellyfin
GNU General Public License v3.0
1 stars 1 forks source link

"--vm" flag #5

Open BotBlake opened 9 months ago

BotBlake commented 9 months ago

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.