summary refs log tree commit diff stats
path: root/python/qemu/utils/qemu_ga_client.py (unfollow)
Commit message (Expand)AuthorFilesLines
2022-04-21target/rx: Swap stack pointers on clrpsw/setpsw instructionRichard Henderson1-1/+6
2022-04-21target/rx: Move DISAS_UPDATE check for write to PSWRichard Henderson1-10/+4
2022-04-21target/rx: Store PSW.U in tb->flagsRichard Henderson2-19/+24
2022-04-21target/rx: Put tb_flags into DisasContextRichard Henderson1-1/+3
2022-04-21hw/arm: Use bit fields for NPCM7XX PWRON STRAPsHao Wu1-5/+19
2022-04-21hw/misc: Add PWRON STRAP bit fields in GCR moduleHao Wu1-0/+30
2022-04-21hw/arm/virt: impact of gic-version on max CPUsHeinrich Schuchardt1-2/+2
2022-04-21hw/core/irq: remove unused 'qemu_irq_split' functionZongyuan Li2-20/+0
2022-04-21hw/arm/stellaris: replace 'qemu_split_irq' with 'TYPE_SPLIT_IRQ'Zongyuan Li1-2/+13
2022-04-21hw/arm/realview: replace 'qemu_split_irq' with 'TYPE_SPLIT_IRQ'Zongyuan Li1-9/+24
2022-04-21hw/arm/exynos4210: Drop Exynos4210Irq structPeter Maydell2-32/+8
2022-04-21hw/arm/exynos4210: Put combiners into state structPeter Maydell4-39/+72
2022-04-21hw/arm/exynos4210: Fold combiner splits into exynos4210_init_board_irqs()Peter Maydell2-65/+119
2022-04-21hw/arm/exynos4210: Don't connect multiple lines to external GIC inputsPeter Maydell2-8/+6
2022-04-21hw/arm/exynos4210: Connect MCT_G0 and MCT_G1 to both combinersPeter Maydell1-4/+3
2022-04-21hw/arm/exynos4210: Fill in irq_table[] for internal-combiner-only IRQ linesPeter Maydell1-0/+2
2022-04-21hw/arm/exynos4210: Use TYPE_SPLIT_IRQ in exynos4210_init_board_irqs()Peter Maydell2-8/+42
2022-04-21hw/arm/exynos4210: Delete unused macro definitionsPeter Maydell1-4/+0
2022-04-21hw/arm/exynos4210: Move exynos4210_combiner_get_gpioin() into exynos4210.cPeter Maydell3-88/+82
2022-04-21hw/arm/exynos4210: Drop ext_gic_irq[] from Exynos4210Irq structPeter Maydell2-7/+6
2022-04-21hw/arm/exynos4210: Put external GIC into state structPeter Maydell5-21/+53
2022-04-21hw/arm/exynos4210: Move exynos4210_init_board_irqs() into exynos4210.cPeter Maydell3-208/+202
2022-04-21hw/arm/exynos4210: Fix code style nit in combiner_grp_to_gic_id[]Peter Maydell1-1/+1
2022-04-21hw/arm/exynos4210: Coalesce board_irqs and irq_tablePeter Maydell3-35/+11
2022-04-21hw/arm/exynos4210: Drop int_gic_irq[] from Exynos4210Irq structPeter Maydell2-5/+2
2022-04-21hw/arm/exynos4210: Put a9mpcore device into state structPeter Maydell2-5/+8
2022-04-21hw/intc/exynos4210_gic: Remove unused TYPE_EXYNOS4210_IRQ_GATEPeter Maydell1-107/+0
2022-04-21hw/arm/exynos4210: Use TYPE_OR_IRQ instead of custom OR-gate devicePeter Maydell2-15/+17
2022-04-21hw/arm: versal: Connect the CRLEdgar E. Iglesias2-2/+56
2022-04-21hw/misc: Add a model of the Xilinx Versal CRLEdgar E. Iglesias3-0/+657
2022-04-21hw/arm: versal: Add the Cortex-R5FsEdgar E. Iglesias3-3/+49
2022-04-21hw/arm: versal: Create an APU CPU ClusterEdgar E. Iglesias2-1/+10
2022-04-21hw/arm/xlnx-zynqmp: Connect 4 TTC timersEdgar E. Iglesias2-0/+26
2022-04-21timer: cadence_ttc: Break out header file to allow embeddingEdgar E. Iglesias2-30/+56
2022-04-21hw/arm/virt: Check for attempt to use TrustZone with KVM or HVFPeter Maydell1-0/+7
2022-04-20hw/ppc: change indentation to spaces from TABsGuo Zhi3-17/+17
2022-04-20target/ppc: Add two missing register callbacks on POWER10Frederic Barrat1-0/+2
2022-04-20ppc/pnv: Remove LSI on the PCIE host bridgeFrederic Barrat2-0/+2
2022-04-20pcie: Don't try triggering a LSI when not definedFrederic Barrat2-3/+4
2022-04-20ppc/vof: Fix uninitialized string tracingAlexey Kardashevskiy1-1/+1
2022-04-20hw/ppc/ppc405_boards: Initialize g_autofree pointerBernhard Beschow1-2/+2
2022-04-20target/ppc: implement xscvqp[su]qzMatheus Ferst4-0/+27
2022-04-20target/ppc: implement xscv[su]qqpMatheus Ferst4-0/+39
2022-04-20softfloat: add float128_to_int128Matheus Ferst3-0/+68
2022-04-20softfloat: add float128_to_uint128Matheus Ferst2-0/+67
2022-04-20softfloat: add int128_to_float128Matheus Ferst2-0/+30
2022-04-20softfloat: add uint128_to_float128Matheus Ferst2-0/+27
2022-04-20qemu/int128: add int128_urshiftMatheus Ferst2-0/+69
2022-04-20target/ppc: Improve KVM hypercall traceFabiano Rosas2-2/+2
2022-04-20spapr: Move nested KVM hypercalls under a TCG only config.Fabiano Rosas1-6/+20