• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1================ changes of 'libspice-server.so.1.8.0'===============
2  Functions changes summary: 1 Removed, 2 Changed (77 filtered out), 8 Added functions
3  Variables changes summary: 0 Removed, 0 Changed, 0 Added variable
4
5  1 Removed function:
6
7    [D] 'function int spice_server_migrate_client_state(SpiceServer*)'    {spice_server_migrate_client_state@@SPICE_SERVER_0.6.0}
8
9  8 Added functions:
10
11    [A] 'function void spice_replay_free(SpiceReplay*)'    {spice_replay_free@@SPICE_SERVER_0.12.6}
12    [A] 'function void spice_replay_free_cmd(SpiceReplay*, QXLCommandExt*)'    {spice_replay_free_cmd@@SPICE_SERVER_0.12.6}
13    [A] 'function SpiceReplay* spice_replay_new(FILE*, int)'    {spice_replay_new@@SPICE_SERVER_0.12.6}
14    [A] 'function QXLCommandExt* spice_replay_next_cmd(SpiceReplay*, QXLWorker*)'    {spice_replay_next_cmd@@SPICE_SERVER_0.12.6}
15    [A] 'function uint32_t spice_server_get_best_playback_rate(SpicePlaybackInstance*)'    {spice_server_get_best_playback_rate@@SPICE_SERVER_0.12.5}
16    [A] 'function uint32_t spice_server_get_best_record_rate(SpiceRecordInstance*)'    {spice_server_get_best_record_rate@@SPICE_SERVER_0.12.5}
17    [A] 'function void spice_server_set_playback_rate(SpicePlaybackInstance*, uint32_t)'    {spice_server_set_playback_rate@@SPICE_SERVER_0.12.5}
18    [A] 'function void spice_server_set_record_rate(SpiceRecordInstance*, uint32_t)'    {spice_server_set_record_rate@@SPICE_SERVER_0.12.5}
19
20  2 functions with some indirect sub-type change:
21
22    [C] 'function spice_image_compression_t spice_server_get_image_compression(SpiceServer*)' at reds.c:3618:1 has some indirect sub-type changes:
23      return type changed:
24        typedef name changed from spice_image_compression_t to SpiceImageCompression at enums.h:197:1
25        underlying type 'enum spice_image_compression_t' at spice.h:471:1 changed:
26          type name changed from 'spice_image_compression_t' to 'SpiceImageCompression'
27          type size hasn't changed
28          7 enumerator deletions:
29            'spice_image_compression_t::SPICE_IMAGE_COMPRESS_INVALID' value '0'
30            'spice_image_compression_t::SPICE_IMAGE_COMPRESS_OFF' value '1'
31            'spice_image_compression_t::SPICE_IMAGE_COMPRESS_AUTO_GLZ' value '2'
32            'spice_image_compression_t::SPICE_IMAGE_COMPRESS_AUTO_LZ' value '3'
33            'spice_image_compression_t::SPICE_IMAGE_COMPRESS_QUIC' value '4'
34            'spice_image_compression_t::SPICE_IMAGE_COMPRESS_GLZ' value '5'
35            'spice_image_compression_t::SPICE_IMAGE_COMPRESS_LZ' value '6'
36          9 enumerator insertions:
37            'SpiceImageCompression::SPICE_IMAGE_COMPRESSION_INVALID' value '0'
38            'SpiceImageCompression::SPICE_IMAGE_COMPRESSION_OFF' value '1'
39            'SpiceImageCompression::SPICE_IMAGE_COMPRESSION_AUTO_GLZ' value '2'
40            'SpiceImageCompression::SPICE_IMAGE_COMPRESSION_AUTO_LZ' value '3'
41            'SpiceImageCompression::SPICE_IMAGE_COMPRESSION_QUIC' value '4'
42            'SpiceImageCompression::SPICE_IMAGE_COMPRESSION_GLZ' value '5'
43            'SpiceImageCompression::SPICE_IMAGE_COMPRESSION_LZ' value '6'
44            'SpiceImageCompression::SPICE_IMAGE_COMPRESSION_LZ4' value '7'
45            'SpiceImageCompression::SPICE_IMAGE_COMPRESSION_ENUM_END' value '8'
46
47    [C] 'function int spice_server_set_image_compression(SpiceServer*, spice_image_compression_t)' at reds.c:3602:1 has some indirect sub-type changes:
48      parameter 2 of type 'typedef spice_image_compression_t' changed:
49        typedef name changed from spice_image_compression_t to SpiceImageCompression at enums.h:197:1
50        underlying type 'enum spice_image_compression_t' changed at spice.h:471:1, as reported earlier
51
52================ end of changes of 'libspice-server.so.1.8.0'===============
53
54