On Tue, 27 Nov 2018 at 19:00, Paolo Bonzini <pbonz...@redhat.com> wrote: > > The following changes since commit 4822f1ee9efa8df56e29db0a68323b484bdb0335: > > Merge remote-tracking branch > 'remotes/kraxel/tags/fixes-31-20181127-pull-request' into staging (2018-11-27 > 11:21:38 +0000) > > are available in the git repository at: > > > git://github.com/bonzini/qemu.git tags/for-upstream > > for you to fetch changes up to 3fe2199833c47652a7e5dbf8b347d873820104b8: > > hostmem: no need to check for host_memory_backend_mr_inited() in alloc() > (2018-11-27 19:36:22 +0100) > > ---------------------------------------------------------------- > * lsi HBA reselection fix (George) > * Small cleanups (Li Qiang) > * bugfixes for vhost-user-bridge and hostmem (Marc-André) > * single-thread TCG fix (me) > * VMX migration blocker (me) > * target/i386 fix for LOCK (Richard) > * MAINTAINERS update (Philippe, Thomas) > > ---------------------------------------------------------------
This still has the problem with backends/hostmem-file.c that means it doesn't build on the BSDs... backends/hostmem-file.c: In function 'file_backend_memory_alloc': backends/hostmem-file.c:61:5: error: 'path' undeclared (first use in this function) path = object_get_canonical_path(OBJECT(backend)); ^ backends/hostmem-file.c:61:5: note: each undeclared identifier is reported only once for each function it appears in (mismatch in #ifdef choice between declaration and use of variable) thanks -- PMM