aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-05-26cpu: Move AVR target vmsd field from CPUClass to DeviceClassPhilippe Mathieu-Daudé2-3/+3
2021-05-26cpu: Rename CPUClass vmsd -> legacy_vmsdPhilippe Mathieu-Daudé10-17/+17
2021-05-26cpu: Assert DeviceClass::vmsd is NULL on user emulationPhilippe Mathieu-Daudé3-3/+8
2021-05-26cpu: Directly use get_memory_mapping() fallback handlers in placePhilippe Mathieu-Daudé2-16/+13
2021-05-26cpu: Directly use get_paging_enabled() fallback handlers in placePhilippe Mathieu-Daudé2-13/+11
2021-05-26cpu: Directly use cpu_write_elf*() fallback handlers in placePhilippe Mathieu-Daudé2-63/+44
2021-05-26cpu: Introduce cpu_virtio_is_big_endian()Philippe Mathieu-Daudé4-9/+20
2021-05-26cpu: Un-inline cpu_get_phys_page_debug and cpu_asidx_from_attrsPhilippe Mathieu-Daudé2-29/+36
2021-05-26cpu: Split as cpu-common / cpu-sysemuPhilippe Mathieu-Daudé3-18/+36
2021-05-26cpu: Remove duplicated 'sysemu/hw_accel.h' headerPhilippe Mathieu-Daudé1-1/+0
2021-05-26tcg/aarch64: Fix tcg_out_rotlYasuo Kuwahara1-3/+2
2021-05-26replay: fix watchpoint processing for reverse debuggingPavel Dovgalyuk1-0/+10
2021-05-26accel/tcg: Keep TranslationBlock headers local to TCGPhilippe Mathieu-Daudé8-9/+8
2021-05-26accel/tcg: Reduce 'exec/tb-context.h' inclusionPhilippe Mathieu-Daudé5-2/+3
2021-05-26exec/memory: Use correct type sizePhilippe Mathieu-Daudé1-1/+1
2021-05-26exec/memory_ldst_cached: Use correct type sizePhilippe Mathieu-Daudé1-2/+2
2021-05-26exec/memory_ldst_phys: Use correct type sizesPhilippe Mathieu-Daudé1-8/+8
2021-05-26exec/memory_ldst: Use correct type sizesPhilippe Mathieu-Daudé2-18/+18
2021-05-26exec/memory_ldst_phys: Sort declarationsPhilippe Mathieu-Daudé1-36/+36
2021-05-26exec/memory_ldst_cached: Sort declarationsPhilippe Mathieu-Daudé1-20/+20
2021-05-25Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-misc-upda...Peter Maydell5-184/+297
2021-05-25plugins/syscall: Added a table-like summary outputMahmoud Mandour1-5/+93
2021-05-25gdbstub: tidy away reverse debugging check into functionAlex Bennée1-2/+11
2021-05-25hmp-commands: expand type of icount to "l" in replay commandsAlex Bennée1-2/+2
2021-05-25gdbstub: Replace GdbCmdContext with plain g_array()Alex Bennée1-168/+154
2021-05-25gdbstub: Constify GdbCmdParseEntryPhilippe Mathieu-Daudé1-4/+4
2021-05-25gitlab: add special rule for the hexagon containerAlex Bennée2-1/+32
2021-05-25Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210525'...Peter Maydell33-1258/+8233
2021-05-25target/arm: Enable SVE2 and related extensionsRichard Henderson3-0/+16
2021-05-25linux-user/aarch64: Enable hwcap bits for sve2 and related extensionsRichard Henderson1-0/+10
2021-05-25target/arm: Implement integer matrix multiply accumulateRichard Henderson7-0/+169
2021-05-25target/arm: Implement aarch32 VSUDOT, VUSDOTRichard Henderson3-0/+38
2021-05-25target/arm: Split decode of VSDOT and VUDOTRichard Henderson2-11/+28
2021-05-25target/arm: Split out do_neon_dddaRichard Henderson1-52/+38
2021-05-25target/arm: Fix decode for VDOT (indexed)Richard Henderson2-3/+3
2021-05-25target/arm: Remove unused fpst from VDOT_scalarRichard Henderson1-3/+0
2021-05-25target/arm: Split out do_neon_ddda_fpstRichard Henderson1-55/+43
2021-05-25target/arm: Implement aarch64 SUDOT, USDOTRichard Henderson2-0/+30
2021-05-25target/arm: Implement SVE2 fp multiply-add longStephen Long4-0/+141
2021-05-25target/arm: Move endian adjustment macros to vec_internal.hRichard Henderson3-28/+24
2021-05-25target/arm: Implement SVE2 bitwise shift immediateStephen Long4-0/+133
2021-05-25target/arm: Implement 128-bit ZIP, UZP, TRNRichard Henderson4-8/+90
2021-05-25target/arm: Implement SVE2 LD1RORichard Henderson2-0/+97
2021-05-25target/arm: Tidy do_ldrqRichard Henderson1-9/+4
2021-05-25target/arm: Share table of sve load functionsRichard Henderson1-128/+126
2021-05-25target/arm: Implement SVE2 FLOGBStephen Long4-0/+119
2021-05-25target/arm: Implement SVE2 FCVTXNT, FCVTXStephen Long2-10/+41
2021-05-25target/arm: Implement SVE2 FCVTLTStephen Long4-0/+46
2021-05-25target/arm: Implement SVE2 FCVTNTRichard Henderson4-0/+45
2021-05-25target/arm: Implement SVE2 TBL, TBXStephen Long4-19/+119