qemu-ppc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-ppc] [PATCH v2 1/1] spapr: Set compat type for CPUs of a core


From: Eduardo Habkost
Subject: Re: [Qemu-ppc] [PATCH v2 1/1] spapr: Set compat type for CPUs of a core
Date: Mon, 27 Jun 2016 15:12:25 -0300
User-agent: Mutt/1.6.1 (2016-04-27)

On Mon, Jun 27, 2016 at 02:10:48PM +0530, Bharata B Rao wrote:
[...]
> However as I note in the patch description of the original patch in this
> mail, -global is broken for certain cpu type names.
> 
> -cpu host -global host-powerpc64-cpu.compat=power7
> -cpu POWER8 -global POWER8-powerpc64-cpu.compat=power7
> 
> work, but
> 
> -cpu POWER8E -global POWER8E_v2.1-powerpc64-cpu.compat=power7
> 
> doesn't since cpu typename has . (dot) and this needs to be fixed.

-global accepts the saner QemuOpts syntax, too. So this should
work:

  -global driver=POWER8E_v2.1-powerpc64-cpu,property=compat,value=power7

-- 
Eduardo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]