aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-19Merge tag 'pull-la-20220719' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell28-101/+4147
2022-07-19hw/loongarch: Add fdt supportXiaojuan Yang6-4/+143
2022-07-19hw/loongarch: Add acpi ged supportXiaojuan Yang6-3/+704
2022-07-19hw/loongarch: Add smbios supportXiaojuan Yang3-0/+38
2022-07-19hw/loongarch: Add linux kernel booting supportXiaojuan Yang1-15/+99
2022-07-19hw/loongarch: Add uefi bios loading supportXiaojuan Yang2-0/+38
2022-07-19hw/loongarch: Add fw_cfg table supportXiaojuan Yang5-1/+94
2022-07-19tests/tcg/loongarch64: Add pcadd related instructions testSong Gao2-0/+39
2022-07-19tests/tcg/loongarch64: Add fp comparison instructions testSong Gao2-0/+38
2022-07-19Merge tag 'kraxel-20220719-pull-request' of https://gitlab.com/kraxel/qemu in...Peter Maydell7-4/+72
2022-07-19tests/tcg/loongarch64: Add fclass testSong Gao2-0/+131
2022-07-19tests/tcg/loongarch64: Add div and mod related instructions testSong Gao2-0/+55
2022-07-19tests/tcg/loongarch64: Add clo related instructions testSong Gao2-0/+103
2022-07-19tests/tcg/loongarch64: Add float reference filesPhilippe Mathieu-Daudé3-0/+2504
2022-07-19target/loongarch: Fix float_convd/float_convs test failingSong Gao1-63/+80
2022-07-19fpu/softfloat: Add LoongArch specializations for pickNaN*Song Gao1-1/+25
2022-07-19target/loongarch/cpu: Fix cpucfg default valueXiaojuan Yang1-1/+1
2022-07-19target/loongarch/op_helper: Fix coverity cond_at_most errorXiaojuan Yang1-1/+1
2022-07-19target/loongarch/tlb_helper: Fix coverity integer overflow errorXiaojuan Yang1-2/+2
2022-07-19target/loongarch/cpu: Fix coverity errors about excp_namesXiaojuan Yang1-3/+3
2022-07-19hw/intc/loongarch_pch_pic: Fix bugs for update_irq functionXiaojuan Yang1-5/+5
2022-07-19target/loongarch: Fix loongarch_cpu_class_by_nameXiaojuan Yang1-5/+15
2022-07-19tests/docker/dockerfiles: Add debian-loongarch-cross.dockerRichard Henderson3-0/+32
2022-07-19gtk: Add show_tabs=on|off command line option.Felix xq Queißner3-2/+15