]> git.proxmox.com Git - mirror_qemu.git/history - migration/multifd-zstd.c
Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into staging
[mirror_qemu.git] / migration / multifd-zstd.c
2023-07-28 Richard HendersonMerge tag 'block-pull-request' of https://gitlab.com...
2023-07-26 Richard HendersonMerge tag 'misc-next-pull-request' of https://gitlab...
2023-07-25 Peter MaydellMerge tag 'pull-trivial-patches' of https://gitlab...
2023-07-25 Michael Tokarevmigration: spelling fixes
2023-06-21 Richard HendersonMerge tag 'seabios-hppa-v7-pull-request' of https:...
2023-05-13 Richard HendersonMerge tag 'or1k-pull-request-20230513' of https://githu...
2023-04-26 Richard HendersonMerge tag 'pull-qapi-2023-04-26' of https://repo.or...
2023-04-25 Richard HendersonMerge tag 'for_upstream' of https://git.kernel.org...
2023-04-24 Richard HendersonMerge tag 'migration-20230424-pull-request' of https...
2023-04-24 Juan Quintelamigration: Move parameters functions to option.c
2022-12-18 Peter MaydellMerge tag 'pull-loongarch-20221215' of https://gitlab...
2022-12-16 Peter MaydellMerge tag 'for-upstream' of https://repo.or.cz/qemu...
2022-12-15 Peter MaydellMerge tag 'pull-request-2022-12-15' of https://gitlab...
2022-12-15 Peter MaydellMerge tag 'pull-target-arm-20221215-1' of https://git...
2022-12-15 Peter MaydellMerge tag 'next-8.0-pull-request' of https://gitlab...
2022-12-15 Juan Quintelamultifd: Create page_size fields into both MultiFD...
2022-02-07 Peter MaydellMerge remote-tracking branch 'remotes/lvivier-gitlab...
2022-02-02 Peter MaydellMerge remote-tracking branch 'remotes/hdeller/tags...
2022-01-31 Peter MaydellMerge remote-tracking branch 'remotes/bsdimp/tags/bsd...
2022-01-31 Peter MaydellMerge remote-tracking branch 'remotes/legoater/tags...
2022-01-30 Peter MaydellMerge remote-tracking branch 'remotes/ericb/tags/pull...
2022-01-29 Peter MaydellMerge remote-tracking branch 'remotes/quintela-gitlab...
2022-01-28 Juan Quintelamultifd: recv side only needs the RAMBlock host address
2022-01-28 Juan Quintelamultifd: Use normal pages array on the recv side
2022-01-28 Juan Quintelamultifd: Use normal pages array on the send side
2022-01-28 Juan Quintelamultifd: Remove send_write() method
2022-01-28 Juan Quintelamultifd: Make zstd use iov's
2022-01-28 Juan Quintelamultifd: Use proper maximum compression values
2022-01-28 Juan Quintelamigration: All this fields are unsigned
2021-12-17 Richard HendersonMerge tag 'pull-ppc-20211217' of https://github.com...
2021-12-16 Richard HendersonMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2021-12-15 Richard HendersonMerge tag 'pull-block-2021-12-15' of git://repo.or...
2021-12-15 Richard HendersonMerge tag 'pull-target-arm-20211215' of https://git...
2021-12-15 Richard HendersonMerge tag 'migration-20211214-pull-request' of https...
2021-12-15 Juan Quintelamultifd: Make zstd compression method not use iovs
2021-12-15 Juan Quintelamultifd: remove used parameter from send_recv_pages...
2021-12-15 Juan Quintelamultifd: remove used parameter from send_prepare()...
2021-12-15 Juan Quintelamultifd: Add missing documention
2021-12-15 Juan Quintelamultifd: Delete useless operation
2020-03-03 Peter MaydellMerge remote-tracking branch 'remotes/palmer/tags/riscv...
2020-02-28 Peter MaydellMerge remote-tracking branch 'remotes/juanquintela...
2020-02-28 Juan Quintelamultifd: Add zstd compression multifd support