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
2023-03-01
accel/tcg: Pass max_insn to gen_intermediate_code by pointer
Richard Henderson
21
-21
/
+21
2023-03-01
target/arm: Replace `tb_pc()` with `tb->pc`
Anton Johansson
1
-2
/
+2
2023-03-01
target/avr: Replace `tb_pc()` with `tb->pc`
Anton Johansson
1
-1
/
+2
2023-03-01
target/hexagon: Replace `tb_pc()` with `tb->pc`
Anton Johansson
1
-1
/
+3
2023-03-01
target/hppa: Replace `tb_pc()` with `tb->pc`
Anton Johansson
1
-3
/
+5
2023-03-01
target/i386: Replace `tb_pc()` with `tb->pc`
Anton Johansson
1
-1
/
+1
2023-03-01
target/loongarch: Replace `tb_pc()` with `tb->pc`
Anton Johansson
1
-2
/
+4
2023-03-01
target/microblaze: Replace `tb_pc()` with `tb->pc`
Anton Johansson
1
-1
/
+3
2023-03-01
target/mips: Replace `tb_pc()` with `tb->pc`
Anton Johansson
2
-2
/
+3
2023-03-01
target/openrisc: Replace `tb_pc()` with `tb->pc`
Anton Johansson
1
-1
/
+3
2023-03-01
target/riscv: Replace `tb_pc()` with `tb->pc`
Anton Johansson
1
-2
/
+5
2023-03-01
target/rx: Replace `tb_pc()` with `tb->pc`
Anton Johansson
1
-1
/
+2
2023-03-01
target/sh4: Replace `tb_pc()` with `tb->pc`
Anton Johansson
1
-2
/
+4
2023-03-01
target/sparc: Replace `tb_pc()` with `tb->pc`
Anton Johansson
1
-1
/
+3
2023-03-01
target/tricore: Replace `tb_pc()` with `tb->pc`
Anton Johansson
1
-1
/
+2
2023-03-01
target/i386: Remove `TARGET_TB_PCREL` define
Anton Johansson
1
-4
/
+0
2023-03-01
target/arm: Remove `TARGET_TB_PCREL` define
Anton Johansson
1
-2
/
+0
2023-03-01
target/i386: Replace `TARGET_TB_PCREL` with `CF_PCREL`
Anton Johansson
3
-17
/
+17
2023-03-01
target/arm: Replace `TARGET_TB_PCREL` with `CF_PCREL`
Anton Johansson
4
-12
/
+12
2023-03-01
target/arm: set `CF_PCREL` in `arm_cpu_realizefn`
Anton Johansson
1
-0
/
+5
2023-03-01
target/i386: set `CF_PCREL` in `x86_cpu_realizefn`
Anton Johansson
1
-0
/
+5
2023-02-28
accel/tcg: Add 'size' param to probe_access_full
Richard Henderson
5
-7
/
+7
2023-02-28
accel/tcg: Add 'size' param to probe_access_flags()
Daniel Henrique Barboza
3
-3
/
+3
2023-02-28
Merge tag 'buildsys-qom-qdev-ui-20230227' of https://github.com/philmd/qemu i...
Peter Maydell
33
-592
/
+604
2023-02-27
hw: Move ioapic*.h to intc/
Bernhard Beschow
1
-1
/
+1
2023-02-27
target/tricore: Remove unused fields from CPUTriCoreState
Philippe Mathieu-Daudé
1
-11
/
+0
2023-02-27
target/xtensa/cpu: Include missing "memory.h" header
Philippe Mathieu-Daudé
1
-0
/
+3
2023-02-27
target/sparc/sysemu: Remove pointless CONFIG_USER_ONLY guard
Philippe Mathieu-Daudé
1
-2
/
+0
2023-02-27
target/riscv/cpu: Move Floating-Point fields closer
Philippe Mathieu-Daudé
1
-3
/
+3
2023-02-27
target/ppc: Fix warning with clang-15
Pierrick Bouvier
1
-2
/
+2
2023-02-27
target/ppc/kvm: Remove unused "sysbus.h" header
Philippe Mathieu-Daudé
1
-1
/
+0
2023-02-27
target/ppc/internal: Restrict MMU declarations to sysemu
Philippe Mathieu-Daudé
1
-0
/
+5
2023-02-27
target/loongarch/cpu: Restrict "memory.h" header to sysemu
Philippe Mathieu-Daudé
1
-0
/
+2
2023-02-27
target/loongarch/cpu: Remove unused "sysbus.h" header
Bernhard Beschow
1
-1
/
+0
2023-02-27
target/alpha: Remove obsolete STATUS document
Philippe Mathieu-Daudé
1
-28
/
+0
2023-02-27
target/hppa: Extract system helpers to sys_helper.c
Philippe Mathieu-Daudé
3
-77
/
+102
2023-02-27
target/hppa: Extract FPU helpers to fpu_helper.c
Philippe Mathieu-Daudé
3
-427
/
+451
2023-02-27
target/i386: Remove x86_cpu_dump_local_apic_state() dead stub
Philippe Mathieu-Daudé
2
-4
/
+5
2023-02-27
target/i386/cpu: Remove dead helper_lock() declaration
Philippe Mathieu-Daudé
1
-3
/
+0
2023-02-27
target/i386: Remove NEED_CPU_H guard from target-specific headers
Philippe Mathieu-Daudé
2
-6
/
+0
2023-02-27
target/cpu: Restrict do_transaction_failed() handlers to sysemu
Philippe Mathieu-Daudé
3
-5
/
+9
2023-02-27
target/cpu: Restrict cpu_get_phys_page_debug() handlers to sysemu
Philippe Mathieu-Daudé
16
-21
/
+21
2023-02-27
Merge tag 'for-upstream-8.0' of https://gitlab.com/bonzini/qemu into staging
Peter Maydell
4
-14
/
+170
2023-02-27
i386: Add new CPU model SapphireRapids
Wang, Lei
2
-2
/
+135
2023-02-27
target/i386: KVM: allow fast string operations if host supports them
Paolo Bonzini
1
-1
/
+16
2023-02-27
target/i386: add FZRM, FSRS, FSRC
Paolo Bonzini
2
-3
/
+11
2023-02-27
target/i386: add FSRM to TCG
Paolo Bonzini
1
-1
/
+1
2023-02-27
Merge tag 'pull-target-arm-20230227' of https://git.linaro.org/people/pmaydel...
Peter Maydell
50
-706
/
+794
2023-02-27
target/arm: Don't access TCG code when debugging with KVM
Fabiano Rosas
1
-0
/
+4
2023-02-27
target/arm: Move regime_using_lpae_format into internal.h
Fabiano Rosas
2
-21
/
+18
[next]