qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: John Snow <jsnow@redhat.com>
To: qemu-devel@nongnu.org
Cc: kraxel@redhat.com, John Snow <jsnow@redhat.com>
Subject: [Qemu-devel] [PATCH 0/1] spice: avoid .set_mm_time on >= 0.12.6
Date: Wed, 29 Jun 2016 18:41:34 -0400	[thread overview]
Message-ID: <1467240095-12507-1-git-send-email-jsnow@redhat.com> (raw)

As near as I can tell, Spice 0.12.6 will make absolutely no use
of this callback, so my primitive understanding is that it should
be safe to just compile out on newer spice versions.

(Or at least, it will be functionally identical to what already
happens in practice on such compilations.)

The point, as always, is to test people's patience with me checking
in patches to make the Clang build happy on modern Linux distributions.
The .set_mm_time method was marked as DEPRECATED, so the famously picky
Clang compiler will error out now.

John Snow (1):
  spice: avoid .set_mm_time on >= 0.12.6

 hw/display/qxl.c        | 4 ++++
 include/ui/qemu-spice.h | 3 +++
 ui/spice-display.c      | 4 ++++
 3 files changed, 11 insertions(+)

-- 
2.5.5

             reply	other threads:[~2016-06-29 22:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-29 22:41 John Snow [this message]
2016-06-29 22:41 ` [Qemu-devel] [PATCH 1/1] spice: avoid .set_mm_time on >= 0.12.6 John Snow

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1467240095-12507-1-git-send-email-jsnow@redhat.com \
    --to=jsnow@redhat.com \
    --cc=kraxel@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).