]> git.proxmox.com Git - mirror_qemu.git/commit
hw/xtensa/xtfpga.c: Don't create "null" chardevs for serial devices
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 20 Apr 2018 14:52:41 +0000 (15:52 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 26 Apr 2018 12:57:00 +0000 (13:57 +0100)
commitb82fcd30325815254eea7197337b3e15e0a46938
treedc112c0168c151ee35054bfdd5ed8a3366a529e8
parent6afd0e297ff7f16caf879251adcce7b1d07acd05
hw/xtensa/xtfpga.c: Don't create "null" chardevs for serial devices

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[].

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-id: 20180420145249.32435-6-peter.maydell@linaro.org
hw/xtensa/xtfpga.c