]> git.ipfire.org Git - thirdparty/qemu.git/commit
vhost-user-gpu: Drop trailing json comma
authorCole Robinson <crobinso@redhat.com>
Thu, 19 Sep 2019 20:33:44 +0000 (16:33 -0400)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Mon, 22 Jun 2020 17:37:02 +0000 (12:37 -0500)
commit8d151ab5c2a0b75e8ce7ef9173209cfc41713b44
treeba3eadf953270d4aa75e6e0267d582455091a824
parent6772bba8a45cda8ab96f124bb148c3ec1f7a4234
vhost-user-gpu: Drop trailing json comma

Trailing comma is not valid json:

$ cat contrib/vhost-user-gpu/50-qemu-gpu.json.in | jq
parse error: Expected another key-value pair at line 5, column 1

Signed-off-by: Cole Robinson <crobinso@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Li Qiang <liq3ea@gmail.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-id: 7f5dd2ac9f3504e2699f23e69bc3d8051b729832.1568925097.git.crobinso@redhat.com
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
(cherry picked from commit ca26b032e5a0e8a190c763ce828a8740d24b9b65)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
contrib/vhost-user-gpu/50-qemu-gpu.json.in