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
2021-05-11
target/i386: use mmu_translate for NPT walk
Paolo Bonzini
1
-207
/
+36
2021-05-11
target/i386: allow customizing the next phase of the translation
Paolo Bonzini
1
-12
/
+18
2021-05-11
target/i386: extend pg_mode to more CR0 and CR4 bits
Paolo Bonzini
3
-16
/
+39
2021-05-11
target/i386: pass cr3 to mmu_translate
Paolo Bonzini
1
-6
/
+6
2021-05-11
target/i386: extract mmu_translate
Paolo Bonzini
1
-65
/
+86
2021-05-11
target/i386: move paging mode constants from SVM to cpu.h
Paolo Bonzini
4
-21
/
+31
2021-05-11
target/i386: merge SVM_NPTEXIT_* with PF_ERROR_* constants
Paolo Bonzini
2
-10
/
+5
2021-05-10
accel: add init_accel_cpu for adapting accel behavior to CPU type
Claudio Fontana
1
-1
/
+7
2021-05-10
i386: make cpu_load_efer sysemu-only
Claudio Fontana
2
-15
/
+18
2021-05-10
target/i386: gdbstub: only write CR0/CR2/CR3/EFER for sysemu
Claudio Fontana
1
-0
/
+10
2021-05-10
target/i386: gdbstub: introduce aux functions to read/write CS64 regs
Claudio Fontana
1
-104
/
+51
2021-05-10
i386: split off sysemu part of cpu.c
Claudio Fontana
4
-379
/
+429
2021-05-10
i386: split seg_helper into user-only and sysemu parts
Claudio Fontana
7
-229
/
+311
2021-05-10
i386: split svm_helper into sysemu and stub-only user
Claudio Fontana
5
-61
/
+80
2021-05-10
i386: separate fpu_helper sysemu-only parts
Claudio Fontana
4
-39
/
+63
2021-05-10
i386: split misc helper user stubs and sysemu part
Claudio Fontana
5
-467
/
+519
2021-05-10
i386: move TCG bpt_helper into sysemu/
Claudio Fontana
6
-277
/
+311
2021-05-10
i386: split tcg excp_helper into sysemu and user parts
Claudio Fontana
5
-573
/
+623
2021-05-10
i386: split smm helper (sysemu)
Claudio Fontana
6
-18
/
+16
2021-05-10
i386: split off sysemu-only functionality in tcg-cpu
Paolo Bonzini
7
-71
/
+121
2021-05-10
accel-cpu: make cpu_realizefn return a bool
Claudio Fontana
4
-7
/
+10
2021-05-10
target/i386: fix host_cpu_adjust_phys_bits error handling
Claudio Fontana
1
-10
/
+12
2021-05-10
accel: introduce new accessor functions
Claudio Fontana
1
-7
/
+2
2021-05-10
cpu: call AccelCPUClass::cpu_realizefn in cpu_exec_realizefn
Claudio Fontana
1
-13
/
+7
2021-05-10
i386: split cpu accelerators from cpu.c, using AccelCPUClass
Claudio Fontana
13
-378
/
+650
2021-05-10
target/i386: Split out do_fsave, do_frstor, do_fxsave, do_fxrstor
Richard Henderson
1
-16
/
+34
2021-05-10
target/i386: Rename helper_fldt, helper_fstt
Richard Henderson
1
-10
/
+9
2021-05-10
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210510-...
Peter Maydell
11
-389
/
+502
2021-05-10
target/arm: Make WFI a NOP for userspace emulators
Peter Maydell
1
-0
/
+14
2021-05-10
target/arm: Make translate-neon.c.inc its own compilation unit
Peter Maydell
4
-11
/
+14
2021-05-10
target/arm: Make functions used by translate-neon global
Peter Maydell
2
-8
/
+10
2021-05-10
target/arm: Move NeonGenThreeOpEnvFn typedef to translate.h
Peter Maydell
2
-3
/
+2
2021-05-10
target/arm: Delete unused typedef
Peter Maydell
1
-2
/
+0
2021-05-10
target/arm: Move vfp_reg_ptr() to translate-neon.c.inc
Peter Maydell
2
-7
/
+7
2021-05-10
target/arm: Make translate-vfp.c.inc its own compilation unit
Peter Maydell
4
-9
/
+13
2021-05-10
target/arm: Make functions used by translate-vfp global
Peter Maydell
2
-17
/
+26
2021-05-10
target/arm: Move vfp_{load, store}_reg{32, 64} to translate-vfp.c.inc
Peter Maydell
2
-20
/
+20
2021-05-10
target/arm: Move gen_aa32 functions to translate-a32.h
Peter Maydell
2
-35
/
+69
2021-05-10
target/arm: Split m-nocp trans functions into their own file
Peter Maydell
5
-198
/
+226
2021-05-10
target/arm: Make functions used by m-nocp global
Peter Maydell
3
-33
/
+65
2021-05-10
target/arm: Share unallocated_encoding() and gen_exception_insn()
Peter Maydell
4
-22
/
+12
2021-05-10
target/arm: Move constant expanders to translate.h
Peter Maydell
2
-24
/
+24
2021-05-10
target/arm: Fix tlbbits calculation in tlbi_aa64_vae2is_write()
Peter Maydell
1
-1
/
+1
2021-05-10
Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-20210505' into...
Peter Maydell
4
-47
/
+107
2021-05-06
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
6
-1
/
+1371
2021-05-05
Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.1-20210504' in...
Peter Maydell
16
-1083
/
+1336
2021-05-05
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...
Peter Maydell
19
-19
/
+2
2021-05-04
hw/sparc*: Move cpu_check_irqs() to target/sparc/
Philippe Mathieu-Daudé
3
-0
/
+107
2021-05-04
hw/sparc: Allow building without the leon3 machine
Philippe Mathieu-Daudé
3
-47
/
+0
2021-05-04
Add NVMM accelerator: acceleration enlightenments
Reinoud Zandijk
1
-1
/
+1
[next]