qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v1 for-2.11 09/10] s390x/kvm: move KVM declarati


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH v1 for-2.11 09/10] s390x/kvm: move KVM declarations and stubs to separate files
Date: Thu, 17 Aug 2017 21:05:39 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1

On 08/17/2017 02:22 AM, David Hildenbrand wrote:
> Let's do it just like the other architectures. Introduce kvm-stub.c
> for stubs and kvm_s390x.h for the declarations.
> 
> Add a fake declaration of struct kvm_s390_irq so we don't need other
> ugly CONFIG_KVM checks.
> 
> Change license to GPL2+ and keep copyright notice.
> 
> Suggested-by: Thomas Huth <address@hidden>
> Signed-off-by: David Hildenbrand <address@hidden>
> ---
>  target/s390x/Makefile.objs |   1 +
>  target/s390x/cpu.h         | 121 
> +--------------------------------------------
>  target/s390x/kvm-stub.c    | 111 +++++++++++++++++++++++++++++++++++++++++
>  target/s390x/kvm_s390x.h   |  51 +++++++++++++++++++
>  4 files changed, 164 insertions(+), 120 deletions(-)
>  create mode 100644 target/s390x/kvm-stub.c
>  create mode 100644 target/s390x/kvm_s390x.h

Reviewed-by: Richard Henderson <address@hidden>


r~




reply via email to

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