Re: [libvirt] [PATCH v5 28/36] qemu_capabilities: Introduce virCPUDef to CPUModelInfo function

2019-01-04 Thread Jiri Denemark
On Sun, Dec 02, 2018 at 23:10:22 -0600, Chris Venteicher wrote: > Create public function to convert virCPUDef data structure into > qemuMonitorCPUModelInfoPtr data structure. > > There was no existing code to reuse to create this function > so this new virQEMUCapsCPUModelInfoFromCPUDef function

[libvirt] [PATCH v5 28/36] qemu_capabilities: Introduce virCPUDef to CPUModelInfo function

2018-12-02 Thread Chris Venteicher
Create public function to convert virCPUDef data structure into qemuMonitorCPUModelInfoPtr data structure. There was no existing code to reuse to create this function so this new virQEMUCapsCPUModelInfoFromCPUDef function was based on reversing the action of the existing