Re: [PATCH v6 03/13] KVM: s390: move bitmap idle_mask into arch struct top level

From: Cornelia Huck
Date: Tue Jan 29 2019 - 08:56:38 EST


On Thu, 24 Jan 2019 13:59:29 +0100
Michael Mueller <mimu@xxxxxxxxxxxxx> wrote:

> The vcpu idle_mask state is used by but not specific
> to the emulated floating interruptions. The state is
> relevant to gisa related interruptions as well.
>
> Signed-off-by: Michael Mueller <mimu@xxxxxxxxxxxxx>
> ---
> arch/s390/include/asm/kvm_host.h | 2 +-
> arch/s390/kvm/interrupt.c | 11 +++++------
> arch/s390/kvm/kvm-s390.h | 2 +-
> 3 files changed, 7 insertions(+), 8 deletions(-)

Reviewed-by: Cornelia Huck <cohuck@xxxxxxxxxx>