aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-03-06target: Use ArchCPU as interface to target CPUPhilippe Mathieu-Daudé22-22/+23
2022-03-06target: Introduce and use OBJECT_DECLARE_CPU_TYPE() macroPhilippe Mathieu-Daudé37-81/+42
2022-03-06target: Use CPUArchState as interface to target-specific CPU statePhilippe Mathieu-Daudé26-70/+37
2022-03-06target: Use forward declared type instead of structure typePhilippe Mathieu-Daudé8-93/+93
2022-03-06target/hexagon: Add missing 'hw/core/cpu.h' includePhilippe Mathieu-Daudé1-0/+1
2022-03-06target: Include missing 'cpu.h'Philippe Mathieu-Daudé4-0/+7
2022-03-06Hexagon (target/hexagon) convert to OBJECT_DECLARE_TYPETaylor Simpson1-7/+3
2022-03-06target/i386/tcg/sysemu: Include missing 'exec/exec-all.h' headerPhilippe Mathieu-Daudé2-0/+2
2022-03-06cpu: Add missing 'exec/exec-all.h' and 'qemu/accel.h' headersPhilippe Mathieu-Daudé1-0/+2
2022-03-06exec/cpu_ldst: Include 'cpu.h' to get target_ulong definitionPhilippe Mathieu-Daudé1-0/+1
2022-03-06meson: Display libfdt as disabled when system emulation is disabledPhilippe Mathieu-Daudé1-1/+3
2022-03-06softmmu: Build target-agnostic objects oncePhilippe Mathieu-Daudé1-12/+12
2022-03-06softmmu: Add qemu_init_arch_modules()Philippe Mathieu-Daudé3-4/+12
2022-03-06exec/cpu: Make address_space_init/reloading_memory_map target agnosticPhilippe Mathieu-Daudé2-25/+23
2022-03-06exec/gdbstub: Make gdb_exit() / gdb_set_stop_cpu() target agnosticPhilippe Mathieu-Daudé1-12/+13
2022-03-06misc: Add missing "sysemu/cpu-timers.h" includePhilippe Mathieu-Daudé6-1/+5
2022-03-06misc: Remove unnecessary "sysemu/cpu-timers.h" includePhilippe Mathieu-Daudé3-3/+0
2022-03-06softmmu/cpu-timers: Remove unused 'exec/exec-all.h' headerPhilippe Mathieu-Daudé1-1/+0
2022-03-06softmmu/physmem: Remove unnecessary includePhilippe Mathieu-Daudé1-1/+0
2022-03-06softmmu/globals: Remove unused 'hw/i386/*' headersPhilippe Mathieu-Daudé1-2/+0
2022-03-06accel: Introduce AccelOpsClass::cpus_are_resettable()Philippe Mathieu-Daudé4-6/+12
2022-03-06accel: Introduce AccelOpsClass::cpu_thread_is_idle()Philippe Mathieu-Daudé4-2/+17
2022-03-06softmmu/cpus: Code movementPhilippe Mathieu-Daudé1-5/+5
2022-03-06accel/hax: Introduce CONFIG_HAX_IS_POSSIBLEPhilippe Mathieu-Daudé3-12/+15
2022-03-06accel/kvm: Simplify user-mode #ifdef'ryPhilippe Mathieu-Daudé1-5/+0
2022-03-06sysemu/kvm: Make kvm_on_sigbus() / kvm_on_sigbus_vcpu() target agnosticPhilippe Mathieu-Daudé1-3/+3
2022-03-06sysemu/memory_mapping: Become target-agnosticPhilippe Mathieu-Daudé2-3/+3
2022-03-06exec: Make cpu_memory_rw_debug() target agnosticPhilippe Mathieu-Daudé5-11/+11
2022-03-06exec: Declare vaddr as a generic target-agnostic typePhilippe Mathieu-Daudé2-12/+13
2022-03-06accel/meson: Only build hw virtualization with system emulationPhilippe Mathieu-Daudé1-5/+7
2022-03-06accel: Restrict sysemu stubs to system emulationPhilippe Mathieu-Daudé1-4/+7
2022-03-05Merge remote-tracking branch 'remotes/legoater/tags/pull-ppc-20220305' into s...Peter Maydell9-196/+190
2022-03-05Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20220304' into...Peter Maydell17-93/+440
2022-03-05Merge remote-tracking branch 'remotes/kwolf-gitlab/tags/for-upstream' into st...Peter Maydell75-2823/+4860
2022-03-05target/ppc: Add missing helper_reset_fpstatus to helper_XVCVSPBF16Víctor Colombo1-0/+2
2022-03-05target/ppc: Add missing helper_reset_fpstatus to VSX_MAX_MINCVíctor Colombo1-0/+2
2022-03-05target/ppc: split XXGENPCV macros for readabilityMatheus Ferst2-42/+57
2022-03-05target/ppc: use andc in vrlqmiMatheus Ferst1-4/+2
2022-03-05target/ppc: use extract/extract2 to create vrlqnm maskMatheus Ferst1-7/+3
2022-03-05target/ppc: use ext32u and deposit in do_vx_vmulhw_i64Matheus Ferst1-7/+3
2022-03-05target/ppc: Fix vmul[eo]* instructions marked 2.07Lucas Mateus Castro (alqotel)1-8/+8
2022-03-05tests/tcg/ppc64le: Use Altivec register names in clobber listMatheus Ferst1-8/+8
2022-03-05tests/tcg/ppc64le: emit bcdsub with .long when neededMatheus Ferst1-31/+42
2022-03-05tests/tcg/ppc64le: drop __int128 usage in bcdsubMatheus Ferst1-68/+61
2022-03-05target/ppc: change xs[n]madd[am]sp to use float64r32_muladdMatheus Ferst1-38/+20
2022-03-05tests/tcg/ppc64le: use inline asm instead of __builtin_mtfsfMatheus Ferst1-10/+9
2022-03-05Use long endian options for ppc64Miroslav Rezanina2-4/+4
2022-03-04Merge remote-tracking branch 'remotes/kraxel/tags/kraxel-20220304-pull-reques...Peter Maydell27-364/+600
2022-03-04tcg/i386: Implement bitsel for avx512Richard Henderson2-2/+20
2022-03-04tcg/i386: Implement more logical operations for avx512Richard Henderson2-5/+39