Some API parameters are set at machine creation, but are very likely to be the same for every machine.
Such parameters should be set globally to make api less complex.
Example: graphics_address in add_linux_domain
Move this from add_linux_domain to the constructor of the Range class.
Some API parameters are set at machine creation, but are very likely to be the same for every machine.
Such parameters should be set globally to make api less complex.
Example: graphics_address in add_linux_domain
Move this from add_linux_domain to the constructor of the Range class.