From: Gerd Hoffmann <kraxel@redhat.com>
To: qemu-devel@nongnu.org
Cc: Gerd Hoffmann <kraxel@redhat.com>
Subject: [Qemu-devel] [PATCH 2/5] spice: enable thread support
Date: Wed, 11 May 2011 15:27:59 +0200 [thread overview]
Message-ID: <1305120482-8207-3-git-send-email-kraxel@redhat.com> (raw)
In-Reply-To: <1305120482-8207-1-git-send-email-kraxel@redhat.com>
The spice locking fixes cherry-picked from master need qemu mutexes.
Enable CONFIG_THREAD when enabling spice so they get linked in.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
---
configure | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/configure b/configure
index f2551b3..b2eade1 100755
--- a/configure
+++ b/configure
@@ -2742,6 +2742,7 @@ fi
if test "$spice" = "yes" ; then
echo "CONFIG_SPICE=y" >> $config_host_mak
+ echo "CONFIG_THREAD=y" >> $config_host_mak
fi
# XXX: suppress that
--
1.7.1
next prev parent reply other threads:[~2011-05-11 13:28 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-11 13:27 [Qemu-devel] [STABLE PULL] spice: locking fixes Gerd Hoffmann
2011-05-11 13:27 ` [Qemu-devel] [PATCH 1/5] Make spice dummy functions inline to fix calls not checking return values Gerd Hoffmann
2011-05-11 13:27 ` Gerd Hoffmann [this message]
2011-05-11 13:28 ` [Qemu-devel] [PATCH 3/5] spice: don't create updates in spice server context Gerd Hoffmann
2011-05-11 13:28 ` [Qemu-devel] [PATCH 4/5] spice: don't call displaystate callbacks from " Gerd Hoffmann
2011-05-11 13:28 ` [Qemu-devel] [PATCH 5/5] spice: drop obsolete iothread locking Gerd Hoffmann
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=1305120482-8207-3-git-send-email-kraxel@redhat.com \
--to=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).