hmp: Compile hmp_info_spice() only with CONFIG_SPICE
authorMarkus Armbruster <armbru@redhat.com>
Tue, 13 Jan 2015 14:46:39 +0000 (15:46 +0100)
committerMarkus Armbruster <armbru@redhat.com>
Thu, 29 Jan 2015 09:01:45 +0000 (10:01 +0100)
commit206addd58f251666f5b64d43957ddcba465c0ef1
tree2d051d2b6644616499d277e63751868959301436
parentcfa9bb236911eaa30ac58072105881a65cbbb612
hmp: Compile hmp_info_spice() only with CONFIG_SPICE

It's dead code when CONFIG_SPICE is off.  If it wasn't, it would crash
dereferencing the null pointer returned by the qmp_query_spice()
dummy in qmp.c.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Gerd Hoffmann <kraxel@redhat.com>
hmp.c