aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-02-28hw/nmi: Fix the NMI() macro, based on INTERFACE_CHECK()Philippe Mathieu-Daudé
2020-02-28tcg/arm: Expand epilogue inlineRichard Henderson
2020-02-28tcg/arm: Split out tcg_out_epilogueRichard Henderson
2020-02-28compiler.h: Don't use compile-time assert when __NO_INLINE__ is definedZenghui Yu
2020-02-28accel/tcg: fix race in cpu_exec_step_atomic (bug 1863025)Alex Bennée
2020-02-28Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200228'...Peter Maydell
2020-02-28hw/intc/arm_gic_kvm: Don't assume kernel can provide a GICv2Peter Maydell
2020-02-28target/arm: Implement ARMv8.3-CCIDXPeter Maydell
2020-02-28target/arm: Implement v8.4-RCPCPeter Maydell
2020-02-28target/arm: Implement v8.3-RCPCPeter Maydell
2020-02-28target/arm: Fix wrong use of FIELD_EX32 on ID_AA64DFR0Peter Maydell
2020-02-28tests/acceptance/integratorcp: Verify Tux is displayed on framebufferPhilippe Mathieu-Daudé
2020-02-28tests/acceptance: Extract boot_integratorcp() from test_integratorcp()Philippe Mathieu-Daudé
2020-02-28tests/acceptance: Add a test for the integratorcp arm machineThomas Huth
2020-02-28tests/acceptance: Add a test for the N800 and N810 arm machinesThomas Huth
2020-02-28hw/usb/hcd-ehci-sysbus: Remove obsolete xlnx, ps7-usb classGuenter Roeck
2020-02-28hw/arm/xilinx_zynq: Fix USB port instantiationGuenter Roeck
2020-02-28target/arm: Split VMINMAXNM decodeRichard Henderson
2020-02-28target/arm: Split VFM decodeRichard Henderson
2020-02-28target/arm: Add formats for some vfp 2 and 3-register insnsRichard Henderson
2020-02-28target/arm: Remove ARM_FEATURE_VFP*Richard Henderson
2020-02-28linux-user/arm: Replace ARM_FEATURE_VFP* tests for HWCAPRichard Henderson
2020-02-28target/arm: Move the vfp decodetree calls next to the base isaRichard Henderson
2020-02-28target/arm: Move VLLDM and VLSTM to vfp.decodeRichard Henderson
2020-02-28target/arm: Remove ARM_FEATURE_VFP check from disas_vfp_insnRichard Henderson
2020-02-28target/arm: Replace ARM_FEATURE_VFP4 with isar_feature_aa32_simdfmacRichard Henderson
2020-02-28target/arm: Add missing checks for fpsp_v2Richard Henderson
2020-02-28target/arm: Replace ARM_FEATURE_VFP3 checks with fp{sp, dp}_v3Richard Henderson
2020-02-28target/arm: Perform fpdp_v2 check firstRichard Henderson
2020-02-28target/arm: Add isar_feature_aa64_fp_simd, isar_feature_aa32_vfpRichard Henderson
2020-02-28target/arm: Add isar_feature_aa32_{fpsp_v2, fpsp_v3, fpdp_v3}Richard Henderson
2020-02-28target/arm: Rename isar_feature_aa32_fpdp_v2Richard Henderson
2020-02-28target/arm: Add isar_feature_aa32_vfp_simdRichard Henderson
2020-02-28cpu/arm11mpcore: Set number of GIC priority bits to 4Sai Pavan Boddu
2020-02-28cpu/a9mpcore: Set number of GIC priority bits to 5Sai Pavan Boddu
2020-02-28arm_gic: Mask the un-supported priority bitsSai Pavan Boddu
2020-02-28hw/arm/integratorcp: Map the audio codec controllerPhilippe Mathieu-Daudé
2020-02-28target/arm: Set ID_MMFR4.HPDS for aarch64_max_initfnRichard Henderson
2020-02-28hw/arm: Use TYPE_PL011 to create serial portGavin Shan
2020-02-28Merge remote-tracking branch 'remotes/juanquintela/tags/pull-migration-pull-r...Peter Maydell
2020-02-28Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-feb-27-2020' ...Peter Maydell
2020-02-28Merge remote-tracking branch 'remotes/aperard/tags/pull-xen-20200227' into st...Peter Maydell
2020-02-28savevm: Don't call colo_init_ram_cache twicezhanghailiang
2020-02-28migration/colo: wrap incoming checkpoint process into new helperzhanghailiang
2020-02-28migration: fix COLO broken caused by a previous commitzhanghailiang
2020-02-28migration/block: rename BLOCK_SIZE macroStefan Hajnoczi
2020-02-28migration/savevm: release gslist after dump_vmstate_jsonPan Nengyuan
2020-02-28test-vmstate: Fix memleaks in test_load_qlistChen Qun
2020-02-28migration/vmstate: Remove redundant statement in vmstate_save_state_v()Chen Qun
2020-02-28multifd: Add zstd compression multifd supportJuan Quintela