Linux Spice Development
[Prev Page][Next Page]
- Re: [spice-common PATCH v2 04/10] fix warnings about memory alignment, (continued)
- [PATCH 1/2] build-sys: Require a new enough spice-protocol in .pc file,
Christophe Fergeau
- [spice-common] build-sys: Remove code generation files from EXTRA_DIST,
Christophe Fergeau
- [PATCH v2 1/2] build-sys: Remove test_spice_version.h,
Christophe Fergeau
- [PATCH 0/7] Implement record/replay,
Frediano Ziglio
- [PATCH 1/7] server/dispatcher: pass message_type to callbacks for consistency, Frediano Ziglio
- [PATCH 2/7] server/dispatcher: add extra_dispatcher, hack for red_record, Frediano Ziglio
- [PATCH 3/7] server/red_{record, replay}.[ch]: introduce, Frediano Ziglio
- [PATCH 4/7] server/red_worker: record to SPICE_WORKER_RECORD_FILENAME, Frediano Ziglio
- [PATCH 5/7] server/tests/replay: introduce, Frediano Ziglio
- [PATCH 6/7] worker: move red_record_event, Frediano Ziglio
- [PATCH 7/7] worker: move red_record_command, Frediano Ziglio
- Re: [PATCH 0/7] Implement record/replay, Jonathon Jongsma
- [spice-server PATCH v1] build-sys: remove -I spice-protocol as submodule,
Victor Toso
- [PATCH v6 00/42] Implements partial wireshark dissector from protocol specifications,
Frediano Ziglio
- [PATCH v6 01/42] Supports ifdef attribute on enumerations, Frediano Ziglio
- [PATCH v6 02/42] dissector: Start adding code to generate wireshark dissector, Frediano Ziglio
- [PATCH v6 03/42] dissector: Generate some definition for dissector, Frediano Ziglio
- [PATCH v6 04/42] dissector: Add new_ett function to be able to create new trees, Frediano Ziglio
- [PATCH v6 05/42] dissector: Decorate writer class to make easier ifdef/endif handling, Frediano Ziglio
- [PATCH v6 06/42] dissector: Generate skeleton for messages and channels, Frediano Ziglio
- [PATCH v6 07/42] codegen: Allows to specify some new attributes for wireshark, Frediano Ziglio
- [PATCH v6 08/42] codegen: Allows to specify descriptions for enumerations, Frediano Ziglio
- [PATCH v6 09/42] codegen: Allows to specify attributes for array items and pointers, Frediano Ziglio
- [PATCH v6 10/42] proto: Decorate protocol file with attributes for wireshark, Frediano Ziglio
- [PATCH v6 12/42] dissector: Add code to handle destination variable, Frediano Ziglio
- [PATCH v6 11/42] dissector: Change code generated index type, Frediano Ziglio
- [PATCH v6 13/42] dissector: Parse containers, Frediano Ziglio
- [PATCH v6 14/42] dissector: Write function to write members, Frediano Ziglio
- [PATCH v6 15/42] dissector: Read values from primitive fields, Frediano Ziglio
- [PATCH v6 16/42] dissector: Allows to write items to tree and dump saved tree, Frediano Ziglio
- [PATCH v6 17/42] dissector: Add code to read input from a file (or stdin), Frediano Ziglio
- [PATCH v6 19/42] dissector: Read array size, Frediano Ziglio
- [PATCH v6 18/42] dissector: Handle base fields, Frediano Ziglio
- [PATCH v6 20/42] dissector: Handle structures, Frediano Ziglio
- [PATCH v6 21/42] dissector: Handle arrays, Frediano Ziglio
- [PATCH v6 23/42] dissector: Implement ws_inline attribute, Frediano Ziglio
- [PATCH v6 22/42] dissector: Handle switches, Frediano Ziglio
- [PATCH v6 24/42] dissector: Handle pointers, Frediano Ziglio
- [PATCH v6 25/42] dissector: Introduce a class to handle wireshark attributes, Frediano Ziglio
- [PATCH v6 26/42] dissector: Allows to override default values generated for the fields, Frediano Ziglio
- [PATCH v6 27/42] dissector: Allows to specify 'CHANNEL' as type, Frediano Ziglio
- [PATCH v6 28/42] dissector: Use a class to register wireshark fields, Frediano Ziglio
- [PATCH v6 29/42] dissector: Allows to have two type with different size to point to same field name, Frediano Ziglio
- [PATCH v6 30/42] dissector: Handle flags, Frediano Ziglio
- [PATCH v6 32/42] dissector: Test decorated array, Frediano Ziglio
- [PATCH v6 31/42] dissector: Handle text formatting of different elements, Frediano Ziglio
- [PATCH v6 33/42] dissector: Add some format checks with arrays, Frediano Ziglio
- [PATCH v6 34/42] dissector: Add check on output strings, Frediano Ziglio
- [PATCH v6 35/42] codegen: Reuse enumerator constructor, Frediano Ziglio
- [PATCH v6 36/42] codegen: Allows to specify wireshark name for enumerators, Frediano Ziglio
- [PATCH v6 37/42] codegen: Allows to specify ws_as attribute for messages, Frediano Ziglio
- [PATCH v6 38/42] proto: Improve agent dissectors, Frediano Ziglio
- [PATCH v6 39/42] dissector: Test we don't override text handling other fields, Frediano Ziglio
- [PATCH v6 40/42] dissector: Allows ws_as attribute on switch members, Frediano Ziglio
- [PATCH v6 41/42] dissector: Allows to use bytes_count and bytes array length in dissector, Frediano Ziglio
- [PATCH v6 42/42] proto: Describe Quic image format from dissector, Frediano Ziglio
- [phodav PATCH 1/2] spice-webdavd: Show error msg when CreateFile fails,
Lukas Venhoda
- [PATCH v3 0/2] Optimize magic constants,
Frediano Ziglio
- [PATCH] server/inputs_channel: fix test_display_no_ssl segfault on client disconnect when keyboard never initialized,
Frediano Ziglio
- [PATCH v2 0/2] Optimize magic constants,
Frediano Ziglio
- Improving spice-server code base,
Christophe Fergeau
- [spice-protocol] build-sys: Make installed spice_codegen.py is executable,
Christophe Fergeau
- [qxl 0/2] Already pushed trivial patches,
Christophe Fergeau
- [PATCH v5 00/41] Implements partial wireshark dissector from protocol specifications,
Frediano Ziglio
- [PATCH v5 01/41] dissector: Start adding code to generate wireshark dissector, Frediano Ziglio
- [PATCH v5 02/41] dissector: Generate some definition for dissector, Frediano Ziglio
- [PATCH v5 03/41] dissector: Add new_ett function to be able to create new trees, Frediano Ziglio
- [PATCH v5 04/41] dissector: Decorate writer class to make easier ifdef/endif handling, Frediano Ziglio
- [PATCH v5 05/41] dissector: Generate skeleton for messages and channels, Frediano Ziglio
- [PATCH v5 06/41] codegen: Allows to specify some new attributes for wireshark, Frediano Ziglio
- [PATCH v5 08/41] codegen: Allows to specify attributes for array items and pointers, Frediano Ziglio
- [PATCH v5 07/41] codegen: Allows to specify descriptions for enumerations, Frediano Ziglio
- [PATCH v5 09/41] proto: Decorate protocol file with attributes for wireshark, Frediano Ziglio
- [PATCH v5 10/41] dissector: Change code generated index type, Frediano Ziglio
- [PATCH v5 12/41] dissector: Parse containers, Frediano Ziglio
- [PATCH v5 11/41] dissector: Add code to handle destination variable, Frediano Ziglio
- [PATCH v5 13/41] dissector: Write function to write members, Frediano Ziglio
- [PATCH v5 15/41] dissector: Allows to write items to tree and dump saved tree, Frediano Ziglio
- [PATCH v5 16/41] dissector: Add code to read input from a file (or stdin), Frediano Ziglio
- [PATCH v5 17/41] dissector: Handle base fields, Frediano Ziglio
- [PATCH v5 18/41] dissector: Read array size, Frediano Ziglio
- [PATCH v5 19/41] dissector: Handle structures, Frediano Ziglio
- [PATCH v5 20/41] dissector: Handle arrays, Frediano Ziglio
- [PATCH v5 21/41] dissector: Handle switches, Frediano Ziglio
- [PATCH v5 22/41] dissector: Implement ws_inline attribute, Frediano Ziglio
- [PATCH v5 23/41] dissector: Handle pointers, Frediano Ziglio
- [PATCH v5 24/41] dissector: Introduce a class to handle wireshark attributes, Frediano Ziglio
- [PATCH v5 25/41] dissector: Allows to override default values generated for the fields, Frediano Ziglio
- [PATCH v5 26/41] dissector: Allows to specify 'CHANNEL' as type, Frediano Ziglio
- [PATCH v5 27/41] dissector: Use a class to register wireshark fields, Frediano Ziglio
- [PATCH v5 28/41] dissector: Allows to have two type with different size to point to same field name, Frediano Ziglio
- [PATCH v5 29/41] dissector: Handle flags, Frediano Ziglio
- [PATCH v5 30/41] dissector: Handle text formatting of different elements, Frediano Ziglio
- [PATCH v5 31/41] dissector: Test decorated array, Frediano Ziglio
- [PATCH v5 32/41] dissector: Add some format checks with arrays, Frediano Ziglio
- [PATCH v5 33/41] dissector: Add check on output strings, Frediano Ziglio
- [PATCH v5 34/41] codegen: Reuse enumerator constructor, Frediano Ziglio
- [PATCH v5 35/41] codegen: Allows to specify wireshark name for enumerators, Frediano Ziglio
- [PATCH v5 36/41] codegen: Allows to specify ws_as attribute for messages, Frediano Ziglio
- [PATCH v5 37/41] proto: Improve agent dissectors, Frediano Ziglio
- [PATCH v5 38/41] dissector: Test we don't override text handling other fields, Frediano Ziglio
- [PATCH v5 39/41] dissector: Allows ws_as attribute on switch members, Frediano Ziglio
- [PATCH v5 40/41] dissector: Allows to use bytes_count and bytes array length in dissector, Frediano Ziglio
- [PATCH v5 41/41] proto: Describe Quic image format from dissector, Frediano Ziglio
- [PATCH v5 14/41] dissector: Read values from primitive fields, Frediano Ziglio
- Re: [PATCH v5 00/41] Implements partial wireshark dissector from protocol specifications, Christophe Fergeau
- [PATCH] Remove files moved to spice-protocol,
Frediano Ziglio
- [PATCH] Remove autogenerated enums.h file,
Frediano Ziglio
- [PATCH 0/2] Add a new SPICE_MAGIC_CONST macro,
Frediano Ziglio
- [spice-protocol 0/2] build-sys: Fix build on older distros,
Christophe Fergeau
- [spice-gtk 0/2] Update to newer spice-common,
Christophe Fergeau
- [spice-common v2 1/2] Move code generation to spice-protocol,
Christophe Fergeau
- [PATCH v2 1/2] Add spice_main_update_display_enabled(),
Jonathon Jongsma
- [PATCH v2 3/7] spice-common: Add support for the VP8 and h264 video codecs., Francois Gouget
- [PATCH v2 2/7] spice-proto: Add support for the VP8 and H264 video codecs and for advertising supported video codecs., Francois Gouget
- [PATCH v2 7/7] spice-gtk: Use typefind and decodebin as fallbacks to set up the GStreamer pipeline., Francois Gouget
- [PATCH v2 5/7] spice-gtk: Avoid copying the compressed message data in the GStreamer decoder., Francois Gouget
- [PATCH v2 6/7] spice-gtk: Make it possible to disable support for the builtin MJPEG video decoder., Francois Gouget
- [PATCH v2 4/7] spice-gtk: Add a GStreamer video decoder with support for MJPEG, VP8 and h264., Francois Gouget
- [PATCH v2 1/7] spice-gtk: Refactor the video decoding to use a more object oriented design., Francois Gouget
- [PATCH v2 0/7] spice-gtk: Use GStreamer to decode video, Francois Gouget
- [PATCH 0/2] Fix to osx client performance issue,
Kirill Moizik
- [spice-server PATCH v1 0/12] building with clang,
Victor Toso
- [spice-server PATCH v1 1/12] glz: use PIXEL_PTR to cast PIXEL*, Victor Toso
- [spice-server PATCH v1 2/12] migration_protocol: fix alignment warnings on _MAGIC, Victor Toso
- [spice-server PATCH v1 3/12] jpeg_encoder: fix alignment warnings (convert_line), Victor Toso
- [spice-server PATCH v1 4/12] mjpeg_encoder: fix alignment warnings (pixel_converter), Victor Toso
- [spice-server PATCH v1 6/12] red_parse_qxl: remove unused variable, Victor Toso
- [spice-common PATCH v1 8/12] marshaller: return void* to reserve_space function, Victor Toso
- [spice-server PATCH v1 7/12] clang-noise, Victor Toso
- [spice-server PATCH v1 5/12] red_parse_qxl: Do not compute abs unsigned int, Victor Toso
- [spice-protocol PATCH v1 11/12] macros: fix alignment issue reported by clang, Victor Toso
- [spice-protocol PATCH v1 12/12] fix alignment warnings on _MAGIC, Victor Toso
- [spice-common PATCH v1 9/12] clang-noise, Victor Toso
- [spice-protocol PATCH v1 10/12] macros: verify if __alloc_size__ works with clang, Victor Toso
- spice-client -win32,
赵森华
- Hello spice manager!,
Jongkyu Park
- [win-vd-agent PATCH v2] Check for set-monitors-position capability from client.,
Sandy Stutsman
- [spice-gtk PATCH v2] Add set-positions-position capability.,
Sandy Stutsman
- {Spice-devel][spice-protocol PATCH v2] Add VD_AGENT_CAP_MONITORS_CONFIG_POSITION capability to client.,
Sandy Stutsman
- [qxl 1/2] Use <> for system-includes,
Christophe Fergeau
- Re: Problem with USB redirection,
Andy Gibbs
- [spice-gtk] channel: Don't warn when no CA is set,
Christophe Fergeau
- [spice-common PATCH v2] codegen: ptypes.py: keep attribute names in sets,
Uri Lublin
- [PATCH v3 00/13] Make start and stop usb redirection asynchronous,
Kirill Moizik
- [PATCH v3 01/13] Usbredir channel: expose mutex, Kirill Moizik
- [PATCH v3 02/13] Add redirecting state, Kirill Moizik
- [PATCH v3 03/13] GUdevClient: Do not process udb add/remove events if redirection in progress, Kirill Moizik
- [PATCH v3 04/13] UsbDeviceManager: move existing code to separate function, Kirill Moizik
- [PATCH v3 05/13] UsbDeviceManager and redirect channel: spawn a different thread for connect device flow, Kirill Moizik
- [PATCH v3 06/13] Usbredir Channel: Change disconnect signature to reuse in async context, Kirill Moizik
- [PATCH v3 07/13] UsbDeviceManager and redirect channel: spawn a different thread for disconnect device flow, Kirill Moizik
- [PATCH v3 08/13] Usbredir channel: use disconnect_async, Kirill Moizik
- [PATCH v3 09/13] Add additional locks to critical sections of redirection flows, Kirill Moizik
- [PATCH v3 10/13] UsbDeviceWidget: if redirecting update infobar accordingly, Kirill Moizik
- [PATCH v3 11/13] UsbDeviceWidget: consider asynchronous redirecting flow, Kirill Moizik
- [PATCH v3 12/13] UsbDeviceWidget: use async disconnect, Kirill Moizik
- [PATCH v3 13/13] Fix preprocessor commands for different kinds of build, Kirill Moizik
- Listening on unix sockets,
Drew Devault
- Cannot compile from git sources,
jean-christophe Manciot
- [phodav PATCH RFC] webdavd: Automount shared folder on Windows,
Lukas Venhoda
- [PATCH 10/13] Fix typo in comment in char_device.h,
Frediano Ziglio
- [PATCH 09/13] Fix typo in comments,
Frediano Ziglio
- [PATCH 08/13] Move RedsMigSpice to main-channel.h, Frediano Ziglio
- [PATCH 00/13] Miscellaneous minor patches,
Frediano Ziglio
- uxa-damage: error: implicit declaration of function 'QueryGlyphExtents',
poma
- g, Victor Toso
- Re: g, Christophe Fergeau
- Announcing spice-protocol 0.12.9, Christophe Fergeau
- install spice-guest-tools-0.1.exe NSIS Error,
=?gb18030?b?sKLS5Q==?=
- [PATCH spice-gtk] Notify about existence of monitor for all display channels,
Pavel Grunt
- [win-vd_agent PATCH] Check that client is capable of handling monitors_config from Windows guests.,
Sandy Stutsman
- [spice-protocol PATCH] Add capability enum to indicate ability to handle non multi-hat configurations,
Sandy Stutsman
- Spice-devel][spice-gtk] Advertise monitor config position capability., Sandy Stutsman
- [spice-devel][spice-gtk PATCH] Advertise monitor config position capability,
Sandy Stutsman
- [spice-protocol] Release 0.12.9, Christophe Fergeau
- Send notifications to HTML5 client, lgcortinas
- AC97 long run no sound issue,
Edgar
- XSpice status report / todo list,
Jeremy White
- [spice-common PATCH] codegen: ptypes.py: keep attribute names in lists,
Uri Lublin
- [PATCH] Add the gtk libraries to the gtk-scandoc link line.,
Jeremy White
- [PATCH] Add libraries such as -lm and -lpthread to the tests build line.,
Jeremy White
- [PATCH v2] Add the ability to specify Spice video codecs.,
Jeremy White
- [PATCH] Add the ability to specify Spice video codecs.,
Jeremy White
- [PATCH v2] Adjust to new SpiceImageCompress name,
Christophe Fergeau
- [PATCH spice-gtk RFC] Call spice_marshaller_flush on message write,
Javier Celaya
- [PATCH spice-common RFC] Fix linearization of several marshallers with one item,
Javier Celaya
- [PATCH v4 00/41] Implements partial wireshark dissector from protocol specifications,
Frediano Ziglio
- [PATCH v4 01/41] dissector: Start adding code to generate wireshark dissector, Frediano Ziglio
- [PATCH v4 02/41] dissector: Generate some definition for dissector, Frediano Ziglio
- [PATCH v4 04/41] dissector: Decorate writer class to make easier ifdef/endif handling, Frediano Ziglio
- [PATCH v4 10/41] dissector: Change code generated index type, Frediano Ziglio
- [PATCH v4 16/41] dissector: Add code to read input from a file (or stdin), Frediano Ziglio
- [PATCH v4 21/41] dissector: Handle switches, Frediano Ziglio
- [PATCH v4 28/41] dissector: Allows to have two type with different size to point to same field name, Frediano Ziglio
- [PATCH v4 31/41] dissector: Test decorated array, Frediano Ziglio
- [PATCH v4 32/41] dissector: Add some format checks with arrays, Frediano Ziglio
- [PATCH v4 37/41] proto: Improve agent dissectors, Frediano Ziglio
- [PATCH v4 41/41] proto: Describe Quic image format from dissector, Frediano Ziglio
- [PATCH v4 39/41] dissector: Allows ws_as attribute on switch members, Frediano Ziglio
- [PATCH v4 14/41] dissector: Read values from primitive fields, Frediano Ziglio
- [PATCH v4 33/41] dissector: Add check on output strings, Frediano Ziglio
- [PATCH v4 12/41] dissector: Parse containers, Frediano Ziglio
- [PATCH v4 34/41] codegen: Reuse enumarators constructor, Frediano Ziglio
- [PATCH v4 24/41] dissector: Introduce a class to handle wireshark attributes, Frediano Ziglio
- [PATCH v4 38/41] dissector: Test we don't override text handling other fields, Frediano Ziglio
- [PATCH v4 36/41] codegen: Allows to specify ws_as attribute for messages, Frediano Ziglio
- [PATCH v4 22/41] dissector: Implement ws_inline attribute, Frediano Ziglio
- [PATCH v4 23/41] dissector: Handle pointers, Frediano Ziglio
- [PATCH v4 27/41] dissector: Use a class to register wireshark fields, Frediano Ziglio
- [PATCH v4 25/41] dissector: Allows to override default values generated for the fields, Frediano Ziglio
- [PATCH v4 18/41] dissector: Read array size, Frediano Ziglio
- [PATCH v4 11/41] dissector: Add code to handle destination variable, Frediano Ziglio
- [PATCH v4 03/41] dissector: Add new_ett function to be able to create new trees, Frediano Ziglio
- [PATCH v4 17/41] dissector: Handle base fields, Frediano Ziglio
- [PATCH v4 07/41] codegen: Allows to specify descriptions for enumerations, Frediano Ziglio
- [PATCH v4 40/41] dissector: Allows to use bytes_count and bytes array length in dissector, Frediano Ziglio
- [PATCH v4 26/41] dissector: Allows to specify 'CHANNEL' as type, Frediano Ziglio
- [PATCH v4 19/41] dissector: Handle structures, Frediano Ziglio
- [PATCH v4 29/41] dissector: Handle flags, Frediano Ziglio
- [PATCH v4 08/41] codegen: Allows to specify attributes for array items and pointers, Frediano Ziglio
- [PATCH v4 06/41] codegen: Allows to specify some new attributes for wireshark, Frediano Ziglio
- [PATCH v4 15/41] dissector: Allows to write items to tree and dump saved tree, Frediano Ziglio
- [PATCH v4 20/41] dissector: Handle arrays, Frediano Ziglio
- [PATCH v4 13/41] dissector: Write function to write members, Frediano Ziglio
- [PATCH v4 30/41] dissector: Handle text formatting of different elements, Frediano Ziglio
- [PATCH v4 09/41] proto: Decorate protocol file with attributes for wireshark, Frediano Ziglio
- [PATCH v4 05/41] dissector: Generate skeleton for messages and channels, Frediano Ziglio
- [PATCH v4 35/41] codegen: Allows to specify wireshark name for enumerators, Frediano Ziglio
- [PATCH] Adjust to new SpiceImageCompress name,
Christophe Fergeau
- [spice-common 1/2] proto: Rename image_compress to image_compression,
Christophe Fergeau
- [spice-protocol] Rename SpiceImageCompress constants,
Christophe Fergeau
- [phodav PATCH v2] spice-webdavd: Don't show client folder, when sharing disabled, Lukas Venhoda
- [phodav PATCH] spice-webdavd: Don't show client folder, when sharing disabled,
Lukas Venhoda
- [spice-common] codegen: Fix enums.h generation with python3,
Christophe Fergeau
- [PATCH spice 13/13] server: Automatically adapt the GStreamer video encoder bit rate to the network conditions., Francois Gouget
- [PATCH spice 10/13] server: Avoid copying the input frame in the GStreamer encoder. (take 4), Francois Gouget
- [PATCH spice 11/13] server: Add h264 support to the GStreamer video encoder. (take 4), Francois Gouget
- [PATCH spice 12/13] server: Shape the bit rate of the GStreamer video encoders output., Francois Gouget
- [PATCH spice 09/13] server: Add GStreamer 1.0 support to the GStreamer video encoder. (take 4), Francois Gouget
- [PATCH spice 08/13] server: Let the video encoder manage the compressed buffer and avoid copying it., Francois Gouget
- [PATCH qxl 07/13] Xspice: Add a --video-codecs option to specify which encoder:codec to use. (take 4), Francois Gouget
- [PATCH qxl 06/13] spiceqxl: Add SpiceVideoCodecs and $XSPICE_VIDEO_CODECS for specifying video codec preferences. (take 4), Francois Gouget
- [PATCH spice 05/13] server: Add VP8 support, a video codec preference list and compatibility checks with the Spice client. (take 4),
Francois Gouget
- [PATCH protocol 04/13] Add support for the VP8 and H264 video codecs and for advertising supported video codecs. (take 4), Francois Gouget
- [PATCH spice 02/13] server: Add a GStreamer 0.10 MJPEG video encoder and use it by default. (take 4),
Francois Gouget
- [PATCH common 03/13] spice.proto: Add support for the VP8 and h264 video codecs. (take 4), Francois Gouget
- [PATCH spice 01/13] server: Refactor the Spice server video encoding so alternative implementations can be added. (take 4),
Francois Gouget
- [PATCH 00/13] Add GStreamer support for video streams (take 4),
Francois Gouget
- [PATCH v3 00/51] Implements partial wireshark dissector from protocol specifications,
Frediano Ziglio
- [PATCH v3 01/51] codegen: Import six module before first use, Frediano Ziglio
- [PATCH v3 02/51] codegen: Simplify if/else blocks, Frediano Ziglio
- [PATCH v3 03/51] codegen: Fix typo in variable name, Frediano Ziglio
- [PATCH v3 04/51] codegen: Optimize code indentation avoiding loop, Frediano Ziglio
- [PATCH v3 05/51] codegen: Remove duplicate variable initialization, Frediano Ziglio
- [PATCH v3 07/51] codegen: Do some check on attributes, Frediano Ziglio
- [PATCH v3 06/51] codegen: Reuse code to fix attribute from prototype file, Frediano Ziglio
- [PATCH v3 09/51] codegen: Check we don't pop too much indexes, Frediano Ziglio
- [PATCH v3 08/51] codegen: Remove old ptr32 attribute, Frediano Ziglio
- [PATCH v3 10/51] codegen: Allows to specify C type for index variable, Frediano Ziglio
- [PATCH v3 11/51] Start adding code to generate wireshark dissector, Frediano Ziglio
- [PATCH v3 12/51] Generate some definition for dissector, Frediano Ziglio
- [PATCH v3 13/51] Add new_ett function to be able to create new trees, Frediano Ziglio
- [PATCH v3 14/51] Decorate writer class to make easier ifdef/endif handling, Frediano Ziglio
- [PATCH v3 15/51] Generate scheleton for messages and channels, Frediano Ziglio
- [PATCH v3 16/51] Allows to specify some new attributes for wireshark, Frediano Ziglio
- [PATCH v3 17/51] Allows to specify descriptions for enumerations, Frediano Ziglio
- [PATCH v3 18/51] Allows to specify attributes for array items and pointers, Frediano Ziglio
- [PATCH v3 19/51] Decorate protocol file with attributes for wireshark, Frediano Ziglio
- [PATCH v3 21/51] Add code to handle destination variable, Frediano Ziglio
- [PATCH v3 20/51] Change code generated index type, Frediano Ziglio
- [PATCH v3 23/51] Write function to write members, Frediano Ziglio
- [PATCH v3 24/51] Read values from primitive fields, Frediano Ziglio
- [PATCH v3 25/51] test: Allows to write items to tree and dump saved tree, Frediano Ziglio
- [PATCH v3 22/51] Parse containers, Frediano Ziglio
- [PATCH v3 26/51] test: Add code to read input from a file (or stdin), Frediano Ziglio
- [PATCH v3 27/51] Handle base fields, Frediano Ziglio
- [PATCH v3 28/51] show primitive as primitive, Frediano Ziglio
- [PATCH v3 30/51] Generate code to output parse structure, Frediano Ziglio
- [PATCH v3 29/51] Read array size, Frediano Ziglio
- [PATCH v3 31/51] Handle array, Frediano Ziglio
- [PATCH v3 32/51] Handle switch, Frediano Ziglio
- [PATCH v3 34/51] Handle pointers, Frediano Ziglio
- [PATCH v3 33/51] Implement ws_inline attribute, Frediano Ziglio
- [PATCH v3 35/51] Introduce a class to handle wireshark attributes, Frediano Ziglio
- [PATCH v3 36/51] Allow to override default values generated for the fields, Frediano Ziglio
- [PATCH v3 37/51] Allow to specify 'CHANNEL' as type, Frediano Ziglio
- [PATCH v3 38/51] Use a class to register wireshark fields, Frediano Ziglio
- [PATCH v3 39/51] Allows to have two type with different size to point to same field name, Frediano Ziglio
- [PATCH v3 40/51] Handle flags, Frediano Ziglio
- [PATCH v3 41/51] Handle text formatting of different elements, Frediano Ziglio
- [PATCH v3 42/51] Test decorated array, Frediano Ziglio
- [PATCH v3 44/51] test: Add check on output strings, Frediano Ziglio
- [PATCH v3 43/51] Add some format checks with arrays, Frediano Ziglio
- [PATCH v3 45/51] Allows to specify wireshark name for enumerators, Frediano Ziglio
- [PATCH v3 46/51] Allows to specify ws_as attribute for messages, Frediano Ziglio
- [PATCH v3 47/51] Improve agent dissectors, Frediano Ziglio
- [PATCH v3 48/51] Test we don't override text handling other fields, Frediano Ziglio
- [PATCH v3 49/51] Allow ws_as attribute on switch members, Frediano Ziglio
- [PATCH v3 50/51] Allow to use bytes_count and bytes array length in dissector, Frediano Ziglio
- [PATCH v3 51/51] Describe Quic image format from dissector, Frediano Ziglio
- jpeg problem,
=?gb18030?b?wtLO6A==?=
- [spice-common] proto: Remove space before tab,
Christophe Fergeau
- [spice-gtk] usbredir: Add a few debug logs,
Christophe Fergeau
- [PATCH] qxl: Fix new function name for spice-server library,
Frediano Ziglio
- [PATCH v4] qemu: Use heads parameter for QXL driver,
Frediano Ziglio
- [PATCH 0/4] Various small fixes for spice-gtk,
Jonathon Jongsma
[Index of Archives]
[Linux Virtualization]
[KVM]
[Linux Kernel Development]
[Computer Security]
[Linux ARM Kernel]
[Linux MIPS]
[Linux S390]
[Bugtraq]
[Share Photos]>
[Fedora ARM]
[Hot Springs Forum]