
4 Nov
2020
4 Nov
'20
4:14 p.m.
On a Tuesday in 2020, Julio Faracco wrote:
Function to compare CPU on 64-bits PowerPC is ignoring the flag to avoid failure in case of CPUs (host and guest) are incompatible. Basically, the function is returning -1 even if it is set to continue.
Signed-off-by: Julio Faracco <jcfaracco@gmail.com> --- src/cpu/cpu_ppc64.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
Reviewed-by: Ján Tomko <jtomko@redhat.com> Jano