qemu-arm
[Top][All Lists]
Advanced

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

Re: [Qemu-arm] [Qemu-devel] [PATCH v2 05/22] target-arm: Add mp-affinity


From: Shannon Zhao
Subject: Re: [Qemu-arm] [Qemu-devel] [PATCH v2 05/22] target-arm: Add mp-affinity property for ARM CPU class
Date: Tue, 7 Jun 2016 15:55:17 +0800
User-agent: Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Thunderbird/24.4.0


On 2016/5/26 22:55, Peter Maydell wrote:
> From: Pavel Fedin <address@hidden>
> 
> This allows to override default affinity IDs on a per-machine basis, and
> possibility to retrieve IDs will be used by vGICv3 live migration code.
> 
> Signed-off-by: Pavel Fedin <address@hidden>
> Signed-off-by: Peter Maydell <address@hidden>

Reviewed-by: Shannon Zhao <address@hidden>

> ---
>  target-arm/cpu.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/target-arm/cpu.c b/target-arm/cpu.c
> index 0eaa907..ce8b8f4 100644
> --- a/target-arm/cpu.c
> +++ b/target-arm/cpu.c
> @@ -1415,6 +1415,7 @@ static Property arm_cpu_properties[] = {
>      DEFINE_PROP_BOOL("start-powered-off", ARMCPU, start_powered_off, false),
>      DEFINE_PROP_UINT32("psci-conduit", ARMCPU, psci_conduit, 0),
>      DEFINE_PROP_UINT32("midr", ARMCPU, midr, 0),
> +    DEFINE_PROP_UINT64("mp-affinity", ARMCPU, mp_affinity, 0),
>      DEFINE_PROP_END_OF_LIST()
>  };
>  
> 

-- 
Shannon




reply via email to

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