On Mon, 20 Jan 2020 at 10:33, Juan Quintela <quint...@redhat.com> wrote: > > The following changes since commit 7fb38daf256bd1bcbcb5ea556422283d0d55a1b1: > > Merge remote-tracking branch > 'remotes/pmaydell/tags/pull-target-arm-20200117-1' into staging (2020-01-17 > 17:27:20 +0000) > > are available in the Git repository at: > > https://github.com/juanquintela/qemu.git tags/migration-pull-pull-request > > for you to fetch changes up to ddac5cb2d95774cd019bfaf93c54ffd921095fea: > > multifd: Be consistent about using uint64_t (2020-01-20 09:17:07 +0100) > > ---------------------------------------------------------------- > Migration pull request (take 5) > > Making history short: > > * having your machine named x32 to really be a 32bit guest helps for > testing 32bits > * disabling CONFIG_XEN on i686 makes rdma_addr_t be a 32bit value > > After this, and patch sent on Friday, I got this pull request to: > * compile on x86_64 > * pass tests on x86_64 > * compile on i686 > * pass tests on i686 (with rdma_dma_t 32 bits) > * cross-compile for windows 32bits > * cross-compile for windows 64bits > > Please apply, Juan. >
Applied, thanks. Please update the changelog at https://wiki.qemu.org/ChangeLog/5.0 for any user-visible changes. -- PMM