Hi,
This pull prepares qemu text consoles (-chardev vc) for multiwindow
support. Also some small fixes.
please pull,
Gerd
The following changes since commit 178ac111bca16c08a79b2609ebdc75197bea976a:
Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging
(2014-05-22 19:04:49 +0100)
are available in the git repository at:
git://git.kraxel.org/qemu tags/pull-console-1
for you to fetch changes up to 3f9a6e852eec56453a423a9564499fa2305f1cb4:
console: add kbd_put_keysym_console (2014-05-26 08:41:02 +0200)
----------------------------------------------------------------
console: multiwindow support for text terminal QemuConsoles
console: small fixes
----------------------------------------------------------------
Gerd Hoffmann (4):
console: nicer initial screen
console: update text terminal surface unconditionally
console: rework text terminal cursor logic
console: add kbd_put_keysym_console
Kirill Batuzov (1):
console: Abort on property access errors
include/ui/console.h | 1 +
ui/console.c | 233 ++++++++++++++++++++++++++-------------------------
2 files changed, 118 insertions(+), 116 deletions(-)