
7 Apr
2015
7 Apr
'15
5:40 p.m.
On Tue, 2015-04-07 at 12:27 +0200, Ján Tomko wrote:
On Thu, Mar 19, 2015 at 05:43:57PM -0400, Dawid Zamirski wrote:
Since the holdtime is not supported by VBOX SDK, it's being simulated by sleeping before sending the key-up codes. The key-up codes are auto-generated based on XT codeset rules (adding of 0x80 to key- down) which results in the same behavior as for QEMU implementation. --- src/vbox/vbox_common.c | 107 +++++++++++++++++++++++++++++++++++++++++++++++++ src/vbox/vbox_common.h | 1 + 2 files changed, 108 insertions(+)
Looks good to me, a few nits inline:
Jan
Hi Jan, Thanks for the review, I've posted v2 here: https://www.redhat.com/archives/libvir-list/2015-April/msg00227.html Regards, Dawid