[Spice-devel] [PATCH 00/14] Miscellaneous patches

Jonathon Jongsma jjongsma at redhat.com
Thu Sep 1 16:07:42 UTC 2016


On Thu, 2016-09-01 at 13:00 +0100, Frediano Ziglio wrote:
> This set contains small fixes, const/static changes
> and other style changes.
> 
> Frediano Ziglio (14):
>   Remove small possible buffer overflow
>   Fix include syntax
>   Make DisplayMode setter methods const
>   Do not print function calling vd_printf
>   Make session_events static and const
>   Reuse SPICE_N_ELEMENTS macro
>   Make static and constant some lookup arrays
>   Make some members constant
>   Fails CCD initialisation if get_config_buffers detect WDDM is not
>     present
>   Make CCD::load_api throw exception by its own
>   Get D3DKMTOpenAdapterFromDeviceName and
>     D3DKMTOpenAdapterFromDeviceName independently
>   Use a single class for every escape command
>   Use std::vector for agent capabilities
>   Use simpler classes for mutex handling
> 
>  common/vdcommon.h                 |  39 ++++++++++--
>  vdagent/desktop_layout.cpp        |   1 -
>  vdagent/desktop_layout.h          |  16 ++---
>  vdagent/display_configuration.cpp | 123 ++++++++++++++++----------
> ------------
>  vdagent/display_configuration.h   |  19 +++++-
>  vdagent/display_setting.cpp       |   2 +-
>  vdagent/vdagent.cpp               |  76 ++++++++++-------------
>  vdservice/vdservice.cpp           |  13 ++--
>  8 files changed, 148 insertions(+), 141 deletions(-)
> 

Would be useful if you could include the project name in the patch
subject. I think you can do it automatically with something like this
in your .git/config

[format]
   subjectprefix = PATCH $projectname

Or similar.


More information about the Spice-devel mailing list