index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-04-21
hw/arm/exynos4210: Fold combiner splits into exynos4210_init_board_irqs()
Peter Maydell
2022-04-21
hw/arm/exynos4210: Don't connect multiple lines to external GIC inputs
Peter Maydell
2022-04-21
hw/arm/exynos4210: Connect MCT_G0 and MCT_G1 to both combiners
Peter Maydell
2022-04-21
hw/arm/exynos4210: Fill in irq_table[] for internal-combiner-only IRQ lines
Peter Maydell
2022-04-21
hw/arm/exynos4210: Use TYPE_SPLIT_IRQ in exynos4210_init_board_irqs()
Peter Maydell
2022-04-21
hw/arm/exynos4210: Delete unused macro definitions
Peter Maydell
2022-04-21
hw/arm/exynos4210: Move exynos4210_combiner_get_gpioin() into exynos4210.c
Peter Maydell
2022-04-21
hw/arm/exynos4210: Drop ext_gic_irq[] from Exynos4210Irq struct
Peter Maydell
2022-04-21
hw/arm/exynos4210: Put external GIC into state struct
Peter Maydell
2022-04-21
hw/arm/exynos4210: Move exynos4210_init_board_irqs() into exynos4210.c
Peter Maydell
2022-04-21
hw/arm/exynos4210: Fix code style nit in combiner_grp_to_gic_id[]
Peter Maydell
2022-04-21
hw/arm/exynos4210: Coalesce board_irqs and irq_table
Peter Maydell
2022-04-21
hw/arm/exynos4210: Drop int_gic_irq[] from Exynos4210Irq struct
Peter Maydell
2022-04-21
hw/arm/exynos4210: Put a9mpcore device into state struct
Peter Maydell
2022-04-21
hw/intc/exynos4210_gic: Remove unused TYPE_EXYNOS4210_IRQ_GATE
Peter Maydell
2022-04-21
hw/arm/exynos4210: Use TYPE_OR_IRQ instead of custom OR-gate device
Peter Maydell
2022-04-21
hw/arm: versal: Connect the CRL
Edgar E. Iglesias
2022-04-21
hw/misc: Add a model of the Xilinx Versal CRL
Edgar E. Iglesias
2022-04-21
hw/arm: versal: Add the Cortex-R5Fs
Edgar E. Iglesias
2022-04-21
hw/arm: versal: Create an APU CPU Cluster
Edgar E. Iglesias
2022-04-21
hw/arm/xlnx-zynqmp: Connect 4 TTC timers
Edgar E. Iglesias
2022-04-21
timer: cadence_ttc: Break out header file to allow embedding
Edgar E. Iglesias
2022-04-21
hw/arm/virt: Check for attempt to use TrustZone with KVM or HVF
Peter Maydell
2022-04-20
Merge tag 'pull-tcg-20220420' of https://gitlab.com/rth7680/qemu into staging
Richard Henderson
2022-04-20
Merge tag 'pull-log-20220420' of https://gitlab.com/rth7680/qemu into staging
Richard Henderson
2022-04-20
tcg: Add tcg_constant_ptr
Richard Henderson
2022-04-20
accel/tcg: Remove ATOMIC_MMU_IDX
Richard Henderson
2022-04-20
tcg: Fix indirect lowering vs TCG_OPF_COND_BRANCH
Richard Henderson
2022-04-20
Don't include sysemu/tcg.h if it is not necessary
Thomas Huth
2022-04-20
Merge tag 'pull-fixes-for-7.1-200422-1' of https://github.com/stsquad/qemu in...
Richard Henderson
2022-04-20
util/log: Support per-thread log files
Richard Henderson
2022-04-20
util/log: Limit RCUCloseFILE to file closing
Richard Henderson
2022-04-20
util/log: Rename QemuLogFile to RCUCloseFILE
Richard Henderson
2022-04-20
util/log: Combine two logfile closes
Richard Henderson
2022-04-20
util/log: Hoist the eval of is_daemonized in qemu_set_log_internal
Richard Henderson
2022-04-20
util/log: Rename qemu_logfile_mutex to global_mutex
Richard Henderson
2022-04-20
util/log: Rename qemu_logfile to global_file
Richard Henderson
2022-04-20
util/log: Rename logfilename to global_filename
Richard Henderson
2022-04-20
util/log: Remove qemu_log_close
Richard Henderson
2022-04-20
softmmu: Use qemu_set_log_filename_flags
Richard Henderson
2022-04-20
linux-user: Use qemu_set_log_filename_flags
Richard Henderson
2022-04-20
bsd-user: Use qemu_set_log_filename_flags
Richard Henderson
2022-04-20
util/log: Introduce qemu_set_log_filename_flags
Richard Henderson
2022-04-20
sysemu/os-win32: Test for and use _lock_file/_unlock_file
Richard Henderson
2022-04-20
include/qemu/log: Move entire implementation out-of-line
Richard Henderson
2022-04-20
include/exec/log: Do not reference QemuLogFile directly
Richard Henderson
2022-04-20
tests/unit: Do not reference QemuLogFile directly
Richard Henderson
2022-04-20
linux-user: Expand log_page_dump inline
Richard Henderson
2022-04-20
bsd-user: Expand log_page_dump inline
Richard Henderson
2022-04-20
util/log: Drop call to setvbuf
Richard Henderson
[next]