aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2022-04-21hw/arm/exynos4210: Move exynos4210_init_board_irqs() into exynos4210.cPeter 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/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-20Merge tag 'pull-tcg-20220420' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson
2022-04-20tcg: Add tcg_constant_ptrRichard Henderson
2022-04-20tcg: Fix indirect lowering vs TCG_OPF_COND_BRANCHRichard Henderson
2022-04-20util/log: Support per-thread log filesRichard Henderson
2022-04-20util/log: Remove qemu_log_closeRichard 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-20linux-user: Expand log_page_dump inlineRichard Henderson
2022-04-20util/log: Remove qemu_log_flushRichard Henderson
2022-04-20util/log: Mark qemu_log_trylock as G_GNUC_WARN_UNUSED_RESULTRichard Henderson
2022-04-20util/log: Drop return value from qemu_logRichard Henderson
2022-04-20exec/log: Remove log_disas and log_target_disasRichard Henderson
2022-04-20exec/translator: Pass the locked filepointer to disas_log hookRichard Henderson
2022-04-20util/log: Remove qemu_log_vprintfRichard Henderson
2022-04-20*: Use fprintf between qemu_log_trylock/unlockRichard Henderson
2022-04-20util/log: Rename qemu_log_lock to qemu_log_trylockRichard Henderson
2022-04-20util/log: Move qemu_log_lock, qemu_log_unlock out of lineRichard Henderson
2022-04-20util/log: Pass Error pointer to qemu_set_logRichard Henderson
2022-04-20util/log: Return bool from qemu_set_log_filenameRichard Henderson
2022-04-20util/log: Drop manual log bufferingRichard Henderson
2022-04-20hw: Add compat machines for 7.1Cornelia Huck
2022-04-19Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson
2022-04-06acpi: fix acpi_index migrationDr. David Alan Gilbert
2022-04-06hyperv: Add support to process syndbg commandsJon Doron
2022-04-06hyperv: Add definitions for syndbgJon Doron
2022-04-06thread-posix: implement Semaphore with QemuCond and QemuMutexLongpeng(Mike)
2022-04-06thread-posix: remove the posix semaphore supportLongpeng(Mike)
2022-04-06whpx: Added support for breakpoints and steppingIvan Shcherbakov
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau
2022-04-06Move fcntl_setfl() to oslib-posixMarc-André Lureau
2022-04-06Move CPU softfloat unions to cpu-float.hMarc-André Lureau
2022-04-06include: move page_size_init() to include/hw/core/cpu.hMarc-André Lureau
2022-04-06include: move os_*() to os-foo.hMarc-André Lureau
2022-04-06include: move qemu_get_vm_name() to sysemu.hMarc-André Lureau
2022-04-06include: move progress API to qemu-progress.hMarc-André Lureau
2022-04-06include: move target page bits declaration to page-vary.hMarc-André Lureau
2022-04-06include: move cpu_exec* declarations to cpu-common.hMarc-André Lureau