aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2022-02-22Merge remote-tracking branch 'remotes/lvivier-gitlab/tags/trivial-branch-for-...Peter Maydell2-3/+0
2022-02-22Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2022-02-...Peter Maydell42-3/+44
2022-02-21Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell4-3/+26
2022-02-21target/rx: Remove unused ENV_OFFSET definitionPhilippe Mathieu-Daudé1-2/+0
2022-02-21target/avr: Correct AVRCPUClass docstringPhilippe Mathieu-Daudé1-1/+0
2022-02-21include: Move hardware version declarations to new qemu/hw-version.hPeter Maydell2-0/+2
2022-02-21target/arm: Support PAuth extension for hvfPeter Maydell1-4/+10
2022-02-21target/arm: Fix '-cpu max' for HVFPeter Maydell1-2/+3
2022-02-21target/arm: Unindent unnecessary else-clausePeter Maydell1-160/+163
2022-02-21target/arm: Make KVM -cpu max exactly like -cpu hostPeter Maydell1-6/+8
2022-02-21target/arm: Use aarch64_cpu_register() for 'host' CPU typePeter Maydell1-13/+4
2022-02-21target/arm: Move '-cpu host' code to cpu64.cPeter Maydell2-30/+30
2022-02-21hvf: arm: Handle unknown ID registers as RES0Alexander Graf1-0/+14
2022-02-21hvf: arm: Use macros for sysreg shift/maskingAlexander Graf1-22/+47
2022-02-21exec/exec-all: Move 'qemu/log.h' include in units requiring itPhilippe Mathieu-Daudé38-3/+39
2022-02-21target: Add missing "qemu/timer.h" includePhilippe Mathieu-Daudé5-0/+5
2022-02-18target/ppc: Move common SPR functions out of cpu_initFabiano Rosas3-400/+403
2022-02-18target/ppc: cpu_init: Move check_pow and QOM macros to a headerFabiano Rosas2-37/+39
2022-02-18target/ppc: cpu_init: Move SPR registration macros to a headerFabiano Rosas2-56/+65
2022-02-18target/ppc: cpu_init: Expose some SPR registration helpersFabiano Rosas2-7/+15
2022-02-18target/ppc: Rename spr_tcg.h to spr_common.hFabiano Rosas3-4/+4
2022-02-18target/ppc: cpu_init: Remove register_usprg3_sprsFabiano Rosas1-10/+11
2022-02-18target/ppc: cpu_init: Rename register_ne_601_sprsFabiano Rosas1-21/+20
2022-02-18target/ppc: cpu_init: Reuse init_proc_745 for the 755Fabiano Rosas1-17/+1
2022-02-18target/ppc: cpu_init: Reuse init_proc_604 for the 604eFabiano Rosas1-11/+1
2022-02-18target/ppc: cpu_init: Reuse init_proc_603 for the e300Fabiano Rosas1-58/+46
2022-02-18target/ppc: cpu_init: Move 604e SPR registration into a functionFabiano Rosas1-19/+24
2022-02-18target/ppc: cpu_init: Move e300 SPR registration into a functionFabiano Rosas1-29/+35
2022-02-18target/ppc: cpu_init: Move 755 L2 cache SPRs into a functionFabiano Rosas1-9/+15
2022-02-18target/ppc: cpu_init: Deduplicate 7xx SPR registrationFabiano Rosas1-57/+11
2022-02-18target/ppc: cpu_init: Deduplicate 745/755 SPR registrationFabiano Rosas1-31/+19
2022-02-18target/ppc: cpu_init: Deduplicate 604 SPR registrationFabiano Rosas1-10/+7
2022-02-18target/ppc: cpu_init: Deduplicate 603 SPR registrationFabiano Rosas1-19/+9
2022-02-18target/ppc: cpu_init: Deduplicate 440 SPR registrationFabiano Rosas1-74/+26
2022-02-18target/ppc: cpu_init: Decouple 74xx SPR registration from 7xxFabiano Rosas1-16/+91
2022-02-18target/ppc: cpu_init: Decouple G2 SPR registration from 755Fabiano Rosas1-5/+20
2022-02-18target/ppc: cpu_init: Move G2 SPRs into register_G2_sprsFabiano Rosas1-19/+22
2022-02-18target/ppc: cpu_init: Move 405 SPRs into register_405_sprsFabiano Rosas1-11/+13
2022-02-18target/ppc: cpu_init: Avoid nested SPR register functionsFabiano Rosas1-3/+3
2022-02-18target/ppc: cpu_init: Move Timebase registration into the common functionFabiano Rosas1-80/+18
2022-02-18target/ppc: cpu_init: Group registration of generic SPRsFabiano Rosas1-26/+32
2022-02-18target/ppc: cpu_init: Remove G2LE init codeFabiano Rosas1-41/+1
2022-02-18target/ppc: cpu_init: Remove not implemented commentsFabiano Rosas1-329/+253
2022-02-18target/ppc: Introduce a vhyp framework for nested HV supportNicholas Piggin3-13/+69
2022-02-18target/ppc: Add powerpc_reset_excp_state helperNicholas Piggin1-20/+22
2022-02-18target/ppc: add helper for books vhyp hypercall handlerNicholas Piggin1-1/+13
2022-02-18target/ppc: make vhyp get_pate method take lpid and return successNicholas Piggin2-2/+9
2022-02-18target/ppc: add vhyp addressing mode helper for radix MMUNicholas Piggin1-4/+15
2022-02-18target/ppc: raise HV interrupts for partition table entry problemsNicholas Piggin1-2/+4
2022-02-16target/i386: add TCG support for UMIPGareth Webb4-3/+26