aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-02-28target/arm: Split VFM decodeRichard Henderson2-14/+55
2020-02-28target/arm: Add formats for some vfp 2 and 3-register insnsRichard Henderson1-90/+60
2020-02-28target/arm: Remove ARM_FEATURE_VFP*Richard Henderson5-37/+0
2020-02-28linux-user/arm: Replace ARM_FEATURE_VFP* tests for HWCAPRichard Henderson1-10/+13
2020-02-28target/arm: Move the vfp decodetree calls next to the base isaRichard Henderson1-54/+29
2020-02-28target/arm: Move VLLDM and VLSTM to vfp.decodeRichard Henderson3-44/+50
2020-02-28target/arm: Remove ARM_FEATURE_VFP check from disas_vfp_insnRichard Henderson1-4/+0
2020-02-28target/arm: Replace ARM_FEATURE_VFP4 with isar_feature_aa32_simdfmacRichard Henderson4-6/+36
2020-02-28target/arm: Add missing checks for fpsp_v2Richard Henderson1-9/+69
2020-02-28target/arm: Replace ARM_FEATURE_VFP3 checks with fp{sp, dp}_v3Richard Henderson1-16/+8
2020-02-28target/arm: Perform fpdp_v2 check firstRichard Henderson1-69/+71
2020-02-28target/arm: Add isar_feature_aa64_fp_simd, isar_feature_aa32_vfpRichard Henderson3-5/+20
2020-02-28target/arm: Add isar_feature_aa32_{fpsp_v2, fpsp_v3, fpdp_v3}Richard Henderson1-0/+18
2020-02-28target/arm: Rename isar_feature_aa32_fpdp_v2Richard Henderson2-22/+22
2020-02-28target/arm: Add isar_feature_aa32_vfp_simdRichard Henderson7-26/+37
2020-02-28cpu/arm11mpcore: Set number of GIC priority bits to 4Sai Pavan Boddu1-0/+5
2020-02-28cpu/a9mpcore: Set number of GIC priority bits to 5Sai Pavan Boddu1-0/+4
2020-02-28arm_gic: Mask the un-supported priority bitsSai Pavan Boddu4-2/+35
2020-02-28hw/arm/integratorcp: Map the audio codec controllerPhilippe Mathieu-Daudé2-0/+2
2020-02-28target/arm: Set ID_MMFR4.HPDS for aarch64_max_initfnRichard Henderson1-0/+1
2020-02-28hw/arm: Use TYPE_PL011 to create serial portGavin Shan3-3/+6
2020-02-28Merge remote-tracking branch 'remotes/juanquintela/tags/pull-migration-pull-r...Peter Maydell32-177/+1307
2020-02-28Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-feb-27-2020' ...Peter Maydell7-14/+127
2020-02-28Merge remote-tracking branch 'remotes/aperard/tags/pull-xen-20200227' into st...Peter Maydell5-13/+47
2020-02-28savevm: Don't call colo_init_ram_cache twicezhanghailiang1-5/+0
2020-02-28migration/colo: wrap incoming checkpoint process into new helperzhanghailiang1-127/+133
2020-02-28migration: fix COLO broken caused by a previous commitzhanghailiang1-1/+0
2020-02-28migration/block: rename BLOCK_SIZE macroStefan Hajnoczi1-19/+20
2020-02-28migration/savevm: release gslist after dump_vmstate_jsonPan Nengyuan1-0/+1
2020-02-28test-vmstate: Fix memleaks in test_load_qlistChen Qun1-4/+2
2020-02-28migration/vmstate: Remove redundant statement in vmstate_save_state_v()Chen Qun1-1/+0
2020-02-28multifd: Add zstd compression multifd supportJuan Quintela7-3/+355
2020-02-28multifd: Add multifd-zstd-level parameterJuan Quintela4-3/+55
2020-02-28configure: Enable test and libs for zstdJuan Quintela12-4/+53
2020-02-28multifd: Add zlib compression multifd supportJuan Quintela7-2/+345
2020-02-28multifd: Add multifd-zlib-level parameterJuan Quintela4-3/+56
2020-02-28multifd: Make no compression operations into its own structureJuan Quintela5-8/+214
2020-02-28migration: Add support for modulesJuan Quintela2-0/+3
2020-02-28multifd: Add multifd-compression parameterJuan Quintela6-7/+80
2020-02-27Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20200227' into stagingPeter Maydell33-458/+632
2020-02-27Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell28-83/+1562
2020-02-27Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2020-02-26' into st...Peter Maydell2-15/+30
2020-02-27Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-plugins-2...Peter Maydell17-97/+235
2020-02-27softmmu/vl.c: fix too slow TCG regressionIgor Mammedov1-25/+29
2020-02-27tests/acceptance: Count multiple Tux logos displayed on framebufferPhilippe Mathieu-Daudé2-0/+119
2020-02-27hw/mips: Use memory_region_init_rom() with read-only regionsPhilippe Mathieu-Daudé4-10/+5
2020-02-27hw/mips/mips_int: Simplify cpu_mips_irq_init_cpu()Philippe Mathieu-Daudé1-1/+1
2020-02-27MAINTAINERS: Reactivate MIPS KVM CPUsAleksandar Markovic1-2/+2
2020-02-27MAINTAINERS: Orphan MIPS KVM CPUsJames Hogan1-2/+1
2020-02-27Memory: Only call ramblock_ptr when needed in qemu_ram_writebackAnthony PERARD1-2/+2