mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-22 12:35:17 +00:00
conf: gfx: Add egl-headless as a member to virDomainGraphicsDef struct
Since we need to specify the rendernode option onto QEMU cmdline, we need this union member to retain consistency in how we build the cmdline. Signed-off-by: Erik Skultety <eskultet@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
312063b766
commit
0a75de2219
@ -1659,6 +1659,9 @@ struct _virDomainGraphicsDef {
|
||||
virTristateBool gl;
|
||||
char *rendernode;
|
||||
} spice;
|
||||
struct {
|
||||
char *rendernode;
|
||||
} egl_headless;
|
||||
} data;
|
||||
/* nListens, listens, and *port are only useful if type is vnc,
|
||||
* rdp, or spice. They've been extracted from the union only to
|
||||
|
Loading…
x
Reference in New Issue
Block a user