qemu-arm
[Top][All Lists]
Advanced

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

Re: [Qemu-arm] [PATCH v6 0/3] add support for VCPU event states


From: gengdongjiu
Subject: Re: [Qemu-arm] [PATCH v6 0/3] add support for VCPU event states
Date: Wed, 1 Aug 2018 18:05:55 +0800
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0

Hi Peter,
   sorry to disturb you, any comments for this series patch? thanks you in 
advance.

On 2018/7/22 2:02, Dongjiu Geng wrote:
> Support for KVM_GET/SET_VCPU_EVENTS to get/set the SError exception
> state, and support the state migration.
> 
> change since v4:
> 1. update the linux header files to 4.18-rc5 
> 
> change since v3:
> 1. Add a new new subsection with a suitable 'ras_needed' function
> controlling whether it is present
> 2. Add a ARM_FEATURE_RAS feature bit for CPUARMState
> 
> change since v2:
> 1. add header definition for arm platform
> 
> change since v1:
> 1. update the code to fix the build errors
> 
> The related kernel change has been already applied to kvmarm/next.
> (https://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git/log/?h=next)
> 
> Dongjiu Geng (3):
>   Update Linux headers to 4.18-rc5
>   kvm: sync linux headers
>   target: arm: Add support for VCPU event states
> 
>  include/standard-headers/linux/virtio_config.h | 16 +++++--
>  linux-headers/asm-arm/kvm.h                    | 13 ++++++
>  linux-headers/asm-arm64/kvm.h                  | 13 ++++++
>  linux-headers/asm-mips/unistd.h                | 18 +++++---
>  linux-headers/asm-powerpc/kvm.h                |  1 +
>  linux-headers/asm-powerpc/unistd.h             |  1 +
>  linux-headers/asm-s390/unistd_32.h             |  2 +
>  linux-headers/asm-s390/unistd_64.h             |  2 +
>  linux-headers/linux/kvm.h                      |  1 +
>  target/arm/cpu.h                               |  6 +++
>  target/arm/kvm64.c                             | 59 
> ++++++++++++++++++++++++++
>  target/arm/machine.c                           | 22 ++++++++++
>  12 files changed, 144 insertions(+), 10 deletions(-)
> 




reply via email to

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