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
2023-11-07
hw/cpu: Clean up global variable shadowing
Philippe Mathieu-Daudé
5
-10
/
+10
2023-11-07
exec/cpu: Have cpu_exec_realize() return a boolean
Philippe Mathieu-Daudé
2
-3
/
+5
2023-11-07
hw/cpu: Call object_class_is_abstract() once in cpu_class_by_name()
Philippe Mathieu-Daudé
15
-37
/
+28
2023-11-07
target/alpha: Tidy up alpha_cpu_class_by_name()
Philippe Mathieu-Daudé
1
-5
/
+2
2023-11-07
target: Move ArchCPUClass definition to 'cpu.h'
Philippe Mathieu-Daudé
37
-335
/
+287
2023-11-07
target/nios2: Create IRQs *after* accelerator vCPU is realized
Philippe Mathieu-Daudé
1
-8
/
+8
2023-11-07
target/s390x/cpu: Restrict CPUS390XState declaration to 'cpu.h'
Philippe Mathieu-Daudé
2
-4
/
+2
2023-11-07
target/s390x/cpu: Restrict cpu_get_tb_cpu_state() definition to TCG
Philippe Mathieu-Daudé
1
-1
/
+6
2023-11-07
hw/s390x/sclp: Have sclp_service_call[_protected]() take S390CPU*
Philippe Mathieu-Daudé
4
-9
/
+9
2023-11-07
hw/s390x/css: Have css_do_sic() take S390CPU instead of CPUS390XState
Philippe Mathieu-Daudé
4
-4
/
+6
2023-11-07
target/ppc: Move powerpc_input_t definition to 'cpu.h'
Philippe Mathieu-Daudé
2
-21
/
+20
2023-11-07
target/ppc: Move powerpc_mmu_t definition to 'cpu.h'
Philippe Mathieu-Daudé
2
-43
/
+42
2023-11-07
target/ppc: Move powerpc_excp_t definition to 'cpu.h'
Philippe Mathieu-Daudé
2
-29
/
+27
2023-11-07
target/ppc: Move PowerPCCPUClass definition to 'cpu.h'
Philippe Mathieu-Daudé
3
-57
/
+52
2023-11-07
target/ppc: Move ppc_cpu_class_by_name() declaration to 'cpu.h'
Philippe Mathieu-Daudé
2
-2
/
+1
2023-11-07
target/ppc: Define powerpc_pm_insn_t in 'internal.h'
Philippe Mathieu-Daudé
2
-10
/
+9
2023-11-07
target/ppc: Prohibit target specific KVM prototypes on user emulation
Philippe Mathieu-Daudé
1
-0
/
+4
2023-11-07
target/ppc: Restrict KVM objects to system emulation
Philippe Mathieu-Daudé
1
-1
/
+1
2023-11-07
hw/ppc/e500: Restrict ppce500_init_mpic_kvm() to KVM
Philippe Mathieu-Daudé
3
-20
/
+5
2023-11-07
sysemu/kvm: Restrict kvmppc_get_radix_page_info() to ppc targets
Philippe Mathieu-Daudé
2
-3
/
+2
2023-11-07
target/mips: Fix TX79 LQ/SQ opcodes
Philippe Mathieu-Daudé
1
-1
/
+1
2023-11-07
target/mips: Fix MSA BZ/BNZ opcodes displacement
Philippe Mathieu-Daudé
1
-2
/
+2
2023-11-07
target/i386/monitor: synchronize cpu state for lapic info
Dongli Zhang
1
-0
/
+5
2023-11-07
target/i386/kvm: Correct comment in kvm_cpu_realize()
Philippe Mathieu-Daudé
1
-0
/
+1
2023-11-07
target/i386/hvf: Rename 'X86CPU *x86_cpu' variable as 'cpu'
Philippe Mathieu-Daudé
1
-9
/
+9
2023-11-07
target/i386/hvf: Rename 'CPUState *cpu' variable as 'cs'
Philippe Mathieu-Daudé
1
-46
/
+46
2023-11-07
target/i386/hvf: Use CPUState typedef
Philippe Mathieu-Daudé
1
-3
/
+3
2023-11-07
target/i386/hvf: Use env_archcpu() in simulate_[rdmsr/wrmsr]()
Philippe Mathieu-Daudé
3
-15
/
+14
2023-11-07
target/i386/hvf: Use x86_cpu in simulate_[rdmsr|wrmsr]()
Philippe Mathieu-Daudé
1
-2
/
+2
2023-11-07
target/xtensa: Use env_archcpu() in update_c[compare|count]()
Philippe Mathieu-Daudé
1
-2
/
+2
2023-11-07
target/s390x: Use env_archcpu() in handle_diag_308()
Philippe Mathieu-Daudé
1
-1
/
+1
2023-11-07
target/riscv: Use env_archcpu() in [check_]nanbox()
Philippe Mathieu-Daudé
1
-4
/
+4
2023-11-07
target/ppc: Use env_archcpu() in helper_book3s_msgsndp()
Philippe Mathieu-Daudé
1
-1
/
+1
2023-11-07
target/riscv: Move TYPE_RISCV_CPU_BASE definition to 'cpu.h'
Philippe Mathieu-Daudé
2
-7
/
+7
2023-11-07
target/openrisc: Declare QOM definitions in 'cpu-qom.h'
Philippe Mathieu-Daudé
2
-9
/
+23
2023-11-07
target/nios2: Declare QOM definitions in 'cpu-qom.h'
Philippe Mathieu-Daudé
2
-6
/
+20
2023-11-07
target/loongarch: Declare QOM definitions in 'cpu-qom.h'
Philippe Mathieu-Daudé
2
-9
/
+25
2023-11-07
target/hexagon: Declare QOM definitions in 'cpu-qom.h'
Philippe Mathieu-Daudé
2
-14
/
+29
2023-11-07
target: Declare FOO_CPU_TYPE_NAME/SUFFIX in 'cpu-qom.h'
Philippe Mathieu-Daudé
24
-33
/
+47
2023-11-07
target/riscv: Remove CPU_RESOLVING_TYPE from 'cpu-qom.h'
Philippe Mathieu-Daudé
2
-1
/
+2
2023-11-07
target/ppc: Remove CPU_RESOLVING_TYPE from 'cpu-qom.h'
Philippe Mathieu-Daudé
2
-2
/
+3
2023-11-07
target/arm: Move internal declarations from 'cpu-qom.h' to 'cpu.h'
Philippe Mathieu-Daudé
3
-28
/
+28
2023-11-07
target: Mention 'cpu-qom.h' is target agnostic
Philippe Mathieu-Daudé
3
-3
/
+3
2023-11-07
target: Unify QOM style
Philippe Mathieu-Daudé
37
-84
/
+4
2023-11-07
accel/tcg: Factor tcg_cpu_reset_hold() out
Philippe Mathieu-Daudé
5
-19
/
+8
2023-11-07
accel: Introduce cpu_exec_reset_hold()
Philippe Mathieu-Daudé
5
-0
/
+14
2023-11-07
accel/tcg: Declare tcg_flush_jmp_cache() in 'exec/tb-flush.h'
Philippe Mathieu-Daudé
6
-2
/
+5
2023-11-07
tests/unit/test-seccomp: Remove mentions of softmmu in test names
Philippe Mathieu-Daudé
1
-12
/
+12
2023-11-07
tests/vm/ubuntu.aarch64: Correct comment about TCG specific delay
Philippe Mathieu-Daudé
1
-1
/
+1
2023-11-07
vl: constify default_list
Marc-André Lureau
1
-1
/
+1
[next]