summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* include: Move qemu_madvise() and related #defines to new qemu/madvise.hPeter Maydell2022-02-2112-82/+105
* hw/arm/armv7m: Handle disconnected clock inputsPeter Maydell2022-02-211-4/+22
* Kconfig: Add 'imply I2C_DEVICES' on boards with available i2c busPeter Maydell2022-02-211-0/+10
* Kconfig: Add I2C_DEVICES device groupPeter Maydell2022-02-214-2/+18
* 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
* checkpatch: Ensure that TypeInfos are constBernhard Beschow2022-02-211-0/+1
* Mark remaining global TypeInfo instances as constBernhard Beschow2022-02-2139-42/+42
* 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
* MAINTAINERS: Adding myself as a reviewer of some componentsAni Sinha2022-02-201-0/+3
* Merge remote-tracking branch 'remotes/legoater/tags/pull-ppc-20220218' into s...Peter Maydell2022-02-2022-1334/+2132
|\
| * 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
| * spapr: implement nested-hv capability for the virtual hypervisorNicholas Piggin2022-02-185-11/+452
| * target/ppc: Introduce a vhyp framework for nested HV supportNicholas Piggin2022-02-185-13/+81
| * 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-183-3/+15
| * target/ppc: add vhyp addressing mode helper for radix MMUNicholas Piggin2022-02-181-4/+15
| * ppc: allow the hdecr timer to be created/destroyedNicholas Piggin2022-02-182-0/+24