xlnx_dp: drop unsupported AUXCommand in xlnx_dp_aux_set_command
commit9390da5ef29a5e0f98e5b482dceeeb287c452f17
authorQiang Liu <cyruscyliu@gmail.com>
Mon, 8 Aug 2022 08:01:16 +0000 (8 16:01 +0800)
committerLaurent Vivier <laurent@vivier.eu>
Mon, 8 Aug 2022 09:40:06 +0000 (8 11:40 +0200)
treec20428fb4b7805a1a50d3393a2a190b88357b31b
parenta32086de4919b9affb2ab2d0112d400eaf89f607
xlnx_dp: drop unsupported AUXCommand in xlnx_dp_aux_set_command

In xlnx_dp_aux_set_command, when the command leads to the default
branch, xlxn-dp will abort and then crash.

This patch removes this abort and drops this operation.

Fixes: 58ac482 ("introduce xlnx-dp")
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/411
Reported-by: Qiang Liu <cyruscyliu@gmail.com>
Tested-by: Qiang Liu <cyruscyliu@gmail.com>
Suggested-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Qiang Liu <cyruscyliu@gmail.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Frederic Konrad <fkonrad@amd.com>
Message-Id: <20220808080116.2184881-1-cyruscyliu@gmail.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
hw/display/xlnx_dp.c