From: "Dr. David Alan Gilbert" <dgilb...@redhat.com> The following changes since commit 26bf4a29213b432eb390726c698a1915550a9cf9:
Merge remote-tracking branch 'remotes/kraxel/tags/usb-20200617-pull-request' into staging (2020-06-17 16:24:24 +0100) are available in the Git repository at: git://github.com/dagrh/qemu.git tags/pull-migration-20200617a for you to fetch changes up to 7e89a1401a9674c9882948f05f4d17ea7be1c4eb: migration: fix multifd_send_pages() next channel (2020-06-17 17:48:39 +0100) ---------------------------------------------------------------- Migration (and HMP and virtiofs) pull 2020-06-17 Migration: HMP/migration and test changes from Mao Zhongyi multifd fix from Laurent Vivier HMP qom-set partial reversion/change from David Hildenbrand now you need -j to pass json format, but it's regained the old 100M type format. Memory leak fix from Pan Nengyuan Virtiofs fchmod seccomp fix from Max Reitz Signed-off-by: Dr. David Alan Gilbert <dgilb...@redhat.com> ---------------------------------------------------------------- David Hildenbrand (1): hmp: Make json format optional for qom-set Laurent Vivier (1): migration: fix multifd_send_pages() next channel Mao Zhongyi (8): tests/migration: mem leak fix tests/migration: fix unreachable path in stress test monitor/hmp-cmds: add units for migrate_parameters monitor/hmp-cmds: don't silently output when running 'migrate_set_downtime' fails monitor/hmp-cmds: delete redundant Error check before invoke hmp_handle_error() monitor/hmp-cmds: add 'goto end' to reduce duplicate code. monitor/hmp-cmds: improvements for the 'info migrate' docs/xbzrle: update 'cache miss rate' and 'encoding rate' to docs Max Reitz (1): virtiofsd: Whitelist fchmod Pan Nengyuan (1): qom-hmp-cmds: fix a memleak in hmp_qom_get docs/xbzrle.txt | 8 +++++--- hmp-commands.hx | 7 ++++--- migration/multifd.c | 6 ++++++ monitor/hmp-cmds.c | 30 ++++++++++++++++-------------- qom/qom-hmp-cmds.c | 21 +++++++++++++++++---- tests/migration/stress.c | 34 +++++++--------------------------- tools/virtiofsd/seccomp.c | 1 + 7 files changed, 56 insertions(+), 51 deletions(-)