conf: add typedef for anonymous enum used for memballoon device model
For some reason the values of memballoon model are set using an anonymous enum, making it impossible to perform nice tricks like demanding there are cases for all possible values in a switch. This patch turns the anonymous enum into virDomainMemballoonModel.
Showing
想要评论请 注册 或 登录