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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-25
hw/elf_ops: Rename elf_ops.h -> elf_ops.h.inc
Philippe Mathieu-Daudé
4
-4
/
+4
2024-04-25
hw/cxl/cxl-cdat: Make cxl_doe_cdat_init() return boolean
Zhao Liu
4
-8
/
+6
2024-04-25
hw/cxl/cxl-cdat: Make ct3_build_cdat() return boolean
Zhao Liu
1
-4
/
+5
2024-04-25
hw/cxl/cxl-cdat: Make ct3_load_cdat() return boolean
Zhao Liu
1
-6
/
+7
2024-04-25
hw: Add a Kconfig switch for the TYPE_CPU_CLUSTER device
Thomas Huth
4
-1
/
+10
2024-04-25
hw: Fix problem with the A*MPCORE switches in the Kconfig files
Thomas Huth
3
-18
/
+10
2024-04-25
hw/riscv/virt: Replace sprintf by g_strdup_printf
Philippe Mathieu-Daudé
1
-8
/
+9
2024-04-25
hw/misc/imx: Replace sprintf() by snprintf()
Philippe Mathieu-Daudé
8
-10
/
+10
2024-04-25
hw/misc/applesmc: Simplify DeviceReset handler
Philippe Mathieu-Daudé
1
-15
/
+21
2024-04-25
tests/qtest: Add tests for the STM32L4x5 USART
Arnaud Minier
2
-1
/
+318
2024-04-25
hw/arm: Add the USART to the stm32l4x5 SoC
Arnaud Minier
4
-7
/
+86
2024-04-25
hw/char/stm32l4x5_usart: Add options for serial parameters setting
Arnaud Minier
2
-0
/
+99
2024-04-25
hw/char/stm32l4x5_usart: Enable serial read and write
Arnaud Minier
3
-0
/
+151
2024-04-25
hw/char: Implement STM32L4x5 USART skeleton
Arnaud Minier
6
-0
/
+471
2024-04-25
reset: Add RESET_TYPE_SNAPSHOT_LOAD
Peter Maydell
4
-18
/
+19
2024-04-25
docs/devel/reset: Update to new API for hold and exit phase methods
Peter Maydell
1
-4
/
+4
2024-04-25
hw, target: Add ResetType argument to hold and exit phase methods
Peter Maydell
94
-150
/
+150
2024-04-25
scripts/coccinelle: New script to add ResetType to hold and exit phases
Peter Maydell
1
-0
/
+133
2024-04-25
allwinner-i2c, adm1272: Use device_cold_reset() for software-triggered reset
Peter Maydell
2
-3
/
+2
2024-04-25
hw/misc: Don't special case RESET_TYPE_COLD in npcm7xx_clk, gcr
Peter Maydell
2
-18
/
+7
2024-04-25
linux-user/flatload.c: Remove unused bFLT shared-library and ZFLAT code
Peter Maydell
2
-287
/
+11
2024-04-25
hw/dma: avoid apparent overflow in soc_dma_set_request
Anastasia Belova
1
-2
/
+2
2024-04-25
hw/arm/virt: Enable NMI support in the GIC if the CPU has FEAT_NMI
Jinjie Ruan
1
-0
/
+19
2024-04-25
target/arm: Add FEAT_NMI to max
Jinjie Ruan
2
-0
/
+2
2024-04-25
hw/intc/arm_gicv3: Report the VINMI interrupt
Jinjie Ruan
1
-2
/
+12
2024-04-25
hw/intc/arm_gicv3: Report the NMI interrupt in gicv3_cpuif_update()
Jinjie Ruan
1
-0
/
+4
2024-04-25
hw/intc/arm_gicv3: Implement NMI interrupt priority
Jinjie Ruan
3
-9
/
+64
2024-04-25
hw/intc/arm_gicv3: Handle icv_nmiar1_read() for icc_nmiar1_read()
Peter Maydell
3
-12
/
+98
2024-04-25
hw/intc/arm_gicv3: Add NMI handling CPU interface registers
Peter Maydell
4
-5
/
+155
2024-04-25
hw/intc/arm_gicv3: Implement GICD_INMIR
Jinjie Ruan
2
-0
/
+36
2024-04-25
hw/intc/arm_gicv3_redist: Implement GICR_INMIR0
Jinjie Ruan
2
-0
/
+20
2024-04-25
hw/intc/arm_gicv3: Add irq non-maskable property
Jinjie Ruan
2
-0
/
+42
2024-04-25
hw/intc/arm_gicv3_kvm: Not set has-nmi=true for the KVM GICv3
Jinjie Ruan
1
-0
/
+5
2024-04-25
hw/intc/arm_gicv3: Add has-nmi property to GICv3 device
Jinjie Ruan
4
-0
/
+5
2024-04-25
target/arm: Handle NMI in arm_cpu_do_interrupt_aarch64()
Jinjie Ruan
1
-0
/
+3
2024-04-25
hw/arm/virt: Wire NMI and VINMI irq lines from GIC to CPU
Jinjie Ruan
1
-1
/
+9
2024-04-25
hw/intc/arm_gicv3: Add external IRQ lines for NMI
Jinjie Ruan
3
-0
/
+10
2024-04-25
target/arm: Handle PSTATE.ALLINT on taking an exception
Jinjie Ruan
1
-0
/
+8
2024-04-25
target/arm: Handle IS/FS in ISR_EL1 for NMI, VINMI and VFNMI
Jinjie Ruan
2
-0
/
+15
2024-04-25
target/arm: Add support for NMI in arm_phys_excp_target_el()
Jinjie Ruan
1
-0
/
+1
2024-04-25
target/arm: Add support for Non-maskable Interrupt
Jinjie Ruan
5
-16
/
+193
2024-04-25
target/arm: Support MSR access to ALLINT
Jinjie Ruan
1
-0
/
+35
2024-04-25
target/arm: Implement ALLINT MSR (immediate)
Jinjie Ruan
4
-0
/
+33
2024-04-25
target/arm: Add support for FEAT_NMI, Non-maskable Interrupt
Jinjie Ruan
1
-0
/
+3
2024-04-25
target/arm: Add PSTATE.ALLINT
Jinjie Ruan
2
-2
/
+3
2024-04-25
target/arm: Handle HCR_EL2 accesses for bits introduced with FEAT_NMI
Jinjie Ruan
2
-1
/
+12
2024-04-25
target/i386: Move APIC related code to cpu-apic.c
Philippe Mathieu-Daudé
4
-102
/
+113
2024-04-25
hw/core: Remove check on NEED_CPU_H in tcg-cpu-ops.h
Philippe Mathieu-Daudé
1
-3
/
+0
2024-04-25
scripts: add script to compare compatibility properties
Maksim Davydov
2
-0
/
+491
2024-04-25
python/qemu/machine: add method to retrieve QEMUMachine::binary field
Maksim Davydov
1
-0
/
+5
[prev]
[next]