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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
2022-01-06
linux-user: Remove TARGET_SIGSTKSZ
Song Gao
6
-6
/
+0
2022-01-06
linux-user: target_syscall.h remove definition TARGET_MINSIGSTKSZ
Song Gao
18
-18
/
+0
2022-01-06
linux-user: Move target_signal.h generic definitions to generic/signal.h
Song Gao
16
-256
/
+16
2022-01-06
linux-user: Mark cpu_loop() with noreturn attribute
Philippe Mathieu-Daudé
1
-1
/
+1
2022-01-06
linux-user/hexagon: Use generic target_stat64 structure
Philippe Mathieu-Daudé
1
-26
/
+2
2022-01-06
qemu-binfmt-conf.sh: fix -F option
Martin Wilck
1
-1
/
+3
2022-01-04
common-user: Really fix i386 calls to safe_syscall_set_errno_tail
Richard Henderson
1
-1
/
+1
2022-01-04
Merge tag 'pull-tcg-20220104' of https://gitlab.com/rth7680/qemu into staging
Richard Henderson
6
-15
/
+42
2022-01-04
common-user: Fix tail calls to safe_syscall_set_errno_tail
Richard Henderson
3
-0
/
+3
2022-01-04
sysemu: Cleanup qemu_run_machine_init_done_notifiers()
Xiaoyao Li
1
-1
/
+0
2022-01-04
linux-user: Fix trivial build error on loongarch64 hosts
Philippe Mathieu-Daudé
1
-3
/
+1
2022-01-04
tcg/optimize: Fix folding of vector ops
Richard Henderson
1
-11
/
+38
2022-01-04
Merge tag 'pull-ppc-20220104' of https://github.com/legoater/qemu into staging
Richard Henderson
30
-446
/
+604
2022-01-04
target/ppc: do not call hreg_compute_hflags() in helper_store_mmcr0()
Daniel Henrique Barboza
1
-1
/
+6
2022-01-04
target/ppc: Use env->pnc_cyc_cnt
Richard Henderson
1
-98
/
+9
2022-01-04
target/ppc: Rewrite pmu_increment_insns
Richard Henderson
1
-29
/
+49
2022-01-04
target/ppc: Cache per-pmc insn and cycle count settings
Richard Henderson
6
-20
/
+58
2022-01-04
target/ppc: powerpc_excp: Stop passing excp_model around
Fabiano Rosas
1
-22
/
+21
2022-01-04
target/ppc: powerpc_excp: Move system call vectored code together
Fabiano Rosas
1
-8
/
+5
2022-01-04
target/ppc: powerpc_excp: Set vector earlier
Fabiano Rosas
1
-8
/
+8
2022-01-04
target/ppc: powerpc_excp: Add excp_vectors bounds check
Fabiano Rosas
1
-3
/
+4
2022-01-04
target/ppc: powerpc_excp: Set alternate SRRs directly
Fabiano Rosas
1
-15
/
+8
2022-01-04
target/ppc: do not silence snan in xscvspdpn
Matheus Ferst
4
-8
/
+42
2022-01-04
ppc/ppc405: Dump specific registers
Cédric Le Goater
1
-6
/
+21
2022-01-04
ppc/ppc405: Introduce a store helper for SPR_40x_PID
Cédric Le Goater
3
-1
/
+10
2022-01-04
ppc/ppc405: Fix timer initialization
Cédric Le Goater
1
-2
/
+0
2022-01-04
ppc/ppc405: Rework ppc_40x_timers_init() to use a PowerPCCPU
Cédric Le Goater
1
-23
/
+19
2022-01-04
ppc/ppc405: Restore TCR and STR write handlers
Cédric Le Goater
8
-2
/
+57
2022-01-04
ppc/ppc405: Activate MMU logs
Cédric Le Goater
2
-139
/
+122
2022-01-04
ppc/ppc4xx: Convert printfs()
Cédric Le Goater
4
-35
/
+29
2022-01-04
target/ppc: Print out literal exception names in logs
Cédric Le Goater
1
-1
/
+74
2022-01-04
target/ppc: Remove static inline
Cédric Le Goater
1
-6
/
+6
2022-01-04
target/ppc: Check effective address validity
Cédric Le Goater
2
-0
/
+6
2022-01-04
target/ppc: Improve logging in Radix MMU
Cédric Le Goater
1
-3
/
+52
2022-01-04
pnv_phb4.c: do not set 'root-bus' as bus name
Daniel Henrique Barboza
1
-1
/
+1
2022-01-04
pnv_phb3.c: do not set 'root-bus' as bus name
Daniel Henrique Barboza
1
-1
/
+2
2022-01-04
ppc/pnv: Remove the PHB4 "device-id" property
Cédric Le Goater
3
-6
/
+0
2022-01-04
ppc/pnv: Remove PHB4 reset handler
Cédric Le Goater
1
-13
/
+0
2022-01-04
ppc/pnv: Change the maximum of PHB3 devices for Power8NVL
Cédric Le Goater
1
-1
/
+1
2022-01-03
Merge tag 'pull-misc-20220103' of https://gitlab.com/rth7680/qemu into staging
Richard Henderson
8
-21
/
+118
2022-01-03
gitlab: Disable check-python-tox
Richard Henderson
1
-0
/
+2
2021-12-31
Merge tag 'machine-core-20211231' of https://github.com/philmd/qemu into staging
Richard Henderson
12
-125
/
+352
2021-12-31
MAINTAINERS: email address change
Li Zhijian
1
-1
/
+1
2021-12-31
MAINTAINERS: Change philmd's email address
Philippe Mathieu-Daudé
3
-10
/
+11
2021-12-31
MAINTAINERS: Self-recommended as reviewer of "Machine core"
Yanan Wang
1
-0
/
+1
2021-12-31
tests/unit/test-smp-parse: Keep default MIN/MAX CPUs in machine_base_class_init
Yanan Wang
1
-14
/
+2
2021-12-31
tests/unit/test-smp-parse: No need to explicitly zero MachineClass members
Yanan Wang
1
-10
/
+0
2021-12-31
tests/unit/test-smp-parse: Add testcases for CPU clusters
Yanan Wang
1
-7
/
+123
2021-12-31
hw/core/machine: Introduce CPU cluster topology support
Yanan Wang
6
-12
/
+38
2021-12-31
qemu-options: Improve readability of SMP related Docs
Yanan Wang
1
-17
/
+59
[next]