Linux Spice Development
[Prev Page][Next Page]
- [PATCH v3 33/51] Implement ws_inline attribute, (continued)
- [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
- [spice 2/2] server: Weakly try to get a better latency value for the bandwidth test.,
Francois Gouget
- [spice 1/2] server: Don't reset the latency before showing it in the invalid net test error message.,
Francois Gouget
- [spice] server: spice_debug() messages don't need a trailing '\n'.,
Francois Gouget
- [PATCH v2] reds: Assure we don't have stale statistic files before trying to create a new one,
Frediano Ziglio
- [PATCH] reds: Assure we don't have stale statistic files before trying to create a new one,
Frediano Ziglio
- [PATCH v4] usbredir: fix redirection of user-accesible device nodes.,
Michal Suchanek
- spice-protocol 0.12.8 compromises compiling xf86-video-qxl,
Peter Mattern
- usbredir: usbredirhost_get_guest_filter, Kirill Moizik
- [usbredir PATCH v2] usbredirfilter_check: force check a device if all its interfaces are skipped,
Uri Lublin
- [PATCH spice-gtk] Use g_return_val_if_fail instead of wrong g_return_if_fail,
Pavel Grunt
- [PATCH spice-gtk] Send monitor config if at least one monitor has dimensions,
Pavel Grunt
- [PATCH v3] usbredir: fix redirection of user-accesible device nodes., Michal Suchanek
- [PATCH V2] usbredir: fix redirection of user-accesible device nodes.,
Michal Suchanek
- [spice-gtk PATCH v3] This adds reference counting to cached images.,
Sandy Stutsman
- [PATCH] Typo fix in xcode-select command,
Kirill Moizik
- [PATCH] Adjust URL to new git location,
Kirill Moizik
- [PATCH v2 00/43] Implements partial wireshark dissector from protocol specifications,
Frediano Ziglio
- [PATCH v2 01/43] codegen: Import six module before first use, Frediano Ziglio
- [PATCH v2 02/43] codegen: Simplify if/else blocks, Frediano Ziglio
- [PATCH v2 03/43] codegen: Fix typo in variable name, Frediano Ziglio
- [PATCH v2 04/43] codegen: Optimize code indentation avoiding loop, Frediano Ziglio
- [PATCH v2 05/43] codegen: Remove duplicate variable initialization, Frediano Ziglio
- [PATCH v2 06/43] codegen: Reuse code to fix attribute from prototype file, Frediano Ziglio
- [PATCH v2 07/43] codegen: Do some check on attributes, Frediano Ziglio
- [PATCH v2 08/43] codegen: Remove old ptr32 attribute, Frediano Ziglio
- [PATCH v2 09/43] codegen: Check we don't pop too much indexes, Frediano Ziglio
- [PATCH v2 10/43] codegen: Allows to specify C type for index variable, Frediano Ziglio
- [PATCH v2 11/43] Start adding code to generate wireshark dissector, Frediano Ziglio
- [PATCH v2 12/43] Generate some definition for dissector, Frediano Ziglio
- [PATCH v2 13/43] Add new_ett function to be able to create new trees, Frediano Ziglio
- [PATCH v2 14/43] Decorate writer class to make easier ifdef/endif handling, Frediano Ziglio
- [PATCH v2 15/43] Generate scheleton for messages and channels, Frediano Ziglio
- [PATCH v2 16/43] Allows to specify some new attributes for wireshark, Frediano Ziglio
- [PATCH v2 17/43] Allows to specify descriptions for enumerations, Frediano Ziglio
- [PATCH v2 18/43] Allows to specify attributes for array items and pointers, Frediano Ziglio
- [PATCH v2 19/43] Decorate protocol file with attributes for wireshark, Frediano Ziglio
- [PATCH v2 20/43] Change code generated index type, Frediano Ziglio
- [PATCH v2 21/43] Add code to handle destination variable, Frediano Ziglio
- [PATCH v2 22/43] Parse containers, Frediano Ziglio
- [PATCH v2 23/43] Write function to write members, Frediano Ziglio
- [PATCH v2 24/43] Read values from primitive fields, Frediano Ziglio
- [PATCH v2 25/43] test: Allows to write items to tree and dump saved tree, Frediano Ziglio
- [PATCH v2 26/43] test: Add code to read input from a file (or stdin), Frediano Ziglio
- [PATCH v2 27/43] Handle base fields, Frediano Ziglio
- [PATCH v2 28/43] show primitive as primitive, Frediano Ziglio
- [PATCH v2 29/43] Read array size, Frediano Ziglio
- [PATCH v2 30/43] Generate code to output parse structure, Frediano Ziglio
- [PATCH v2 31/43] Handle array, Frediano Ziglio
- [PATCH v2 32/43] Handle switch, Frediano Ziglio
- [PATCH v2 33/43] Implement ws_inline attribute, Frediano Ziglio
- [PATCH v2 34/43] Handle pointers, Frediano Ziglio
- [PATCH v2 35/43] Introduce a class to handle wireshark attributes, Frediano Ziglio
- [PATCH v2 36/43] Allow to override default values generated for the fields, Frediano Ziglio
- [PATCH v2 37/43] Allow to specify 'CHANNEL' as type, Frediano Ziglio
- [PATCH v2 38/43] Use a class to register wireshark fields, Frediano Ziglio
- [PATCH v2 39/43] Allows to have two type with different size to point to same field name, Frediano Ziglio
- [PATCH v2 40/43] Handle flags, Frediano Ziglio
- [PATCH v2 41/43] Handle text formatting of different elements, Frediano Ziglio
- [PATCH v2 42/43] Test decorated array, Frediano Ziglio
- [PATCH v2 43/43] Add some format checks with arrays, Frediano Ziglio
- [usbredir PATCH] usbredirfilter_check: block device if all its interfaces skipped,
Uri Lublin
- [spice-jhbuild 0/3] Adjust osx branch to new git repository location,
Christophe Fergeau
- [PATCH 0/3] spice-jhbuild: fix build and bundle for spice osx client,
Kirill Moizik
- Fwd: [Spice-commits] spice-common, Christophe Fergeau
- [PATCH v2 0/5] Make start and stop usb redirection asynchronous,
Kirill Moizik
- [spice-common 0/2] Stop using spice-protocol as a submodule,
Christophe Fergeau
- [spice-protocol 0/4] Move .proto files and python code generation scripts to spice-protocol,
Christophe Fergeau
- [PATCH v3] qemu: Use heads parameter for QXL driver,
Frediano Ziglio
- [PATCH v3] qxl: allow to specify head limit to qxl driver,
Frediano Ziglio
- Announcing spice-vdagent 0.16 and spice-protocol 0.12.8,
Christophe Fergeau
- [spice-gtk PATCH] ppc: Fix colors on ppc when using GLZ, Lukas Venhoda
- [spice-common PATCH 0/7 v2] Fix colors on BE clients, when using image compression,
Lukas Venhoda
- [PATCH 0/5] Make start and stop usb redirection asynchronous,
Kirill Moizik
- [PATCH RFC 00/33] Start implementing wireshark dissector from protocol specifications,
Frediano Ziglio
- [PATCH 01/33] codegen: Import six module before first use, Frediano Ziglio
- [PATCH 02/33] codegen: Simplify if/else blocks, Frediano Ziglio
- [PATCH 03/33] codegen: Fix typo in variable name, Frediano Ziglio
- [PATCH 04/33] codegen: Optimize code indentation avoiding loop, Frediano Ziglio
- [PATCH 05/33] codegen: Remove duplicate variable initialization, Frediano Ziglio
- [PATCH 06/33] codegen: Reuse code to fix attribute from prototype file, Frediano Ziglio
- [PATCH 07/33] codegen: Do some check on attributes, Frediano Ziglio
- [PATCH 08/33] codegen: Remove old ptr32 attribute, Frediano Ziglio
- [PATCH 09/33] Start adding code to generate wireshark dissector, Frediano Ziglio
- [PATCH 10/33] Allows to specify C type for index variable, Frediano Ziglio
- [PATCH 12/33] Add new_ett function to be able to create new trees, Frediano Ziglio
- [PATCH 11/33] Generate some definition for dissector, Frediano Ziglio
- [PATCH 13/33] Decorate writer class to make easier ifdef/endif handling, Frediano Ziglio
- [PATCH 14/33] Generate scheleton for messages and channels, Frediano Ziglio
- [PATCH 15/33] Allows to specify some new attributes for wireshark, Frediano Ziglio
- [PATCH 16/33] Allows to specify descriptions for enumerations, Frediano Ziglio
- [PATCH 17/33] Decorate protocol file with attributes for wireshark, Frediano Ziglio
- [PATCH 18/33] Change code generated index type, Frediano Ziglio
- [PATCH 19/33] Add code to handle destination variable, Frediano Ziglio
- [PATCH 20/33] Parse containers, Frediano Ziglio
- [PATCH 21/33] Write function to write members, Frediano Ziglio
- [PATCH 22/33] Read values from primitive fields, Frediano Ziglio
- [PATCH 23/33] Read array size, Frediano Ziglio
- [PATCH 25/33] Handle array, Frediano Ziglio
- [PATCH 24/33] Generate code to output parse structure, Frediano Ziglio
- [PATCH 26/33] Handle switch, Frediano Ziglio
- [PATCH 27/33] Implement ws_inline attribute, Frediano Ziglio
- [PATCH 28/33] Handle pointers, Frediano Ziglio
- [PATCH 29/33] Handle base fields, Frediano Ziglio
- [PATCH 30/33] Allow to override default values generated for the fields, Frediano Ziglio
- [PATCH 31/33] Allow to specify 'CHANNEL' as type, Frediano Ziglio
- [PATCH 32/33] Use a class to register wireshark fields, Frediano Ziglio
- [PATCH 33/33] Handle flags, Frediano Ziglio
- Re: [PATCH RFC 00/33] Start implementing wireshark dissector from protocol specifications, Christophe Fergeau
- [spice-common PATCH 1/2] ppc: Add macros for color byte ordering,
Lukas Venhoda
- [RFC PATCH 0/1] RFC - Implement a usbredir kernel module,
Jeremy White
Re: [RFC PATCH 1/1] Add a usbredir kernel module to remotely connect USB devices over IP., Greg KH
[PATCH 0/5] RFC - Support patches for upcoming usbredir kernel module,
Jeremy White
[PATCH] Make monitors config debug output more clear,
Jonathon Jongsma
USB redirection issues,
Viacheslav Ivanov
[spice-common] m4: Add compat AS_VAR_APPEND for older autoconf,
Christophe Fergeau
[PATCH] usbredir: fix redirection of user-accesible device nodes.,
Michal Suchanek
[spice-common PATCH 1/3 v2] ppc: Fix lz magic endianess,
Lukas Venhoda
[spice-devel][spice PATCH V2]Lock the pixmap image cache for the entire fill_bits call,
Sandy Stutsman
[PATCH spice-server 0/2] Use requested image compression,
Pavel Grunt
[spice-gtk PATCH] Handle single headed monitors that have a non-zero x, y config,
Sandy Stutsman
[vd_agent PATCH V3] Add monitors_config driver escape.,
Sandy Stutsman
[spice-protocol PATCH V3] Add QXL_ESCAPE_MONITOR_CONFIG enum,
Sandy Stutsman
[win32-qxl PATCH v3] Add monitors_config escape to Windows QXL display driver.,
Sandy Stutsman
[spice-gtk PATCH v2] This adds reference counting to cached images.,
Sandy Stutsman
spice server: connection events,
Vinzenz Feenstra
[PATCH] build-sys: Fix build with automake < 1.13,
Christophe Fergeau
Can SPICE be used as a terminal server?,
Troels Arvin
[spice PATCH] Lock the pixmap image cache for the entiry fill_bits call,
Sandy Stutsman
spice-gtk and flash video performance,
Daniel Sanabria
Spice-devel][vd_agent PATCH V2] Add monitors_config driver escape., Sandy Stutsman
[spice-protocol PATCH v2] Add monitors_config escape for qxl-win driver,
Sandy Stutsman
[win32-qxl PATCH v2] Fix annoying typo in print format statement, Sandy Stutsman
[win32-qxl PATCH] Add useful information for debugging multi-monitor scenarios,
Sandy Stutsman
[win32-qxl PATCH] Fix annoying typo in print format statement.,
Sandy Stutsman
[spice-gtk 0/2] build-sys: Use m4 macros from spice-common,
Christophe Fergeau
[qxl] Add note about deprecated setting of mm_time,
Christophe Fergeau
[spice-gtk PATCH] This adds reference counting to cached images.,
Sandy Stutsman
[spice PATCH] Lock the pixmap cache for the fill_bits function call.,
Sandy Stutsman
qxl-vga.vgamem_mb and large monitors,
David Mansfield
[PATCH spice-gtk 1/2] channel-main: Use enum to describe display state,
Pavel Grunt
[PATCH spice-server] Use desired image compression for the first image,
Pavel Grunt
[PATCH xf86-video-qxl] Fix drawable mm_time with KMS,
Javier Celaya
[PATCH 0/2 v4] allows to set maximum monitors,
Frediano Ziglio
[PATCH] Adding Monitors config to Windows Guest,
sstutsma
[spice-gtk PATCH 0/2] ppc: client side patches,
Lukas Venhoda
[spice-common PATCH 0/3] ppc: a few missing adjusts,
Lukas Venhoda
Make problem wit lz4,
Klaus Hochlehnert
[spice-gtk] spicy-*: Remove translation support,
Christophe Fergeau
[PATCH v4 0/7] Support UsbDk backend,
Kirill Moizik
[PATCH 1/3] build-sys: Use spice-common m4 macro for smartcard,
Christophe Fergeau
[spice-common] m4: Add macro for --enable-lz4,
Christophe Fergeau
Changes to usbredir to support a kernel module,
Jeremy White
[spicy PATCH 0/6 v5] spicy: Rewrite of connect dialog,
Lukas Venhoda
[spice-gtk 0/3] spicy: Translation improvements,
Christophe Fergeau
[spicy PATCH 0/7 v4] spicy: Rewrite of connect dialog,
Lukas Venhoda
Seems a issue: lost secure-channel inputs suddenly, Qiang
spice-gtk release v0.29, Marc-André Lureau
[vdagent-linux] Add -fno-strict-aliasing to default CFLAGS,
Christophe Fergeau
[PATCH spice-gtk v3] configure: Try gstreamer audio backend if pulse is not available,
Pavel Grunt
[spicy PATCH 0/5 v3] spicy: Rewrite of connect dialog,
Lukas Venhoda
[PATCH spice-gtk v2] configure: Try gstreamer audio backend if pulse is not available,
Pavel Grunt
[PATCH v3 0/7] Support UsbDk backend,
Kirill Moizik
[PATCH] Remove duplicate streaming enumeration,
Jonathon Jongsma
[PATCH 0/2 v3] allows to set maximum monitors,
Frediano Ziglio
[RFC PATCH v2] qxl: allows to specify head limit to qxl driver,
Frediano Ziglio
[PATCH v2] qemu: Use heads parameter for QXL driver,
Frediano Ziglio
[PATCH 0/2 v2] allows to set maximum monitors,
Frediano Ziglio
[PATCH spice-gtk 1/2] configure: Try gstreamer audio backend if pulse is not available,
Pavel Grunt
[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]