Merge remote-tracking branch 'stefanha/trivial-patches' into staging

* stefanha/trivial-patches:
  configure: report missing libraries for virtfs
  trace/simple.c: fix deprecated glib2 interface
  Clarify comments of tb_invalidate_phys_[page_]range
This commit is contained in:
Anthony Liguori 2012-06-11 12:15:51 -05:00
commit 3525c42fd3
3 changed files with 18 additions and 12 deletions

3
configure vendored
View file

@ -2916,7 +2916,8 @@ if test "$softmmu" = yes ; then
tools="$tools fsdev/virtfs-proxy-helper\$(EXESUF)"
else
if test "$virtfs" = yes; then
feature_not_found "virtfs"
echo "VirtFS is supported only on Linux and requires libcap-devel and libattr-devel"
exit 1
fi
virtfs=no
fi