From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51826) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XvTyo-0004bN-KN for qemu-devel@nongnu.org; Mon, 01 Dec 2014 11:37:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XvTyk-0002L2-4q for qemu-devel@nongnu.org; Mon, 01 Dec 2014 11:37:42 -0500 Received: from mx1.redhat.com ([209.132.183.28]:46791) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XvTyj-0002Kw-Nh for qemu-devel@nongnu.org; Mon, 01 Dec 2014 11:37:38 -0500 Message-ID: <547C9947.3060605@redhat.com> Date: Mon, 01 Dec 2014 09:37:27 -0700 From: Eric Blake MIME-Version: 1.0 References: <1417257582-1272-1-git-send-email-arei.gonglei@huawei.com> In-Reply-To: <1417257582-1272-1-git-send-email-arei.gonglei@huawei.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="uSrRdmea56AKjoVCPbi9c9IXj023MgJb3" Subject: Re: [Qemu-devel] [RFC PATCH 0/2] Support to change VNC keyboard layout dynamically List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: arei.gonglei@huawei.com, qemu-devel@nongnu.org Cc: weidong.huang@huawei.com, kraxel@redhat.com, peter.huangpeng@huawei.com This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --uSrRdmea56AKjoVCPbi9c9IXj023MgJb3 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 11/29/2014 03:39 AM, arei.gonglei@huawei.com wrote: > From: Gonglei >=20 > A bonus of this feature is that supporting different > people (in different countries) using defferent keyboard s/defferent/different/ > to connect the same guest but not need to configure > command line or libivrt xml file then restart guest. >=20 > Using the existing qmp command: >=20 > -> { "execute": "change", > "arguments": { "device": "vnc", "target": "keymap", > "arg": "de" } } > <- { "return": {} } Please add a new QMP command. The existing 'change' command is not type-safe and therefore difficult to introspect; we should not be adding more band-aids to it. --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --uSrRdmea56AKjoVCPbi9c9IXj023MgJb3 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 Comment: Public key at http://people.redhat.com/eblake/eblake.gpg iQEcBAEBCAAGBQJUfJlHAAoJEKeha0olJ0Nqr2kH/i7Nppp+7fwYmp3FBmkUd3sP 4oiwjj1PmL+7FsuZlOHSSXTqZcuToXXMcDOcSlcej4NniIa2nXN8vp7AGm4BkLT/ ev154JQWezUIirgHiAuiqxuSGHF5BZbrM3OY0WO5AP3VnLczA/eBsbnQtaeqI/6d S8SbNEG2U4Yg1KgoGz5YQGFNKFcVUSrUvttTmfRWb8WWQ9VMnGpFSZjP1FQyx/W0 wbY3HkZJC0UPCSioQkaAyZHXjx0oX1XpeyPXbT8CLeBL8sy2uXkBROacjtUOpOUB 7GVaUb57gEgHd9f54cL7f/QuAxy791PyT3dTICsOl8i0rzDpvzHvP+aHmjMVcvE= =nkvV -----END PGP SIGNATURE----- --uSrRdmea56AKjoVCPbi9c9IXj023MgJb3--