mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
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:
commit
3525c42fd3
3 changed files with 18 additions and 12 deletions
3
configure
vendored
3
configure
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue