crc-org / machine-driver-hyperkit

Machine driver for hyperkit
Apache License 2.0
5 stars 3 forks source link

Report an error when trying to change unsupported field #21

Closed cfergeau closed 4 years ago

cfergeau commented 4 years ago

Only memory size and number of CPUS should be changed with UpdateConfigRaw. If neither of these changed, the call to UpdateConfigRaw is unsupported.

guillaumerose commented 4 years ago

What about the disk size? Should we do something?