Re: [Qemu-devel] [PATCH v3] Add ability for user to specify mouse ungrab key

2017-12-26 Thread no-reply
Hi, This series failed automatic build test. Please find the testing commands and their output below. If you have docker installed, you can probably reproduce it locally. Type: series Message-id: 20171227003544.39826-1-programmingk...@gmail.com Subject: [Qemu-devel] [PATCH v3] Add ability for

Re: [Qemu-devel] [PATCH v3] Add ability for user to specify mouse ungrab key

2017-12-26 Thread no-reply
Hi, This series failed build test on s390x host. Please find the details below. Type: series Message-id: 20171227003544.39826-1-programmingk...@gmail.com Subject: [Qemu-devel] [PATCH v3] Add ability for user to specify mouse ungrab key === TEST SCRIPT BEGIN === #!/bin/bash # Testing script

[Qemu-devel] [PATCH v3] Add ability for user to specify mouse ungrab key

2017-12-26 Thread John Arbuckle
Currently the ungrab keys for the Cocoa and GTK interface are Control-Alt-g. This combination may not be very fun for the user to have to enter, so we now enable the user to specify their own key(s) as the ungrab key(s). The list of keys that can be used is found in the file qapi/ui.json under QKey