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-10.0
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-10.0
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
tracing
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/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
2024-04-25
qmp: add dump machine type compatibility properties
Maksim Davydov
3
-4
/
+88
2024-04-25
qom: add default value
Maksim Davydov
1
-0
/
+1
2024-04-25
tests: Update our CI to use CentOS Stream 9 instead of 8
Thomas Huth
6
-54
/
+26
2024-04-25
tests/docker/dockerfiles: Run lcitool-refresh after the lcitool update
Thomas Huth
17
-12
/
+29
2024-04-25
tests/lcitool/libvirt-ci: Update to the latest master branch
Thomas Huth
1
-0
/
+0
2024-04-25
tests: Remove Ubuntu 20.04 container
Thomas Huth
2
-158
/
+0
2024-04-25
.travis.yml: Do some more testing with Clang
Thomas Huth
1
-2
/
+4
2024-04-25
.travis.yml: Update the jobs to Ubuntu 22.04
Thomas Huth
1
-10
/
+3
2024-04-25
.travis.yml: Remove the unused UNRELIABLE environment variable
Thomas Huth
1
-3
/
+0
2024-04-25
Revert ".travis.yml: Cache Avocado cache"
Thomas Huth
1
-2
/
+0
2024-04-25
tests/vm: update openbsd image to 7.5
Brad Smith
1
-3
/
+3
2024-04-25
docs: i386: pc: Update maximum CPU numbers for PC Q35
Zhao Liu
1
-1
/
+1
2024-04-25
tests/qtest : Use `g_assert_cmphex` instead of `g_assert_cmpuint`
Inès Varhol
10
-151
/
+151
2024-04-25
MAINTAINERS: update email of Peter Lieven
Peter Lieven
1
-3
/
+3
2024-04-24
Merge tag 'pull-tcg-20240424' of https://gitlab.com/rth7680/qemu into staging
Richard Henderson
14
-68
/
+107
2024-04-24
target/m68k: Support semihosting on non-ColdFire targets
Keith Packard
1
-0
/
+5
2024-04-24
target/m68k: Perform the semihosting test during translate
Richard Henderson
3
-17
/
+44
2024-04-24
target/m68k: Pass semihosting arg to exit
Keith Packard
1
-2
/
+2
2024-04-24
linux-user: Add FITRIM ioctl
Michael Vogt
3
-0
/
+9
2024-04-24
linux-user: do_setsockopt: eliminate goto in switch for SO_SNDTIMEO
Michael Tokarev
1
-7
/
+4
2024-04-24
linux-user: do_setsockopt: make ip_mreq_source local to the place where it is...
Michael Tokarev
1
-2
/
+4
[prev]
[next]