[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 02/13] hw/arm/fsl-imx*: Don't create "null" char
From: |
Peter Maydell |
Subject: |
Re: [Qemu-devel] [PATCH 02/13] hw/arm/fsl-imx*: Don't create "null" chardevs for serial devices |
Date: |
Thu, 26 Apr 2018 13:53:18 +0100 |
On 25 April 2018 at 15:36, Thomas Huth <address@hidden> wrote:
> On 20.04.2018 16:52, Peter Maydell wrote:
>> Following commit 12051d82f004024, UART devices should handle
>> being passed a NULL pointer chardev, so we don't need to
>> create "null" backends in board code. Remove the code that
>> does this and updates serial_hds[].
>
> ... maybe drop the "updates serial_hds" in this patch description since
> serial_hds is not updated here?
It is in the fsl-imx6 case:
- serial_hds[i] = chr;
thanks
-- PMM
- [Qemu-devel] [PATCH 08/13] Remove checks on MAX_SERIAL_PORTS that are just bounds checks, (continued)
- [Qemu-devel] [PATCH 08/13] Remove checks on MAX_SERIAL_PORTS that are just bounds checks, Peter Maydell, 2018/04/20
- [Qemu-devel] [PATCH 03/13] hw/mips/boston.c: Don't create "null" chardevs for serial devices, Peter Maydell, 2018/04/20
- [Qemu-devel] [PATCH 02/13] hw/arm/fsl-imx*: Don't create "null" chardevs for serial devices, Peter Maydell, 2018/04/20
- [Qemu-devel] [PATCH 01/13] hw/char/serial: Allow disconnected chardevs, Peter Maydell, 2018/04/20
- [Qemu-devel] [PATCH 07/13] Change references to serial_hds[] to serial_hd(), Peter Maydell, 2018/04/20
- Re: [Qemu-devel] [PATCH 00/13] Drop compile time limit on number of serial ports, no-reply, 2018/04/21
- Re: [Qemu-devel] [PATCH 00/13] Drop compile time limit on number of serial ports, Peter Maydell, 2018/04/26