Skip to content

Update spice-common submodule, to fix build on recent Fedora releases (see Eduardo commit)

Frediano Ziglio requested to merge fziglio/spice-gtk:mr_build_libm into master

This brings in the following changes:

Eduardo Lima (Etrunko) (1): build: Unconditionally link with libm if found

Fabrice Fontaine (2): configure.ac: add --enable-tests meson: add tests option

Frediano Ziglio (24): proto: Demarshal Smartcard data field codegen: Add 'chunk' to the output attributes codegen: Check validity of array members codegen: Document "chunk" attribute codegen: Ignore path generating include guards quic: Remove unused include header quic: Use G_UNLIKELY in some hot paths quic: Do not include quic_config.h in quic.h snd_codec: Avoid some useless casts declaring struct type snd_codec: Do not include not needed headers build: Clean up some configure checks test-quic: Convert image to get more testing (gray, rgb16) log: Add spice_extra_assert Reuse new spice_extra_assert macro marshallers: Avoid some useless pointers in SpiceMarshallerData lz_decompress: Constify some variable lz_decompress: Do not execute nested checks lz_decompress: Simplify loop lz_decompress: Reindented comment lz_decompress: Move variable declaration in nested scope lz_decompress: Read "ctrl" inside loop lz_compress: Cleanup unused macros codegen: Check unsafe values alone snd_codec: Update field names in function documentation

Kevin Pouget (4): common/recorder.h: do not complain on unused (dummy) recorders agent-interface: introduce the core of the Agent Interface agent-interface: add configuration functions build: Introduce the agent-interface as an alternative instrumentation library

Signed-off-by: Frediano Ziglio fziglio@redhat.com

Merge request reports