On Thu, 7 Mar 2019 at 15:23, Gerd Hoffmann <kraxel(a)redhat.com> wrote:
The following changes since commit 32694e98b8d7a246345448a8f707d2e11d6c65e2:
Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request'
into staging (2019-03-06 18:52:19 +0000)
are available in the Git repository at:
git://git.kraxel.org/qemu tags/ui-20190307-pull-request
for you to fetch changes up to 9b3c34835094760732c65a829bf0c07512126496:
monitor: deprecate acl_show, acl_reset, acl_policy, acl_add, acl_remove (2019-03-07
14:23:22 +0100)
----------------------------------------------------------------
curses: better wide char support.
vnc: acl update, stall fix.
----------------------------------------------------------------
Hi; this fails to build on FreeBSD; linking the qemu-system-*
binaries fails with:
/usr/bin/ld: undefined reference to symbol `libiconv_open' (try adding -liconv)
//usr/local/lib/libiconv.so.2: could not read symbols: Bad value
c++: error: linker command failed with exit code 1 (use -v to see invocation)
(This is with the FreeBSD test setup from tests/vm/freebsd).
thanks
-- PMM