aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-21hw/arm/exynos4210: Fold combiner splits into exynos4210_init_board_irqs()Peter Maydell
2022-04-21hw/arm/exynos4210: Don't connect multiple lines to external GIC inputsPeter Maydell
2022-04-21hw/arm/exynos4210: Connect MCT_G0 and MCT_G1 to both combinersPeter Maydell
2022-04-21hw/arm/exynos4210: Fill in irq_table[] for internal-combiner-only IRQ linesPeter Maydell
2022-04-21hw/arm/exynos4210: Use TYPE_SPLIT_IRQ in exynos4210_init_board_irqs()Peter Maydell
2022-04-21hw/arm/exynos4210: Delete unused macro definitionsPeter Maydell
2022-04-21hw/arm/exynos4210: Move exynos4210_combiner_get_gpioin() into exynos4210.cPeter Maydell
2022-04-21hw/arm/exynos4210: Drop ext_gic_irq[] from Exynos4210Irq structPeter Maydell
2022-04-21hw/arm/exynos4210: Put external GIC into state structPeter Maydell
2022-04-21hw/arm/exynos4210: Move exynos4210_init_board_irqs() into exynos4210.cPeter Maydell
2022-04-21hw/arm/exynos4210: Fix code style nit in combiner_grp_to_gic_id[]Peter Maydell
2022-04-21hw/arm/exynos4210: Coalesce board_irqs and irq_tablePeter Maydell
2022-04-21hw/arm/exynos4210: Drop int_gic_irq[] from Exynos4210Irq structPeter Maydell
2022-04-21hw/arm/exynos4210: Put a9mpcore device into state structPeter Maydell
2022-04-21hw/intc/exynos4210_gic: Remove unused TYPE_EXYNOS4210_IRQ_GATEPeter Maydell
2022-04-21hw/arm/exynos4210: Use TYPE_OR_IRQ instead of custom OR-gate devicePeter Maydell
2022-04-21hw/arm: versal: Connect the CRLEdgar E. Iglesias
2022-04-21hw/misc: Add a model of the Xilinx Versal CRLEdgar E. Iglesias
2022-04-21hw/arm: versal: Add the Cortex-R5FsEdgar E. Iglesias
2022-04-21hw/arm: versal: Create an APU CPU ClusterEdgar E. Iglesias
2022-04-21hw/arm/xlnx-zynqmp: Connect 4 TTC timersEdgar E. Iglesias
2022-04-21timer: cadence_ttc: Break out header file to allow embeddingEdgar E. Iglesias
2022-04-21hw/arm/virt: Check for attempt to use TrustZone with KVM or HVFPeter Maydell
2022-04-20Merge tag 'pull-tcg-20220420' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson
2022-04-20Merge tag 'pull-log-20220420' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson
2022-04-20tcg: Add tcg_constant_ptrRichard Henderson
2022-04-20accel/tcg: Remove ATOMIC_MMU_IDXRichard Henderson
2022-04-20tcg: Fix indirect lowering vs TCG_OPF_COND_BRANCHRichard Henderson
2022-04-20Don't include sysemu/tcg.h if it is not necessaryThomas Huth
2022-04-20Merge tag 'pull-fixes-for-7.1-200422-1' of https://github.com/stsquad/qemu in...Richard Henderson
2022-04-20util/log: Support per-thread log filesRichard Henderson
2022-04-20util/log: Limit RCUCloseFILE to file closingRichard Henderson
2022-04-20util/log: Rename QemuLogFile to RCUCloseFILERichard Henderson
2022-04-20util/log: Combine two logfile closesRichard Henderson
2022-04-20util/log: Hoist the eval of is_daemonized in qemu_set_log_internalRichard Henderson
2022-04-20util/log: Rename qemu_logfile_mutex to global_mutexRichard Henderson
2022-04-20util/log: Rename qemu_logfile to global_fileRichard Henderson
2022-04-20util/log: Rename logfilename to global_filenameRichard Henderson
2022-04-20util/log: Remove qemu_log_closeRichard Henderson
2022-04-20softmmu: Use qemu_set_log_filename_flagsRichard Henderson
2022-04-20linux-user: Use qemu_set_log_filename_flagsRichard Henderson
2022-04-20bsd-user: Use qemu_set_log_filename_flagsRichard Henderson
2022-04-20util/log: Introduce qemu_set_log_filename_flagsRichard Henderson
2022-04-20sysemu/os-win32: Test for and use _lock_file/_unlock_fileRichard Henderson
2022-04-20include/qemu/log: Move entire implementation out-of-lineRichard Henderson
2022-04-20include/exec/log: Do not reference QemuLogFile directlyRichard Henderson
2022-04-20tests/unit: Do not reference QemuLogFile directlyRichard Henderson
2022-04-20linux-user: Expand log_page_dump inlineRichard Henderson
2022-04-20bsd-user: Expand log_page_dump inlineRichard Henderson
2022-04-20util/log: Drop call to setvbufRichard Henderson