aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2020-12-15Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20201215'...Peter Maydell5-4/+70
2020-12-15Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell3-34/+28
2020-12-15sparc: Check dev->realized at sparc_set_nwindows()Eduardo Habkost1-0/+6
2020-12-15arm/cpu64: Register "aarch64" as class propertyEduardo Habkost1-10/+6
2020-12-15i386: Register feature bit properties as class propertiesEduardo Habkost1-24/+16
2020-12-15target/nios2: Use deposit32() to update ipending registerPeter Maydell1-2/+1
2020-12-15target/nios2: Move nios2_check_interrupts() into target/nios2Peter Maydell2-2/+9
2020-12-15target/nios2: Move IIC code into CPU object properPeter Maydell2-1/+30
2020-12-15target/openrisc: Move pic_cpu code into CPU object properPeter Maydell2-1/+32
2020-12-14Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.0-pul...Peter Maydell1-3/+3
2020-12-14Merge remote-tracking branch 'remotes/philmd-gitlab/tags/mips-20201213' into ...Peter Maydell12-354/+408
2020-12-14target/ppc: Introduce an mmu_is_64bit() helperGreg Kurz7-12/+17
2020-12-14ppc/translate: Use POWERPC_MMU_64 to detect 64-bit MMU modelsStephane Duverger1-2/+2
2020-12-14target/ppc: Remove "compat" property of server class POWER CPUsGreg Kurz1-59/+0
2020-12-14ppc/translate: Rewrite gen_lxvdsx to use gvec primitivesGiuseppe Musacchio1-23/+23
2020-12-14ppc/translate: Raise exceptions after setting the ccGiuseppe Musacchio1-14/+14
2020-12-14ppc/translate: Delay NaN checking after comparisonGiuseppe Musacchio1-38/+42
2020-12-14ppc/translate: Turn the helper macros into functionsGiuseppe Musacchio1-105/+123
2020-12-14ppc/translate: Fix unordered f64/f128 comparisonsGiuseppe Musacchio1-10/+22
2020-12-14target/ppc: replaced the TODO with LOG_UNIMP and add break for silence warningsChen Qun1-2/+3
2020-12-13target/mips: Use FloatRoundMode enum for FCR31 modes conversionPhilippe Mathieu-Daudé2-2/+3
2020-12-13target/mips: Remove unused headers from fpu_helper.cPhilippe Mathieu-Daudé1-4/+0
2020-12-13target/mips: Inline cpu_mips_realize_env() in mips_cpu_realizefn()Philippe Mathieu-Daudé1-12/+8
2020-12-13target/mips: Move cpu definitions, reset() and realize() to cpu.cPhilippe Mathieu-Daudé3-244/+243
2020-12-13target/mips: Move mips_cpu_add_definition() from helper.c to cpu.cPhilippe Mathieu-Daudé2-33/+33
2020-12-13target/mips: Extract cpu_supports*/cpu_set* translate.cPhilippe Mathieu-Daudé2-18/+18
2020-12-13target/mips: Do not initialize MT registers if MT ASE absentPhilippe Mathieu-Daudé1-0/+4
2020-12-13target/mips: Introduce ase_mt_available() helperPhilippe Mathieu-Daudé5-4/+11
2020-12-13target/mips: Remove mips_def_t unused argument from mvp_init()Philippe Mathieu-Daudé2-2/+2
2020-12-13target/mips: Remove unused headers from op_helper.cPhilippe Mathieu-Daudé1-4/+0
2020-12-13target/mips: Remove unused headers from translate.cPhilippe Mathieu-Daudé1-2/+0
2020-12-13hw/mips: Move address translation helpers to target/mips/Philippe Mathieu-Daudé4-2/+60
2020-12-13target/mips: Introduce cpu_supports_isa() taking CPUMIPSState argumentPhilippe Mathieu-Daudé2-0/+6
2020-12-13target/mips: Rename cpu_supports_FEAT() as cpu_type_supports_FEAT()Philippe Mathieu-Daudé2-4/+4
2020-12-13target/mips: Explicit Release 6 MMU typesPhilippe Mathieu-Daudé1-4/+5
2020-12-13target/mips: Allow executing MSA instructions on Loongson-3A4000Philippe Mathieu-Daudé1-2/+2
2020-12-13target/mips: Also display exception names in user-modePhilippe Mathieu-Daudé1-11/+14
2020-12-13target/mips: Remove unused headers from cp0_helper.cPhilippe Mathieu-Daudé1-3/+1
2020-12-13target/mips: Do not include CP0 helpers in user-mode emulationPhilippe Mathieu-Daudé2-5/+1
2020-12-13target/mips: Replace magic values by CP0PM_MASK or TARGET_PAGE_BITS_MINPhilippe Mathieu-Daudé2-4/+5
2020-12-13target/mips: Include "exec/memattrs.h" in 'internal.h'Philippe Mathieu-Daudé2-1/+1
2020-12-13target/mips/kvm: Remove unused headersPhilippe Mathieu-Daudé1-2/+0
2020-12-13target/i386: tracing: format length values as hexDov Murik1-3/+3
2020-12-13target/mips/kvm: Assert unreachable code is not usedPhilippe Mathieu-Daudé1-6/+2
2020-12-12m68k: fix some comment spelling errorszhaolichang1-8/+8
2020-12-12target/m68k: Add vmstate definition for M68kCPULaurent Vivier3-6/+198
2020-12-12target/m68k: remove useless qregs arrayLaurent Vivier1-4/+0
2020-12-11Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20201211' into stagingPeter Maydell1-0/+5
2020-12-11Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell14-68/+632
2020-12-11s390x/cpu: Use timer_free() in the finalize function to avoid memleaksGan Qixin1-0/+5