qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH] Slight monitor enhancements


From: andrzej zaborowski
Subject: [Qemu-devel] [PATCH] Slight monitor enhancements
Date: Fri, 23 Dec 2005 01:32:40 +0100

Hello,
I'm attaching two patches:

One is for the monitor's "sendkey" command. It adds:
- a very basic <tab>-completion for the arguments of sendkey,
- the "plus" and "minus" keys so you can use ctrl-alt-plus and
ctrl-alt-minus while in X,
- posibility of giving keys as their scancode numbers, e.g. instead of
"sendkey a" you can issue "sendkey #30" or "sendkey #0x1e" or "sendkey
#036"

The second patch makes the readline save commands history to a file on
exit ("~/.qemu_history" by default) and load it from that file on init
(if the file exists).

I think the first patch is a useful and safe addition.
Regards,
Andrew
--
balrog 2oo5

Dear Outlook users: Please remove me from your address books
http://www.newsforge.com/article.pl?sid=03/08/21/143258

Attachment: qemu-enhanced-sendkey.patch
Description: Binary data

Attachment: qemu-history-save.patch
Description: Binary data


reply via email to

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