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