Re: [PATCH RESEND v1 2/7] qemu: Implement the CFPC pSeries feature

2020-04-27 Thread Michal Privoznik
On 4/27/20 2:14 PM, Daniel Henrique Barboza wrote: This patch adds the implementation of the CFPC pSeries feature, using the QEMU_CAPS_MACHINE_PSERIES_CAP_CFPC capability added in the previous patch. CPFC can have the values "broken", "workaround" or "fixed". Extra code is required to handle it

[PATCH RESEND v1 2/7] qemu: Implement the CFPC pSeries feature

2020-04-27 Thread Daniel Henrique Barboza
This patch adds the implementation of the CFPC pSeries feature, using the QEMU_CAPS_MACHINE_PSERIES_CAP_CFPC capability added in the previous patch. CPFC can have the values "broken", "workaround" or "fixed". Extra code is required to handle it since it's not a regular tristate capability. This i