oVirt / ovirt-engine-api-model

oVirt Engine API Model
19 stars 33 forks source link

api-model: Add mediated devices #26

Closed mz-pdm closed 2 years ago

mz-pdm commented 2 years ago

Support for vGPU mediated devices was previously handled by VM custom properties. We move from using custom properties for that purpose to using fake VM devices. Since there is no general support in the API to handle VM devices, this patch introduces a special API entities for dealing with mediated devices, similarly to graphics console configuration.

mz-pdm commented 2 years ago

Not yet tested, just for early review of the idea.

mz-pdm commented 2 years ago

It should be complete and working now.

mz-pdm commented 2 years ago

looks good, minor comments

All the comments addressed. OK now?