summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Fankhauser hiddenalpha.ch2024-04-18 19:11:11 +0200
committerAndreas Fankhauser hiddenalpha.ch2024-04-18 19:11:11 +0200
commit7c9d034ba5c1ca43d8544f98d40691fde4d139da (patch)
tree3fe45a9e4a8f1391faa23db686d98af3f1f5d80f
parent958277606df43a8efeca67d902adab26e8ad25e7 (diff)
downloadUnspecifiedGarbage-7c9d034ba5c1ca43d8544f98d40691fde4d139da.zip
UnspecifiedGarbage-7c9d034ba5c1ca43d8544f98d40691fde4d139da.tar.gz
qemu serial stdio (untested).
-rw-r--r--doc/note/openshift/dbg-mem-issues.txt2
-rw-r--r--doc/note/qemu/qemu.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/note/openshift/dbg-mem-issues.txt b/doc/note/openshift/dbg-mem-issues.txt
index ef69f7a..c730629 100644
--- a/doc/note/openshift/dbg-mem-issues.txt
+++ b/doc/note/openshift/dbg-mem-issues.txt
@@ -113,7 +113,7 @@ true `# Get made heap dump` \
true `# Probe` \
&& stage=prod \
- && logFile="houston-ready-${stage:?}-$(date -u +%Y%m%d-%H%M%SZ).log" \
+ && logFile="houston-${stage:?}-ready-$(date -u +%Y%m%d-%H%M%SZ).log" \
&& printf 'c; when ;rspCode; connectSec; trsfSec; totlSec; curlExit\n' | tee -a "${logFile:?}" \
&& while true; do true \
&& printf 'r;%s;%7d;%11.3f;%8.3f;%8.3f;%9d\n' \
diff --git a/doc/note/qemu/qemu.txt b/doc/note/qemu/qemu.txt
index ee16140..d4bc3aa 100644
--- a/doc/note/qemu/qemu.txt
+++ b/doc/note/qemu/qemu.txt
@@ -63,7 +63,7 @@ qemu-system-x86_64 \
`# USB pass-through` \
-usb -device usb-host,id=myUsbQemuId,vendorid=0xFFFF,productid=0xFFFF \
`# Choose ONE of those for graphic output` \
- -nographic \
+ -nographic -serial stdio \
-device VGA \
-display sdl,grab-mod=rctrl \
-display gtk,show-menubar=on \