qemu-e2k/contrib/vhost-user-gpu
Stefan Hajnoczi fa77464ffe contrib/vhost-user-gpu: avoid g_return_val_if() input validation
Do not validate input with g_return_val_if(). This API is intended for
checking programming errors and is compiled out with -DG_DISABLE_CHECKS.

Use an explicit if statement for input validation so it cannot
accidentally be compiled out.

Suggested-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-Id: <20201118091644.199527-3-stefanha@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
2020-12-09 13:04:17 -05:00
..
50-qemu-gpu.json.in vhost-user-gpu: Drop trailing json comma 2019-12-20 06:56:37 +01:00
meson.build libvhost-user: make it a meson subproject 2020-12-08 13:48:58 -05:00
vhost-user-gpu.c contrib/vhost-user-gpu: avoid g_return_val_if() input validation 2020-12-09 13:04:17 -05:00
virgl.c vhost-user-gpu: Release memory returned by vu_queue_pop() with free() 2020-04-15 19:00:39 +01:00
virgl.h Clean up a header guard symbols (again) 2019-06-12 13:20:21 +02:00
vugbm.c core: replace getpagesize() with qemu_real_host_page_size 2019-10-26 15:38:06 +02:00
vugbm.h Clean up a header guard symbols (again) 2019-06-12 13:20:21 +02:00
vugpu.h libvhost-user: make it a meson subproject 2020-12-08 13:48:58 -05:00