[libvirt PATCH 00/16] refactor and fix graphics formatting

Pavel Hrdina posted 16 patches 5 days, 19 hours ago
src/conf/domain_conf.c | 724 +++++++++++++++++++++--------------------
1 file changed, 372 insertions(+), 352 deletions(-)
[libvirt PATCH 00/16] refactor and fix graphics formatting
Posted by Pavel Hrdina 5 days, 19 hours ago
Pavel Hrdina (16):
  domain_conf: graphics: use a function to format gl element
  domain_conf: graphics: use a function to format audio element
  domain_conf: modernize graphics formatting
  domain_conf: graphics: extract VNC formatting to separate function
  domain_conf: graphics: extract SDL formatting to separate function
  domain_conf: graphics: extract RDP formatting to separate function
  domain_conf: graphics: extract Desktop formatting to separate function
  domain_conf: graphics: extract Spice formatting to separate function
  domain_conf: graphics: extract EGL-Headless formatting to separate
    function
  domain_conf: graphics: extract DBus formatting to separate function
  domain_conf: graphics: extract listen formatting to separate function
  domain_conf: graphics: move listens formatting to relevant graphics
    types
  domain_conf: graphics: move remaining spice formatting
  domain_conf: graphics: move remaining VNC formatting
  domain_conf: graphics: fix error messages when formatting XML
  domain_conf: graphics: properly escape user provided strings when
    formatting XML

 src/conf/domain_conf.c | 724 +++++++++++++++++++++--------------------
 1 file changed, 372 insertions(+), 352 deletions(-)

-- 
2.48.1
Re: [libvirt PATCH 00/16] refactor and fix graphics formatting
Posted by Ján Tomko 4 days, 19 hours ago
On a Thursday in 2025, Pavel Hrdina wrote:
>Pavel Hrdina (16):
>  domain_conf: graphics: use a function to format gl element
>  domain_conf: graphics: use a function to format audio element
>  domain_conf: modernize graphics formatting
>  domain_conf: graphics: extract VNC formatting to separate function
>  domain_conf: graphics: extract SDL formatting to separate function
>  domain_conf: graphics: extract RDP formatting to separate function
>  domain_conf: graphics: extract Desktop formatting to separate function
>  domain_conf: graphics: extract Spice formatting to separate function
>  domain_conf: graphics: extract EGL-Headless formatting to separate
>    function
>  domain_conf: graphics: extract DBus formatting to separate function
>  domain_conf: graphics: extract listen formatting to separate function
>  domain_conf: graphics: move listens formatting to relevant graphics
>    types
>  domain_conf: graphics: move remaining spice formatting
>  domain_conf: graphics: move remaining VNC formatting
>  domain_conf: graphics: fix error messages when formatting XML
>  domain_conf: graphics: properly escape user provided strings when
>    formatting XML
>
> src/conf/domain_conf.c | 724 +++++++++++++++++++++--------------------
> 1 file changed, 372 insertions(+), 352 deletions(-)
>

Reviewed-by: Ján Tomko <jtomko@redhat.com>

Jano