2011/6/14 Daniel P. Berrange <berrange@xxxxxxxxxx>: > On Tue, Jun 07, 2011 at 05:11:15PM +0800, Lai Jiangshan wrote: >> Signed-off-by: Lai Jiangshan <laijs@xxxxxxxxxxxxxx> >> --- >> Âsrc/remote/remote_driver.c  |  Â1 + >> Âsrc/remote/remote_protocol.x |  16 +++++++++++++++- >> Âsrc/remote_protocol-structs Â|  11 +++++++++++ >> Â3 files changed, 27 insertions(+), 1 deletions(-) >> >> diff --git a/src/remote/remote_driver.c b/src/remote/remote_driver.c >> index 8335a1a..f08a609 100644 >> --- a/src/remote/remote_driver.c >> +++ b/src/remote/remote_driver.c >> @@ -6337,6 +6337,7 @@ static virDriver remote_driver = { >>   Â.domainMigratePerform3 = remoteDomainMigratePerform3, /* 0.9.2 */ >>   Â.domainMigrateFinish3 = remoteDomainMigrateFinish3, /* 0.9.2 */ >>   Â.domainMigrateConfirm3 = remoteDomainMigrateConfirm3, /* 0.9.2 */ >> +  Â.domainSendKey = remoteDomainSendKey, /* 0.9.3 */ >> Â}; >> >> Âstatic virNetworkDriver network_driver = { >> diff --git a/src/remote/remote_protocol.x b/src/remote/remote_protocol.x >> index c9b8cff..2126325 100644 >> --- a/src/remote/remote_protocol.x >> +++ b/src/remote/remote_protocol.x >> @@ -191,6 +191,11 @@ const REMOTE_SECRET_UUID_LIST_MAX = 16384; >>  */ >> Âconst REMOTE_CPU_BASELINE_MAX = 256; >> >> +/* >> + * Max number of sending keycodes. >> + */ >> +const REMOTE_SEND_KEY_MAX = 16; > > Should call this ÂREMOTE_DOMAIN_SEND_KEY_MAX really > And I still wonder why we go with such a low limit here that is not documented anywhere. If an applications tries to send 17 key strokes in one call it'll just fail with an RPC error. -- Matthias Bolte http://photron.blogspot.com -- libvir-list mailing list libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list