qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v6 2/5] target-arm: kvm: save/restore mp state


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH v6 2/5] target-arm: kvm: save/restore mp state
Date: Wed, 1 Apr 2015 17:31:20 +0100

On 1 April 2015 at 16:39, Alex Bennée <address@hidden> wrote:
> --- a/target-arm/kvm.c
> +++ b/target-arm/kvm.c
> @@ -28,6 +28,8 @@ const KVMCapabilityInfo kvm_arch_required_capabilities[] = {
>      KVM_CAP_LAST_INFO
>  };
>
> +static bool cap_has_mp_state = false;

This explicit init to false is unnecessary, and
checkpatch complains about it. I will fix this as I
apply to my tree.

-- PMM



reply via email to

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