Update spice-common submodule

This brings in the following changes:

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

Frediano Ziglio (4):
      codegen: Add 'chunk' to the output attributes
      codegen: Check validity of array members
      codegen: Document "chunk" attribute
      codegen: Ignore path generating include guards

Kevin Pouget (3):
      agent-interface: introduce the core of the Agent Interface
      agent-interface: add configuration functions
      build: Introduce the agent-interface as an alternative instrumentation library

Updated files are due to agent-interface updates.

Signed-off-by: Frediano Ziglio <fziglio@redhat.com>
Acked-by: Kevin Pouget <kpouget@redhat.com>
This commit is contained in:
Frediano Ziglio 2019-11-26 15:08:38 +00:00
parent 7f501b0df1
commit 13de28fc27
3 changed files with 7 additions and 6 deletions

View File

@ -148,7 +148,7 @@ AX_VALGRIND_CHECK
SPICE_CHECK_LZ4
SPICE_CHECK_SASL
SPICE_CHECK_RECORDER
SPICE_CHECK_INSTRUMENTATION
AM_CONDITIONAL(HAVE_SASL, test "x$have_sasl" = "xyes")
dnl =========================================================================

View File

@ -46,7 +46,8 @@ option('manual',
value : true,
description : 'Build SPICE manual')
option('recorder',
type : 'boolean',
value : false,
description: 'Enable recorder instrumentation')
option('instrumentation',
type : 'combo',
value : 'no',
choices : ['recorder', 'agent', 'no'],
description: 'Enable instrumentation')

@ -1 +1 @@
Subproject commit 62b44b3073d337c92123e0fff9c5f6683bfdb4ff
Subproject commit 785ac8de4f86847d229d138ac5fc4898074d9cf4