aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-26hw/core: Constify TCGCPUOpsRichard Henderson
2021-05-26target/mips: Fold jazz behaviour into mips_cpu_do_transaction_failedRichard Henderson
2021-05-26cpu: Move CPUClass::get_paging_enabled to SysemuCPUOpsPhilippe Mathieu-Daudé
2021-05-26cpu: Move CPUClass::get_memory_mapping to SysemuCPUOpsPhilippe Mathieu-Daudé
2021-05-26cpu: Move CPUClass::get_phys_page_debug to SysemuCPUOpsPhilippe Mathieu-Daudé
2021-05-26cpu: Move CPUClass::asidx_from_attrs to SysemuCPUOpsPhilippe Mathieu-Daudé
2021-05-26cpu: Move CPUClass::write_elf* to SysemuCPUOpsPhilippe Mathieu-Daudé
2021-05-26cpu: Move CPUClass::get_crash_info to SysemuCPUOpsPhilippe Mathieu-Daudé
2021-05-26cpu: Move CPUClass::virtio_is_big_endian to SysemuCPUOpsPhilippe Mathieu-Daudé
2021-05-26cpu: Move CPUClass::vmsd to SysemuCPUOpsPhilippe Mathieu-Daudé
2021-05-26cpu: Introduce SysemuCPUOps structurePhilippe Mathieu-Daudé
2021-05-26cpu: Move AVR target vmsd field from CPUClass to DeviceClassPhilippe Mathieu-Daudé
2021-05-26cpu: Rename CPUClass vmsd -> legacy_vmsdPhilippe Mathieu-Daudé
2021-05-26cpu: Assert DeviceClass::vmsd is NULL on user emulationPhilippe Mathieu-Daudé
2021-05-26cpu: Directly use get_memory_mapping() fallback handlers in placePhilippe Mathieu-Daudé
2021-05-26cpu: Directly use get_paging_enabled() fallback handlers in placePhilippe Mathieu-Daudé
2021-05-26cpu: Directly use cpu_write_elf*() fallback handlers in placePhilippe Mathieu-Daudé
2021-05-26cpu: Introduce cpu_virtio_is_big_endian()Philippe Mathieu-Daudé
2021-05-26cpu: Un-inline cpu_get_phys_page_debug and cpu_asidx_from_attrsPhilippe Mathieu-Daudé
2021-05-26cpu: Split as cpu-common / cpu-sysemuPhilippe Mathieu-Daudé
2021-05-26cpu: Remove duplicated 'sysemu/hw_accel.h' headerPhilippe Mathieu-Daudé
2021-05-26tcg/aarch64: Fix tcg_out_rotlYasuo Kuwahara
2021-05-26replay: fix watchpoint processing for reverse debuggingPavel Dovgalyuk
2021-05-26accel/tcg: Keep TranslationBlock headers local to TCGPhilippe Mathieu-Daudé
2021-05-26accel/tcg: Reduce 'exec/tb-context.h' inclusionPhilippe Mathieu-Daudé
2021-05-26exec/memory: Use correct type sizePhilippe Mathieu-Daudé
2021-05-26exec/memory_ldst_cached: Use correct type sizePhilippe Mathieu-Daudé
2021-05-26exec/memory_ldst_phys: Use correct type sizesPhilippe Mathieu-Daudé
2021-05-26exec/memory_ldst: Use correct type sizesPhilippe Mathieu-Daudé
2021-05-26exec/memory_ldst_phys: Sort declarationsPhilippe Mathieu-Daudé
2021-05-26exec/memory_ldst_cached: Sort declarationsPhilippe Mathieu-Daudé
2021-05-25Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-misc-upda...Peter Maydell
2021-05-25plugins/syscall: Added a table-like summary outputMahmoud Mandour
2021-05-25gdbstub: tidy away reverse debugging check into functionAlex Bennée
2021-05-25hmp-commands: expand type of icount to "l" in replay commandsAlex Bennée
2021-05-25gdbstub: Replace GdbCmdContext with plain g_array()Alex Bennée
2021-05-25gdbstub: Constify GdbCmdParseEntryPhilippe Mathieu-Daudé
2021-05-25gitlab: add special rule for the hexagon containerAlex Bennée
2021-05-25Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210525'...Peter Maydell
2021-05-25target/arm: Enable SVE2 and related extensionsRichard Henderson
2021-05-25linux-user/aarch64: Enable hwcap bits for sve2 and related extensionsRichard Henderson
2021-05-25target/arm: Implement integer matrix multiply accumulateRichard Henderson
2021-05-25target/arm: Implement aarch32 VSUDOT, VUSDOTRichard Henderson
2021-05-25target/arm: Split decode of VSDOT and VUDOTRichard Henderson
2021-05-25target/arm: Split out do_neon_dddaRichard Henderson
2021-05-25target/arm: Fix decode for VDOT (indexed)Richard Henderson
2021-05-25target/arm: Remove unused fpst from VDOT_scalarRichard Henderson
2021-05-25target/arm: Split out do_neon_ddda_fpstRichard Henderson
2021-05-25target/arm: Implement aarch64 SUDOT, USDOTRichard Henderson
2021-05-25target/arm: Implement SVE2 fp multiply-add longStephen Long