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
/
target
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-26
exec: Declare CPUBreakpoint/CPUWatchpoint type in 'breakpoint.h' header
Philippe Mathieu-Daudé
3
-0
/
+4
2024-04-26
accel/hvf: Use accel-specific per-vcpu @dirty field
Philippe Mathieu-Daudé
3
-5
/
+5
2024-04-26
accel/nvmm: Use accel-specific per-vcpu @dirty field
Philippe Mathieu-Daudé
1
-10
/
+11
2024-04-26
accel/whpx: Use accel-specific per-vcpu @dirty field
Philippe Mathieu-Daudé
1
-11
/
+12
2024-04-26
target/i386: Include missing 'exec/exec-all.h' header
Philippe Mathieu-Daudé
1
-0
/
+1
2024-04-26
target/sparc: Replace abi_ulong by uint32_t for TARGET_ABI32
Philippe Mathieu-Daudé
1
-1
/
+1
2024-04-26
target/ppc/excp_helper: Avoid 'abi_ptr' in system emulation
Philippe Mathieu-Daudé
1
-1
/
+1
2024-04-26
target: Define TCG_GUEST_DEFAULT_MO in 'cpu-param.h'
Philippe Mathieu-Daudé
28
-61
/
+65
2024-04-26
gdbstub: Avoid including 'cpu.h' in 'gdbstub/helpers.h'
Philippe Mathieu-Daudé
2
-0
/
+2
2024-04-26
accel: Include missing 'exec/cpu_ldst.h' header
Philippe Mathieu-Daudé
3
-0
/
+3
2024-04-26
exec: Expose 'target_page.h' API to user emulation
Philippe Mathieu-Daudé
2
-12
/
+0
2024-04-26
exec: Rename NEED_CPU_H -> COMPILING_PER_TARGET
Philippe Mathieu-Daudé
1
-2
/
+2
2024-04-25
Merge tag 'hw-misc-20240425' of https://github.com/philmd/qemu into staging
Richard Henderson
4
-102
/
+113
2024-04-25
Merge tag 'pull-target-arm-20240425' of https://git.linaro.org/people/pmaydel...
Richard Henderson
27
-53
/
+341
2024-04-25
target/s390x: Remove KVM stubs in cpu_models.h
Philippe Mathieu-Daudé
1
-15
/
+0
2024-04-25
hw, target: Add ResetType argument to hold and exit phase methods
Peter Maydell
17
-34
/
+34
2024-04-25
target/arm: Add FEAT_NMI to max
Jinjie Ruan
1
-0
/
+1
2024-04-25
target/arm: Handle NMI in arm_cpu_do_interrupt_aarch64()
Jinjie Ruan
1
-0
/
+3
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-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
Merge tag 'housekeeping-20240424' of https://github.com/philmd/qemu into staging
Richard Henderson
17
-2943
/
+0
2024-04-24
target/nios2: Remove the deprecated Nios II target
Philippe Mathieu-Daudé
17
-2943
/
+0
2024-04-23
target/i386/translate.c: always write 32-bits for SGDT and SIDT
Mark Cave-Ayland
1
-6
/
+8
2024-04-23
target/i386/cpu: Merge the warning and error messages for AMD HT check
Zhao Liu
1
-3
/
+3
2024-04-23
target/i386/cpu: Consolidate the use of warn_report_once()
Zhao Liu
1
-8
/
+5
2024-04-23
target/i386/host-cpu: Consolidate the use of warn_report_once()
Zhao Liu
1
-7
/
+4
2024-04-23
hw/i386/sev: Use legacy SEV VM types for older machine types
Michael Roth
1
-0
/
+1
2024-04-23
i386/sev: Add 'legacy-vm-type' parameter for SEV guest objects
Michael Roth
1
-1
/
+17
2024-04-23
target/i386: SEV: use KVM_SEV_INIT2 if possible
Paolo Bonzini
2
-4
/
+39
2024-04-23
target/i386: Implement mc->kvm_type() to get VM type
Paolo Bonzini
3
-0
/
+65
2024-04-23
target/i386: introduce x86-confidential-guest
Paolo Bonzini
4
-4
/
+77
2024-04-23
KVM: remove kvm_arch_cpu_check_are_resettable
Paolo Bonzini
7
-35
/
+0
2024-04-23
KVM: track whether guest state is encrypted
Paolo Bonzini
1
-0
/
+1
2024-04-23
s390: Switch to use confidential_guest_kvm_init()
Xiaoyao Li
2
-15
/
+9
2024-04-23
i386/sev: Switch to use confidential_guest_kvm_init()
Xiaoyao Li
5
-93
/
+69
2024-04-23
target/i386: Export RFDS bit to guests
Pawan Gupta
1
-2
/
+2
2024-04-23
target/i386: Add new CPU model SierraForest
Tao Su
1
-0
/
+126
2024-04-23
target/i386: Introduce Icelake-Server-v7 to enable TSX
Zhenzhong Duan
1
-0
/
+10
2024-04-23
i386/kvm: Move architectural CPUID leaf generation to separate helper
Sean Christopherson
1
-206
/
+211
[next]