Re: [libvirt] [PATCHv2 06/11] qemu_monitor: Introduce qemuMonitorCPUModelInfoRemovePropByBoolValue

2018-07-13 Thread Jiri Denemark
On Mon, Jul 09, 2018 at 22:56:50 -0500, Chris Venteicher wrote: > Filter out cpu properties in qemuMonitorCPUModelInfo structure based on > boolean value of true or false. > > Goal is to form a list of "enabled" or "disabled" properties. > > Required to convert between cpu model feature /

Re: [libvirt] [PATCHv2 06/11] qemu_monitor: Introduce qemuMonitorCPUModelInfoRemovePropByBoolValue

2018-07-11 Thread Collin Walling
On 07/09/2018 11:56 PM, Chris Venteicher wrote: > Filter out cpu properties in qemuMonitorCPUModelInfo structure based on > boolean value of true or false. > > Goal is to form a list of "enabled" or "disabled" properties. > > Required to convert between cpu model feature / property lists that >

[libvirt] [PATCHv2 06/11] qemu_monitor: Introduce qemuMonitorCPUModelInfoRemovePropByBoolValue

2018-07-09 Thread Chris Venteicher
Filter out cpu properties in qemuMonitorCPUModelInfo structure based on boolean value of true or false. Goal is to form a list of "enabled" or "disabled" properties. Required to convert between cpu model feature / property lists that indicate if property is or isn't include in model and the form