* [PATCH] CI: switch KBL console into polling mode
@ 2025-12-08 15:35 Marek Marczykowski-Górecki
2025-12-08 15:55 ` Jan Beulich
2026-01-08 16:29 ` Roger Pau Monné
0 siblings, 2 replies; 3+ messages in thread
From: Marek Marczykowski-Górecki @ 2025-12-08 15:35 UTC (permalink / raw)
To: xen-devel
Cc: Marek Marczykowski-Górecki, Doug Goldstein,
Stefano Stabellini
In an attempt to debug/workaround occasional console freeze, switch it
to polling mode. If that helps, it will narrow down the search.
Signed-off-by: Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com>
---
automation/gitlab-ci/test.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/automation/gitlab-ci/test.yaml b/automation/gitlab-ci/test.yaml
index 9eb102a885e5..31616c5710a0 100644
--- a/automation/gitlab-ci/test.yaml
+++ b/automation/gitlab-ci/test.yaml
@@ -187,7 +187,7 @@
variables:
PCIDEV: "00:1f.6"
PCIDEV_INTR: "MSI"
- CONSOLE_OPTS: "console=com1 com1=115200,8n1,pci,msi"
+ CONSOLE_OPTS: "console=com1 com1=115200,8n1,pci,0"
SUT_ADDR: test-3.testnet
tags:
- qubes-hw3
--
2.51.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] CI: switch KBL console into polling mode
2025-12-08 15:35 [PATCH] CI: switch KBL console into polling mode Marek Marczykowski-Górecki
@ 2025-12-08 15:55 ` Jan Beulich
2026-01-08 16:29 ` Roger Pau Monné
1 sibling, 0 replies; 3+ messages in thread
From: Jan Beulich @ 2025-12-08 15:55 UTC (permalink / raw)
To: Marek Marczykowski-Górecki
Cc: Doug Goldstein, Stefano Stabellini, xen-devel
On 08.12.2025 16:35, Marek Marczykowski-Górecki wrote:
> In an attempt to debug/workaround occasional console freeze, switch it
> to polling mode. If that helps, it will narrow down the search.
Just to mention: On at least one of my boxes I see such a loss-of-console
issue too, when using MSI. As it's entirely random (and can recover itself
after a while), it so far has escaped debugging attempts.
Jan
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] CI: switch KBL console into polling mode
2025-12-08 15:35 [PATCH] CI: switch KBL console into polling mode Marek Marczykowski-Górecki
2025-12-08 15:55 ` Jan Beulich
@ 2026-01-08 16:29 ` Roger Pau Monné
1 sibling, 0 replies; 3+ messages in thread
From: Roger Pau Monné @ 2026-01-08 16:29 UTC (permalink / raw)
To: Marek Marczykowski-Górecki
Cc: xen-devel, Doug Goldstein, Stefano Stabellini
On Mon, Dec 08, 2025 at 04:35:13PM +0100, Marek Marczykowski-Górecki wrote:
> In an attempt to debug/workaround occasional console freeze, switch it
> to polling mode. If that helps, it will narrow down the search.
>
> Signed-off-by: Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com>
Acked-by: Roger Pau Monné <roger.pau@citrix.com>
Thanks, Roger.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-01-08 16:29 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-08 15:35 [PATCH] CI: switch KBL console into polling mode Marek Marczykowski-Górecki
2025-12-08 15:55 ` Jan Beulich
2026-01-08 16:29 ` Roger Pau Monné
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.