index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-21
Merge tag 'misc-pull-request' of gitlab.com:marcandre.lureau/qemu into staging
Richard Henderson
20
-77
/
+92
2022-04-21
Merge tag 'pull-target-arm-20220421' of https://git.linaro.org/people/pmaydel...
Richard Henderson
9
-36
/
+458
2022-04-21
util: replace qemu_get_local_state_pathname()
Marc-André Lureau
1
-6
/
+3
2022-04-21
qga: move qga_get_host_name()
Marc-André Lureau
1
-10
/
+0
2022-04-21
Move error_printf_unless_qmp() with monitor unit
Marc-André Lureau
2
-2
/
+3
2022-04-21
compiler.h: add QEMU_SANITIZE_{ADDRESS,THREAD}
Marc-André Lureau
1
-0
/
+8
2022-04-21
include: move qdict_{crumple,flatten} declarations
Marc-André Lureau
2
-3
/
+3
2022-04-21
include: add qemu/keyval.h
Marc-André Lureau
2
-6
/
+14
2022-04-21
include: move qemu_fdatasync() to osdep
Marc-André Lureau
2
-1
/
+2
2022-04-21
include: move qemu_msync() to osdep
Marc-André Lureau
2
-1
/
+13
2022-04-21
compiler.h: replace QEMU_NORETURN with G_NORETURN
Marc-André Lureau
11
-23
/
+26
2022-04-21
osdep.h: move qemu_build_not_reached()
Marc-André Lureau
2
-16
/
+16
2022-04-21
include: rename qemu-common.h qemu/help-texts.h
Marc-André Lureau
1
-0
/
+0
2022-04-21
Simplify softmmu/main.c
Marc-André Lureau
2
-5
/
+10
2022-04-21
glib-compat: isolate g_date_time_format_iso8601 version-bypass
Marc-André Lureau
1
-10
/
+0
2022-04-21
hw/misc: Add PWRON STRAP bit fields in GCR module
Hao Wu
1
-0
/
+30
2022-04-21
hw/core/irq: remove unused 'qemu_irq_split' function
Zongyuan Li
1
-5
/
+0
2022-04-21
hw/arm/exynos4210: Drop Exynos4210Irq struct
Peter Maydell
1
-6
/
+0
2022-04-21
hw/arm/exynos4210: Put combiners into state struct
Peter Maydell
2
-0
/
+60
2022-04-21
hw/arm/exynos4210: Fold combiner splits into exynos4210_init_board_irqs()
Peter Maydell
1
-2
/
+4
2022-04-21
hw/arm/exynos4210: Don't connect multiple lines to external GIC inputs
Peter Maydell
1
-1
/
+1
2022-04-21
hw/arm/exynos4210: Use TYPE_SPLIT_IRQ in exynos4210_init_board_irqs()
Peter Maydell
1
-0
/
+9
2022-04-21
hw/arm/exynos4210: Delete unused macro definitions
Peter Maydell
1
-4
/
+0
2022-04-21
hw/arm/exynos4210: Move exynos4210_combiner_get_gpioin() into exynos4210.c
Peter Maydell
1
-11
/
+0
2022-04-21
hw/arm/exynos4210: Drop ext_gic_irq[] from Exynos4210Irq struct
Peter Maydell
1
-1
/
+0
2022-04-21
hw/arm/exynos4210: Put external GIC into state struct
Peter Maydell
2
-0
/
+45
2022-04-21
hw/arm/exynos4210: Move exynos4210_init_board_irqs() into exynos4210.c
Peter Maydell
1
-4
/
+0
2022-04-21
hw/arm/exynos4210: Coalesce board_irqs and irq_table
Peter Maydell
1
-6
/
+2
2022-04-21
hw/arm/exynos4210: Drop int_gic_irq[] from Exynos4210Irq struct
Peter Maydell
1
-1
/
+0
2022-04-21
hw/arm/exynos4210: Put a9mpcore device into state struct
Peter Maydell
1
-0
/
+2
2022-04-21
hw/arm/exynos4210: Use TYPE_OR_IRQ instead of custom OR-gate device
Peter Maydell
1
-0
/
+1
2022-04-21
hw/arm: versal: Connect the CRL
Edgar E. Iglesias
1
-0
/
+4
2022-04-21
hw/misc: Add a model of the Xilinx Versal CRL
Edgar E. Iglesias
1
-0
/
+235
2022-04-21
hw/arm: versal: Add the Cortex-R5Fs
Edgar E. Iglesias
1
-0
/
+10
2022-04-21
hw/arm: versal: Create an APU CPU Cluster
Edgar E. Iglesias
1
-0
/
+2
2022-04-21
hw/arm/xlnx-zynqmp: Connect 4 TTC timers
Edgar E. Iglesias
1
-0
/
+4
2022-04-21
timer: cadence_ttc: Break out header file to allow embedding
Edgar E. Iglesias
1
-0
/
+54
2022-04-20
Merge tag 'pull-ppc-20220420-2' of https://gitlab.com/danielhb/qemu into staging
Richard Henderson
7
-22
/
+39
2022-04-20
Merge tag 'pull-tcg-20220420' of https://gitlab.com/rth7680/qemu into staging
Richard Henderson
1
-0
/
+4
2022-04-20
hw/ppc: change indentation to spaces from TABs
Guo Zhi
1
-5
/
+5
2022-04-20
softfloat: add float128_to_int128
Matheus Ferst
2
-0
/
+4
2022-04-20
softfloat: add float128_to_uint128
Matheus Ferst
1
-0
/
+2
2022-04-20
softfloat: add int128_to_float128
Matheus Ferst
1
-0
/
+1
2022-04-20
softfloat: add uint128_to_float128
Matheus Ferst
1
-0
/
+2
2022-04-20
qemu/int128: add int128_urshift
Matheus Ferst
1
-0
/
+19
2022-04-20
ppc/pnv: Remove PnvPsiClas::irq_set
Cédric Le Goater
1
-4
/
+0
2022-04-20
ppc/pnv: Remove PnvOCC::psi link
Cédric Le Goater
1
-5
/
+2
2022-04-20
ppc/pnv: Remove PnvLpcController::psi link
Cédric Le Goater
1
-6
/
+2
2022-04-20
ppc/pnv: Fix PSI IRQ definition
Cédric Le Goater
1
-2
/
+1
2022-04-20
ppc/spapr/ddw: Add 2M pagesize
Alexey Kardashevskiy
1
-0
/
+1
[next]