qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] PATCH: add input buffer to mux chr


From: Tristan Gingold
Subject: [Qemu-devel] PATCH: add input buffer to mux chr
Date: Tue, 20 Nov 2007 14:08:24 +0100

Hi,

when the -nographic switch is set, the input can be blocked if the OS doesn't read bytes. This can be boring especially when the OS is frozen and you'd like to quit qemu or inspect registers.

I propose a solution for this issue: add input buffers to the mux chr. Characters are accepted as long as
the buffer is not full, but escape to monitor is always allowed.

Tested for ppc-softmmu, compiled on all targets but cris.

Tristan.

Attachment: qemu.diff
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]