Peter Maydell <peter.mayd...@linaro.org> wrote: > On Tue, 14 Jan 2020 at 09:26, Juan Quintela <quint...@redhat.com> wrote: >> >> The following changes since commit 3c8a6575985b1652b45bfa670b5e1907d642cfa0: >> >> Merge remote-tracking branch >> 'remotes/kraxel/tags/usb-20200113-pull-request' into staging >> (2020-01-13 14:19:57 +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 4eafab585c091050b5ae63130f46fe46ac919c3a: >> >> migration: Support QLIST migration (2020-01-14 10:17:12 +0100) >> >> ---------------------------------------------------------------- >> Migration pull request >> - updated QList patch >> - initialize local msg variable >> >> ---------------------------------------------------------------- > > Still fails on hosts where ram_addr_t is 32 bits. > Looks like you still haven't got the fix for the problem > Dan pointed out where multifd_save_setup() is using the > wrong type when it calculates p->packetlen to allocate the > data structure.
Ouch. Then there is "yet" another different problem. I fixed the one that daniel pointed. Working there.