Home
last modified time | relevance | path

Searched hist:"34 f728696e06d0830e793bb38b0b54ce370b62b0" (Results 1 – 1 of 1) sorted by relevance

/kvm-unit-tests/lib/powerpc/
H A Dhcall.c34f728696e06d0830e793bb38b0b54ce370b62b0 Mon Feb 26 10:11:48 UTC 2024 Nicholas Piggin <npiggin@gmail.com> powerpc: Fix pseries getchar return value

getchar() didn't get the shift value correct and never returned the
first character. This never really mattered since it was only ever
used for press-a-key-to-continue prompts. but it tripped me up when
debugging a QEMU console output problem.

Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Message-ID: <20240226101218.1472843-3-npiggin@gmail.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>