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
/
python
/
qemu
/
utils
/
qemu_ga_client.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-04-21
target/rx: Swap stack pointers on clrpsw/setpsw instruction
Richard Henderson
1
-1
/
+6
2022-04-21
target/rx: Move DISAS_UPDATE check for write to PSW
Richard Henderson
1
-10
/
+4
2022-04-21
target/rx: Store PSW.U in tb->flags
Richard Henderson
2
-19
/
+24
2022-04-21
target/rx: Put tb_flags into DisasContext
Richard Henderson
1
-1
/
+3
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
2022-04-21
hw/arm: versal: Create an APU CPU Cluster
Edgar E. Iglesias
2
-1
/
+10
2022-04-21
hw/arm/xlnx-zynqmp: Connect 4 TTC timers
Edgar E. Iglesias
2
-0
/
+26
2022-04-21
timer: cadence_ttc: Break out header file to allow embedding
Edgar E. Iglesias
2
-30
/
+56
2022-04-21
hw/arm/virt: Check for attempt to use TrustZone with KVM or HVF
Peter Maydell
1
-0
/
+7
2022-04-20
hw/ppc: change indentation to spaces from TABs
Guo Zhi
3
-17
/
+17
2022-04-20
target/ppc: Add two missing register callbacks on POWER10
Frederic Barrat
1
-0
/
+2
2022-04-20
ppc/pnv: Remove LSI on the PCIE host bridge
Frederic Barrat
2
-0
/
+2
2022-04-20
pcie: Don't try triggering a LSI when not defined
Frederic Barrat
2
-3
/
+4
2022-04-20
ppc/vof: Fix uninitialized string tracing
Alexey Kardashevskiy
1
-1
/
+1
2022-04-20
hw/ppc/ppc405_boards: Initialize g_autofree pointer
Bernhard Beschow
1
-2
/
+2
2022-04-20
target/ppc: implement xscvqp[su]qz
Matheus Ferst
4
-0
/
+27
2022-04-20
target/ppc: implement xscv[su]qqp
Matheus Ferst
4
-0
/
+39
2022-04-20
softfloat: add float128_to_int128
Matheus Ferst
3
-0
/
+68
2022-04-20
softfloat: add float128_to_uint128
Matheus Ferst
2
-0
/
+67
2022-04-20
softfloat: add int128_to_float128
Matheus Ferst
2
-0
/
+30
2022-04-20
softfloat: add uint128_to_float128
Matheus Ferst
2
-0
/
+27
2022-04-20
qemu/int128: add int128_urshift
Matheus Ferst
2
-0
/
+69
2022-04-20
target/ppc: Improve KVM hypercall trace
Fabiano Rosas
2
-2
/
+2
2022-04-20
spapr: Move nested KVM hypercalls under a TCG only config.
Fabiano Rosas
1
-6
/
+20
[next]