Re: [PATCH 1/2] core: introduce arch_send_event

2018-08-16 Thread Ralf Ramsauer
On 08/15/2018 11:13 AM, Jan Kiszka wrote: > On 2018-08-14 12:50, Ralf Ramsauer wrote: >> Prepares consolidation of arch_cpu_resume/suspend. With this, we have >> the same path on all architectures for suspending CPUs. This allows us >> to consolidate code in the next step. >> >> Signed-off-by:

Re: [PATCH 1/2] core: introduce arch_send_event

2018-08-15 Thread Jan Kiszka
On 2018-08-14 12:50, Ralf Ramsauer wrote: Prepares consolidation of arch_cpu_resume/suspend. With this, we have the same path on all architectures for suspending CPUs. This allows us to consolidate code in the next step. Signed-off-by: Ralf Ramsauer --- hypervisor/arch/arm-common/control.c

[PATCH 1/2] core: introduce arch_send_event

2018-08-14 Thread Ralf Ramsauer
Prepares consolidation of arch_cpu_resume/suspend. With this, we have the same path on all architectures for suspending CPUs. This allows us to consolidate code in the next step. Signed-off-by: Ralf Ramsauer --- hypervisor/arch/arm-common/control.c | 2 +-