qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 63/67] hw/s390x: use target headers explicitly


From: Cornelia Huck
Subject: Re: [Qemu-devel] [PATCH 63/67] hw/s390x: use target headers explicitly
Date: Tue, 8 May 2018 15:48:22 +0200

On Thu, 3 May 2018 22:51:43 +0300
"Michael S. Tsirkin" <address@hidden> wrote:

> This way they are easier to find.
> 
> Signed-off-by: Michael S. Tsirkin <address@hidden>
> ---
>  hw/s390x/s390-virtio-ccw.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/hw/s390x/s390-virtio-ccw.c b/hw/s390x/s390-virtio-ccw.c
> index 435f7c9..418dc48 100644
> --- a/hw/s390x/s390-virtio-ccw.c
> +++ b/hw/s390x/s390-virtio-ccw.c
> @@ -33,7 +33,7 @@
>  #include "hw/s390x/s390-virtio-ccw.h"
>  #include "hw/s390x/css-bridge.h"
>  #include "migration/register.h"
> -#include "cpu_models.h"
> +#include "target/s390x/cpu_models.h"
>  #include "hw/nmi.h"
>  
>  S390CPU *s390_cpu_addr2state(uint16_t cpu_addr)

Acked-by: Cornelia Huck <address@hidden>



reply via email to

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