13 lines
678 B
Diff
13 lines
678 B
Diff
|
diff -Naur --no-dereference a/contrib/vhost-user-gpu/vhost-user-gpu.c b/contrib/vhost-user-gpu/vhost-user-gpu.c
|
||
|
--- a/contrib/vhost-user-gpu/vhost-user-gpu.c 2023-07-04 11:03:21.527219227 +0000
|
||
|
+++ b/contrib/vhost-user-gpu/vhost-user-gpu.c 2023-07-04 11:39:20.297679935 +0000
|
||
|
@@ -1254,7 +1254,7 @@
|
||
|
QTAILQ_INIT(&g.reslist);
|
||
|
QTAILQ_INIT(&g.fenceq);
|
||
|
|
||
|
- context = g_option_context_new("QEMU vhost-user-gpu");
|
||
|
+ context = g_option_context_new("ASUS vhost-user-gpu");
|
||
|
g_option_context_add_main_entries(context, entries, NULL);
|
||
|
if (!g_option_context_parse(context, &argc, &argv, &error)) {
|
||
|
g_printerr("Option parsing failed: %s\n", error->message);
|