index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
qapi
/
expr.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-04-21
qtest: simplify socket_send()
Marc-André Lureau
1
-14
/
+2
2022-04-21
qga: move qga_get_host_name()
Marc-André Lureau
7
-59
/
+60
2022-04-21
Move error_printf_unless_qmp() with monitor unit
Marc-André Lureau
6
-13
/
+15
2022-04-21
tests: run-time skip test-qga if TSAN is enabled
Marc-André Lureau
2
-1
/
+8
2022-04-21
compiler.h: add QEMU_SANITIZE_{ADDRESS,THREAD}
Marc-André Lureau
1
-0
/
+8
2022-04-21
tests: remove block/qdict checks from check-qobject.c
Marc-André Lureau
1
-8
/
+0
2022-04-21
include: move qdict_{crumple,flatten} declarations
Marc-André Lureau
4
-3
/
+5
2022-04-21
include: add qemu/keyval.h
Marc-André Lureau
9
-10
/
+21
2022-04-21
include: move qemu_fdatasync() to osdep
Marc-André Lureau
4
-17
/
+18
2022-04-21
include: move qemu_msync() to osdep
Marc-André Lureau
5
-39
/
+41
2022-04-21
compiler.h: replace QEMU_NORETURN with G_NORETURN
Marc-André Lureau
58
-191
/
+214
2022-04-21
osdep.h: move qemu_build_not_reached()
Marc-André Lureau
2
-16
/
+16
2022-04-21
doc/style: CLang -> Clang
Marc-André Lureau
1
-1
/
+1
2022-04-21
intc/exynos4210_gic: replace snprintf() with g_strdup_printf()
Marc-André Lureau
1
-6
/
+3
2022-04-21
arm/allwinner-a10: replace snprintf() with g_strdup_printf()
Marc-André Lureau
1
-3
/
+1
2022-04-21
arm/digic: replace snprintf() with g_strdup_printf()
Marc-André Lureau
1
-4
/
+1
2022-04-21
docs: trace-events-all is installed without renaming
Marc-André Lureau
1
-1
/
+1
2022-04-21
qga: replace usleep() with g_usleep()
Marc-André Lureau
1
-1
/
+1
2022-04-21
include: rename qemu-common.h qemu/help-texts.h
Marc-André Lureau
12
-11
/
+11
2022-04-21
hw/hyperv: remove needless qemu-common.h include
Marc-André Lureau
1
-1
/
+0
2022-04-21
Simplify softmmu/main.c
Marc-André Lureau
4
-21
/
+20
2022-04-21
scripts/analyze-inclusions: drop qemu-common.h from analysis
Marc-André Lureau
1
-4
/
+0
2022-04-21
glib-compat: isolate g_date_time_format_iso8601 version-bypass
Marc-André Lureau
2
-11
/
+5
2022-04-21
hw/arm: Use bit fields for NPCM7XX PWRON STRAPs
Hao Wu
1
-5
/
+19
2022-04-21
hw/misc: Add PWRON STRAP bit fields in GCR module
Hao Wu
1
-0
/
+30
2022-04-21
hw/arm/virt: impact of gic-version on max CPUs
Heinrich Schuchardt
1
-2
/
+2
2022-04-21
hw/core/irq: remove unused 'qemu_irq_split' function
Zongyuan Li
2
-20
/
+0
2022-04-21
hw/arm/stellaris: replace 'qemu_split_irq' with 'TYPE_SPLIT_IRQ'
Zongyuan Li
1
-2
/
+13
2022-04-21
hw/arm/realview: replace 'qemu_split_irq' with 'TYPE_SPLIT_IRQ'
Zongyuan Li
1
-9
/
+24
2022-04-21
hw/arm/exynos4210: Drop Exynos4210Irq struct
Peter Maydell
2
-32
/
+8
2022-04-21
hw/arm/exynos4210: Put combiners into state struct
Peter Maydell
4
-39
/
+72
2022-04-21
hw/arm/exynos4210: Fold combiner splits into exynos4210_init_board_irqs()
Peter Maydell
2
-65
/
+119
2022-04-21
hw/arm/exynos4210: Don't connect multiple lines to external GIC inputs
Peter Maydell
2
-8
/
+6
2022-04-21
hw/arm/exynos4210: Connect MCT_G0 and MCT_G1 to both combiners
Peter Maydell
1
-4
/
+3
2022-04-21
hw/arm/exynos4210: Fill in irq_table[] for internal-combiner-only IRQ lines
Peter Maydell
1
-0
/
+2
2022-04-21
hw/arm/exynos4210: Use TYPE_SPLIT_IRQ in exynos4210_init_board_irqs()
Peter Maydell
2
-8
/
+42
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
3
-88
/
+82
2022-04-21
hw/arm/exynos4210: Drop ext_gic_irq[] from Exynos4210Irq struct
Peter Maydell
2
-7
/
+6
2022-04-21
hw/arm/exynos4210: Put external GIC into state struct
Peter Maydell
5
-21
/
+53
2022-04-21
hw/arm/exynos4210: Move exynos4210_init_board_irqs() into exynos4210.c
Peter Maydell
3
-208
/
+202
2022-04-21
hw/arm/exynos4210: Fix code style nit in combiner_grp_to_gic_id[]
Peter Maydell
1
-1
/
+1
2022-04-21
hw/arm/exynos4210: Coalesce board_irqs and irq_table
Peter Maydell
3
-35
/
+11
2022-04-21
hw/arm/exynos4210: Drop int_gic_irq[] from Exynos4210Irq struct
Peter Maydell
2
-5
/
+2
2022-04-21
hw/arm/exynos4210: Put a9mpcore device into state struct
Peter Maydell
2
-5
/
+8
2022-04-21
hw/intc/exynos4210_gic: Remove unused TYPE_EXYNOS4210_IRQ_GATE
Peter Maydell
1
-107
/
+0
2022-04-21
hw/arm/exynos4210: Use TYPE_OR_IRQ instead of custom OR-gate device
Peter Maydell
2
-15
/
+17
2022-04-21
hw/arm: versal: Connect the CRL
Edgar E. Iglesias
2
-2
/
+56
2022-04-21
hw/misc: Add a model of the Xilinx Versal CRL
Edgar E. Iglesias
3
-0
/
+657
2022-04-21
hw/arm: versal: Add the Cortex-R5Fs
Edgar E. Iglesias
3
-3
/
+49
[prev]
[next]