aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-07-20Merge tag 'pull-migration-20220720c' of https://gitlab.com/dagrh/qemu into st...Peter Maydell44-301/+2400
2022-07-20Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into stagingPeter Maydell15-124/+671
2022-07-20Merge tag 'pull-request-2022-07-20' of https://gitlab.com/thuth/qemu into sta...Peter Maydell4-4/+422
2022-07-20Revert "gitlab: disable accelerated zlib for s390x"Dr. David Alan Gilbert2-16/+2
2022-07-20migration: Avoid false-positive on non-supported scenarios for zero-copy-sendLeonardo Bras1-1/+14
2022-07-20multifd: Document the locking of MultiFD{Send/Recv}ParamsJuan Quintela1-25/+41
2022-07-20migration/multifd: Report to user when zerocopy not workingLeonardo Bras3-0/+9
2022-07-20Add dirty-sync-missed-zero-copy migration statLeonardo Bras3-1/+13
2022-07-20QIOChannelSocket: Fix zero-copy flush returning code 1 when nothing sentLeonardo Bras1-1/+7
2022-07-20migration: remove unreachable code after reading dataDaniel P. Berrangé1-3/+1
2022-07-20tests: Add postcopy preempt testsPeter Xu1-2/+57
2022-07-20tests: Add postcopy tls recovery migration testPeter Xu1-9/+30
2022-07-20tests: Add postcopy tls migration testPeter Xu1-10/+51
2022-07-20tests: Move MigrateCommon upperPeter Xu1-72/+72
2022-07-20migration: Respect postcopy request order in preemption modePeter Xu1-13/+52
2022-07-20migration: Enable TLS for preempt channelPeter Xu2-8/+50
2022-07-20migration: Export tls-[creds|hostname|authz] params to cmdline tooPeter Xu1-3/+3
2022-07-20migration: Add helpers to detect TLS capabilityPeter Xu5-10/+17
2022-07-20migration: Add property x-postcopy-preempt-break-hugePeter Xu3-0/+16
2022-07-20migration: Create the postcopy preempt channel asynchronouslyPeter Xu4-12/+68
2022-07-20migration: Postcopy recover with preempt enabledPeter Xu7-8/+119
2022-07-20migration: Postcopy preemption enablementPeter Xu4-9/+253
2022-07-20migration: Postcopy preemption preparation on channel creationPeter Xu10-31/+219
2022-07-20migration: Add postcopy-preempt capabilityPeter Xu3-1/+25
2022-07-20multifd: Copy pages before compressing them with zlibIlya Leoshkevich1-8/+30
2022-07-20tests: Add dirty page rate limit testHyman Huang(黄勇)3-0/+280
2022-07-20softmmu/dirtylimit: Implement dirty page rate limitHyman Huang(黄勇)6-0/+324
2022-07-20softmmu/dirtylimit: Implement virtual CPU throttleHyman Huang(黄勇)5-1/+338
2022-07-20accel/kvm/kvm-all: Introduce kvm_dirty_ring_size functionHyman Huang(黄勇)3-0/+12
2022-07-20softmmu/dirtylimit: Implement vCPU dirtyrate calculation periodicallyHyman Huang(黄勇)4-1/+143
2022-07-20migration/dirtyrate: Refactor dirty page rate calculationHyman Huang(黄勇)3-88/+174
2022-07-20cpus: Introduce cpu_list_generation_idHyman Huang(黄勇)2-0/+9
2022-07-20accel/kvm/kvm-all: Refactor per-vcpu dirty ring reapingHyman Huang(黄勇)1-10/+13
2022-07-20Merge tag 'pull-hex-20220719-1' of https://github.com/quic/qemu into stagingPeter Maydell8-24/+323
2022-07-20net/colo.c: fix segmentation fault when packet is not parsed correctlyZhang Chen2-1/+9
2022-07-20net/colo.c: No need to track conn_list for filter-rewriterZhang Chen1-1/+1
2022-07-20net/colo: Fix a "double free" crash to clear the conn_listZhang Chen2-2/+2
2022-07-20softmmu/runstate.c: add RunStateTransition support form COLO to PRELAUNCHZhang Chen1-0/+1
2022-07-20vdpa: Add x-svq to NetdevVhostVDPAOptionsEugenio Pérez2-4/+77
2022-07-20vdpa: Add device migration blockerEugenio Pérez2-0/+16
2022-07-20vdpa: Extract get features part from vhost_vdpa_get_max_queue_pairsEugenio Pérez1-10/+20
2022-07-20vdpa: Buffer CVQ support on shadow virtqueueEugenio Pérez1-8/+205
2022-07-20vdpa: manual forward CVQ buffersEugenio Pérez3-1/+63
2022-07-20vhost-net-vdpa: add stubs for when no virtio-net device is presentEugenio Pérez2-1/+23
2022-07-20vdpa: Export vhost_vdpa_dma_map and unmap callsEugenio Pérez2-4/+7
2022-07-20vhost: Add svq avail_handler callbackEugenio Pérez3-4/+44
2022-07-20vhost: add vhost_svq_pollEugenio Pérez2-0/+28
2022-07-20vhost: Expose vhost_svq_addEugenio Pérez2-3/+6
2022-07-20vhost: add vhost_svq_push_elemEugenio Pérez2-0/+19
2022-07-20vhost: Track number of descs in SVQDescStateEugenio Pérez2-2/+8