aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-21process vlpigicv4Peter Maydell
2022-02-21hw/intc/arm_gicv3_redist: Factor out "update bit in pending table" codePeter Maydell
2022-02-21update on reg setPeter Maydell
2022-02-21hw/intc/arm_gicv3_cpuif: Don't recalculate maintenance irq unnecessarilyPeter Maydell
2022-02-21hw/intc/arm_gicv3_cpuif: Split "update vIRQ/vFIQ" from gicv3_cpuif_virt_update()Peter Maydell
2022-02-21hw/intc/arm_gicv3_cpuif: Support vLPIsPeter Maydell
2022-02-21hw/intc/arm_gicv3: Implement new GICv4 redistributor registersPeter Maydell
2022-02-21hw/intc/arm_gicv3: Implement GICv4's new redistributor framePeter Maydell
2022-02-21hw/intc/arm_gicv3: Update ID and feature registers for GICv4Peter Maydell
2022-02-21hw/intc/arm_gicv3_its: Implement VINVALLPeter Maydell
2022-02-21hw/intc/arm_gicv3_its: Implement VMOVIPeter Maydell
2022-02-21hw/intc/arm_gicv3_its: Handle virtual interrupts in process_its_cmd()Peter Maydell
2022-02-21hw/intc/arm_gicv3_its: Split out process_its_cmd() physical interrupt codePeter Maydell
2022-02-21hw/intc/arm_gicv3_its: Implement VSYNCPeter Maydell
2022-02-21hw/intc/arm_gicv3_its: Implement VMOVPPeter Maydell
2022-02-21hw/intc/arm_gicv3: Keep pointers to every connected ITSPeter Maydell
2022-02-21hw/intc/arm_gicv3_its: Distinguish success and error cases of CMD_CONTINUEPeter Maydell
2022-02-21hw/intc/arm_gicv3_its: Implement VMAPPPeter Maydell
2022-02-21hw/intc/arm_gicv3_its: Implement VMAPI and VMAPTIPeter Maydell
2022-02-21hw/intc/arm_gicv3_its: Implement GITS_BASER2 for GICv4Peter Maydell
2022-02-21hw/intc/arm_gicv3_its: Factor out "is intid a valid LPI ID?"Peter Maydell
2022-02-20Merge remote-tracking branch 'remotes/legoater/tags/pull-ppc-20220218' into s...Peter Maydell
2022-02-19Merge remote-tracking branch 'remotes/dgilbert-gitlab/tags/pull-virtiofs-2022...Peter Maydell
2022-02-19Merge remote-tracking branch 'remotes/cschoenebeck/tags/pull-9p-20220217' int...Peter Maydell
2022-02-18target/ppc: Move common SPR functions out of cpu_initFabiano Rosas
2022-02-18target/ppc: cpu_init: Move check_pow and QOM macros to a headerFabiano Rosas
2022-02-18target/ppc: cpu_init: Move SPR registration macros to a headerFabiano Rosas
2022-02-18target/ppc: cpu_init: Expose some SPR registration helpersFabiano Rosas
2022-02-18target/ppc: Rename spr_tcg.h to spr_common.hFabiano Rosas
2022-02-18target/ppc: cpu_init: Remove register_usprg3_sprsFabiano Rosas
2022-02-18target/ppc: cpu_init: Rename register_ne_601_sprsFabiano Rosas
2022-02-18target/ppc: cpu_init: Reuse init_proc_745 for the 755Fabiano Rosas
2022-02-18target/ppc: cpu_init: Reuse init_proc_604 for the 604eFabiano Rosas
2022-02-18target/ppc: cpu_init: Reuse init_proc_603 for the e300Fabiano Rosas
2022-02-18target/ppc: cpu_init: Move 604e SPR registration into a functionFabiano Rosas
2022-02-18target/ppc: cpu_init: Move e300 SPR registration into a functionFabiano Rosas
2022-02-18target/ppc: cpu_init: Move 755 L2 cache SPRs into a functionFabiano Rosas
2022-02-18target/ppc: cpu_init: Deduplicate 7xx SPR registrationFabiano Rosas
2022-02-18target/ppc: cpu_init: Deduplicate 745/755 SPR registrationFabiano Rosas
2022-02-18target/ppc: cpu_init: Deduplicate 604 SPR registrationFabiano Rosas
2022-02-18target/ppc: cpu_init: Deduplicate 603 SPR registrationFabiano Rosas
2022-02-18target/ppc: cpu_init: Deduplicate 440 SPR registrationFabiano Rosas
2022-02-18target/ppc: cpu_init: Decouple 74xx SPR registration from 7xxFabiano Rosas
2022-02-18target/ppc: cpu_init: Decouple G2 SPR registration from 755Fabiano Rosas
2022-02-18target/ppc: cpu_init: Move G2 SPRs into register_G2_sprsFabiano Rosas
2022-02-18target/ppc: cpu_init: Move 405 SPRs into register_405_sprsFabiano Rosas
2022-02-18target/ppc: cpu_init: Avoid nested SPR register functionsFabiano Rosas
2022-02-18target/ppc: cpu_init: Move Timebase registration into the common functionFabiano Rosas
2022-02-18target/ppc: cpu_init: Group registration of generic SPRsFabiano Rosas
2022-02-18target/ppc: cpu_init: Remove G2LE init codeFabiano Rosas