Re: [Qemu-devel] Tips for adding "sendkeys"

2008-02-28 Thread David Barrett
I agree, it's only for convenience. Sendkey is great for individual keystrokes, but it's not super convenient for batches of keystrokes. Incidentally, what's the policy for patch submission to Qemu? If I write this patch and submit it, what are the odds that it would get accepted in the main

Re: [Qemu-devel] Tips for adding "sendkeys"

2008-02-28 Thread Alexander Graf
Hi David, On Feb 28, 2008, at 10:39 PM, David Barrett wrote: Hi there, can you give me any tips for where to get started adding a new function "sendkeys" to the monitor that is essentially like "sendkey" except for multiple keystrokes? I don't really think that is needed. The sendkey comma

[Qemu-devel] Tips for adding "sendkeys"

2008-02-28 Thread David Barrett
Hi there, can you give me any tips for where to get started adding a new function "sendkeys" to the monitor that is essentially like "sendkey" except for multiple keystrokes? I'm using Qemu for some automated testing (in conjunction with AutoIt on the guest XP image) and it's working great. E