aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-22hw/intc/arm_gicv3_redist: Implement gicv3_redist_inv_vlpi()Peter Maydell
2022-04-22hw/intc/arm_gicv3_redist: Implement gicv3_redist_vinvall()Peter Maydell
2022-04-22hw/intc/arm_gicv3_redist: Implement gicv3_redist_mov_vlpi()Peter Maydell
2022-04-22hw/intc/arm_gicv3_redist: Use set_pending_table_bit() in mov handlingPeter Maydell
2022-04-22hw/intc/arm_gicv3_redist: Implement gicv3_redist_vlpi_pending()Peter Maydell
2022-04-22hw/intc/arm_gicv3_redist: Implement gicv3_redist_process_vlpi()Peter Maydell
2022-04-22hw/intc/arm_gicv3_redist: Factor out "update bit in pending table" codePeter Maydell
2022-04-22hw/intc/arm_gicv3_redist: Recalculate hppvlpi on VPENDBASER writesPeter Maydell
2022-04-22hw/intc/arm_gicv3_redist: Factor out "update hpplpi for all LPIs" logicPeter Maydell
2022-04-22hw/intc/arm_gicv3_redist: Factor out "update hpplpi for one LPI" logicPeter Maydell
2022-04-22hw/intc/arm_gicv3_cpuif: Don't recalculate maintenance irq unnecessarilyPeter Maydell
2022-04-22hw/intc/arm_gicv3_cpuif: Support vLPIsPeter Maydell
2022-04-22hw/intc/arm_gicv3_cpuif: Split "update vIRQ/vFIQ" from gicv3_cpuif_virt_update()Peter Maydell
2022-04-22hw/intc/arm_gicv3: Implement new GICv4 redistributor registersPeter Maydell
2022-04-22hw/intc/arm_gicv3: Implement GICv4's new redistributor framePeter Maydell
2022-04-22hw/intc/arm_gicv3_its: Implement VINVALLPeter Maydell
2022-04-22hw/intc/arm_gicv3_its: Implement VMOVIPeter Maydell
2022-04-22hw/intc/arm_gicv3_its: Implement INV for virtual interruptsPeter Maydell
2022-04-22hw/intc/arm_gicv3_its: Implement INV command properlyPeter Maydell
2022-04-22hw/intc/arm_gicv3_its: Implement VSYNCPeter Maydell
2022-04-22hw/intc/arm_gicv3_its: Implement VMOVPPeter Maydell
2022-04-22Merge tag 'dump-pull-request' of gitlab.com:marcandre.lureau/qemu into stagingRichard Henderson
2022-04-22dump/win_dump: add 32-bit guest Windows supportViktor Prutyanov
2022-04-22include/qemu: add 32-bit Windows dump structuresViktor Prutyanov
2022-04-22dump/win_dump: add helper macros for Windows dump header accessViktor Prutyanov
2022-04-22include/qemu: rename Windows context definitions to expose bitnessViktor Prutyanov
2022-04-22dump: Consolidate elf note functionJanosch Frank
2022-04-22dump: Cleanup dump_begin write functionsJanosch Frank
2022-04-22dump: Consolidate phdr note writesJanosch Frank
2022-04-22dump: Introduce dump_is_64bit() helper functionJanosch Frank
2022-04-22dump: Add more offset variablesJanosch Frank
2022-04-22dump: Remove the section if when calculating the memory offsetJanosch Frank
2022-04-22dump: Introduce shdr_num to decrease complexityJanosch Frank
2022-04-22dump: Remove the sh_info variableJanosch Frank
2022-04-22dump: Use ERRP_GUARD()Janosch Frank
2022-04-22hw/intc/arm_gicv3: Keep pointers to every connected ITSPeter Maydell
2022-04-22hw/intc/arm_gicv3_its: Handle virtual interrupts in process_its_cmd()Peter Maydell
2022-04-22hw/intc/arm_gicv3_its: Split out process_its_cmd() physical interrupt codePeter Maydell
2022-04-22hw/intc/arm_gicv3_its: Factor out CTE lookup sequencePeter Maydell
2022-04-22hw/intc/arm_gicv3_its: Factor out "find ITE given devid, eventid"Peter Maydell
2022-04-22hw/intc/arm_gicv3_its: Distinguish success and error cases of CMD_CONTINUEPeter Maydell
2022-04-22hw/intc/arm_gicv3_its: Implement VMAPPPeter Maydell
2022-04-22hw/intc/arm_gicv3_its: Implement VMAPI and VMAPTIPeter Maydell
2022-04-22hw/intc/arm_gicv3_its: Implement GITS_BASER2 for GICv4Peter Maydell
2022-04-22hw/intc/arm_gicv3_its: Factor out "is intid a valid LPI ID?"Peter Maydell
2022-04-22target/arm/cpu.c: ignore VIRQ and VFIQ if no EL2Peter Maydell
2022-04-22hw/intc/arm_gicv3: Report correct PIDR0 values for ID registersPeter Maydell
2022-04-22hw/intc/arm_gicv3: Insist that redist region capacity matches CPU countPeter Maydell
2022-04-22hw/intc/arm_gicv3: Sanity-check num-cpu propertyPeter Maydell
2022-04-22hw/intc/arm_gicv3_its: Add missing blank linePeter Maydell