qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [qemu-s390x] [PATCH v5 13/15] s390-bios: Use control un


From: Thomas Huth
Subject: Re: [Qemu-devel] [qemu-s390x] [PATCH v5 13/15] s390-bios: Use control unit type to determine boot method
Date: Thu, 28 Mar 2019 08:55:47 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.5.0

On 13/03/2019 17.31, Jason J. Herne wrote:
> The boot method is different depending on which device type we are
> booting from. Let's examine the control unit type to determine if we're
> a virtio device. We'll eventually add a case to check for a real dasd device
> here as well.
> 
> Since we have to call enable_subchannel() in main now, might as well
> remove that call from virtio.c : run_ccw(). This requires adding some
> additional enable_subchannel calls to not break calls to
> virtio_is_supported().
> 
> Signed-off-by: Jason J. Herne <address@hidden>
> Reviewed-by: Cornelia Huck <address@hidden>
> ---
>  pc-bios/s390-ccw/main.c    | 16 ++++++++++++++--
>  pc-bios/s390-ccw/netmain.c |  1 +
>  pc-bios/s390-ccw/virtio.c  |  1 -
>  3 files changed, 15 insertions(+), 3 deletions(-)

Reviewed-by: Thomas Huth <address@hidden>



reply via email to

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