|
|
|
@ -1,17 +1,14 @@
|
|
|
|
|
From b9cd05513cc18363f46ad14a09c26b1dbc5c5c3f Mon Sep 17 00:00:00 2001
|
|
|
|
|
From: Thomas Huth <thuth@redhat.com>
|
|
|
|
|
Date: Fri, 10 Nov 2023 12:23:47 +0100
|
|
|
|
|
From 67cbc16b3e6d34cf3932f88fd32323878026d6a0 Mon Sep 17 00:00:00 2001
|
|
|
|
|
From: Kautuk Consul <kconsul@linux.vnet.ibm.com>
|
|
|
|
|
Date: Tue, 29 Aug 2023 10:12:00 +1000
|
|
|
|
|
Subject: [PATCH 1/2] virtio-serial: Make read and write methods report failure
|
|
|
|
|
MIME-Version: 1.0
|
|
|
|
|
Content-Type: text/plain; charset=UTF-8
|
|
|
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
|
|
|
|
|
|
RH-Author: Thomas Huth <thuth@redhat.com>
|
|
|
|
|
RH-MergeRequest: 2: Fix SLOF regression that prevents VM startup with virtio-serial consoles
|
|
|
|
|
RH-Jira: RHEL-15999
|
|
|
|
|
RH-MergeRequest: 1: Fix SLOF crash when only using virtio console (without spapr-vty)
|
|
|
|
|
RH-Jira: RHEL-3709
|
|
|
|
|
RH-Acked-by: David Gibson (Red Hat) <dgibson@redhat.com>
|
|
|
|
|
RH-Acked-by: Laurent Vivier <lvivier@redhat.com>
|
|
|
|
|
RH-Acked-by: Cédric Le Goater <clg@redhat.com>
|
|
|
|
|
RH-Commit: [1/2] dbe438e180d62b9550abdc60e6166f88115fe642
|
|
|
|
|
RH-Commit: [1/2] 7aee41dceade77a47edd794cab43672ff95896d0
|
|
|
|
|
|
|
|
|
|
The read and write methods return successfully even if the virtio device
|
|
|
|
|
is closed (virtiodev is 0) and it is not able to send or receive any
|
|
|
|
@ -28,7 +25,7 @@ Signed-off-by: Jordan Niethe <jniethe5@gmail.com>
|
|
|
|
|
Reviewed-by: Thomas Huth <thuth@redhat.com>
|
|
|
|
|
Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
|
|
|
|
|
(cherry picked from commit 63b66a5147069bda815989732442cb07790609db)
|
|
|
|
|
JIRA: https://issues.redhat.com/browse/RHEL-15999
|
|
|
|
|
Jira: https://issues.redhat.com/browse/RHEL-3709
|
|
|
|
|
Signed-off-by: Thomas Huth <thuth@redhat.com>
|
|
|
|
|
---
|
|
|
|
|
board-qemu/slof/virtio-serial.fs | 4 ++--
|
|
|
|
@ -57,5 +54,5 @@ index 82868e2..41e2e04 100644
|
|
|
|
|
virtiodev virtio-serial-getchar swap c! 1
|
|
|
|
|
;
|
|
|
|
|
--
|
|
|
|
|
2.39.3
|
|
|
|
|
2.41.0
|
|
|
|
|
|
|
|
|
|