spice: avoid .set_mm_time on >= 0.12.6
commit015e02f88071cfedd6bc6f910af5a388462aec6b
authorJohn Snow <jsnow@redhat.com>
Wed, 29 Jun 2016 22:41:35 +0000 (29 18:41 -0400)
committerGerd Hoffmann <kraxel@redhat.com>
Wed, 6 Jul 2016 08:31:57 +0000 (6 10:31 +0200)
tree105bbef8ee85a62d800f59a00f8a4fce127ba49c
parent1331eab216c9dc4e50a48a34d14926b31a7fd611
spice: avoid .set_mm_time on >= 0.12.6

Spice deprecated this callback in 0.12.6.
It's not a problem yet, but it will cause Clang to fail in a -Werror
build due to the deprecated tag.

Signed-off-by: John Snow <jsnow@redhat.com>
Message-id: 1467240095-12507-2-git-send-email-jsnow@redhat.com
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/display/qxl.c
include/ui/qemu-spice.h
ui/spice-display.c