index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
target
Commit message (
Expand
)
Author
Age
Files
Lines
*
accel-cpu: make cpu_realizefn return a bool
Claudio Fontana
2021-05-10
4
-7
/
+10
*
target/i386: fix host_cpu_adjust_phys_bits error handling
Claudio Fontana
2021-05-10
1
-10
/
+12
*
accel: introduce new accessor functions
Claudio Fontana
2021-05-10
1
-7
/
+2
*
cpu: call AccelCPUClass::cpu_realizefn in cpu_exec_realizefn
Claudio Fontana
2021-05-10
1
-13
/
+7
*
i386: split cpu accelerators from cpu.c, using AccelCPUClass
Claudio Fontana
2021-05-10
13
-378
/
+650
*
target/i386: Split out do_fsave, do_frstor, do_fxsave, do_fxrstor
Richard Henderson
2021-05-10
1
-16
/
+34
*
target/i386: Rename helper_fldt, helper_fstt
Richard Henderson
2021-05-10
1
-10
/
+9
*
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210510-...
Peter Maydell
2021-05-10
11
-389
/
+502
|
\
|
*
target/arm: Make WFI a NOP for userspace emulators
Peter Maydell
2021-05-10
1
-0
/
+14
|
*
target/arm: Make translate-neon.c.inc its own compilation unit
Peter Maydell
2021-05-10
4
-11
/
+14
|
*
target/arm: Make functions used by translate-neon global
Peter Maydell
2021-05-10
2
-8
/
+10
|
*
target/arm: Move NeonGenThreeOpEnvFn typedef to translate.h
Peter Maydell
2021-05-10
2
-3
/
+2
|
*
target/arm: Delete unused typedef
Peter Maydell
2021-05-10
1
-2
/
+0
|
*
target/arm: Move vfp_reg_ptr() to translate-neon.c.inc
Peter Maydell
2021-05-10
2
-7
/
+7
|
*
target/arm: Make translate-vfp.c.inc its own compilation unit
Peter Maydell
2021-05-10
4
-9
/
+13
|
*
target/arm: Make functions used by translate-vfp global
Peter Maydell
2021-05-10
2
-17
/
+26
|
*
target/arm: Move vfp_{load, store}_reg{32, 64} to translate-vfp.c.inc
Peter Maydell
2021-05-10
2
-20
/
+20
|
*
target/arm: Move gen_aa32 functions to translate-a32.h
Peter Maydell
2021-05-10
2
-35
/
+69
|
*
target/arm: Split m-nocp trans functions into their own file
Peter Maydell
2021-05-10
5
-198
/
+226
|
*
target/arm: Make functions used by m-nocp global
Peter Maydell
2021-05-10
3
-33
/
+65
|
*
target/arm: Share unallocated_encoding() and gen_exception_insn()
Peter Maydell
2021-05-10
4
-22
/
+12
|
*
target/arm: Move constant expanders to translate.h
Peter Maydell
2021-05-10
2
-24
/
+24
|
*
target/arm: Fix tlbbits calculation in tlbi_aa64_vae2is_write()
Peter Maydell
2021-05-10
1
-1
/
+1
*
|
Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-20210505' into...
Peter Maydell
2021-05-10
4
-47
/
+107
|
\
\
|
|
/
|
/
|
|
*
hw/sparc*: Move cpu_check_irqs() to target/sparc/
Philippe Mathieu-Daudé
2021-05-04
3
-0
/
+107
|
*
hw/sparc: Allow building without the leon3 machine
Philippe Mathieu-Daudé
2021-05-04
3
-47
/
+0
*
|
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
2021-05-06
6
-1
/
+1371
|
\
\
|
*
|
Add NVMM accelerator: acceleration enlightenments
Reinoud Zandijk
2021-05-04
1
-1
/
+1
|
*
|
Add NVMM accelerator: x86 CPU support
Reinoud Zandijk
2021-05-04
5
-0
/
+1370
|
|
/
*
|
Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.1-20210504' in...
Peter Maydell
2021-05-05
16
-1083
/
+1336
|
\
\
|
*
|
target/ppc: removed VSCR from SPR registration
Bruno Larsen (billionai)
2021-05-04
1
-7
/
+13
|
*
|
target/ppc: Reduce the size of ppc_spr_t
Richard Henderson
2021-05-04
1
-4
/
+8
|
*
|
target/ppc: Clean up _spr_register et al
Richard Henderson
2021-05-04
1
-82
/
+76
|
*
|
target/ppc: Add POWER10 exception model
Nicholas Piggin
2021-05-04
5
-7
/
+59
|
*
|
target/ppc: rework AIL logic in interrupt delivery
Nicholas Piggin
2021-05-04
3
-69
/
+106
|
*
|
target/ppc: move opcode table logic to translate.c
Bruno Larsen (billionai)
2021-05-04
3
-390
/
+403
|
*
|
target/ppc: code motion from translate_init.c.inc to gdbstub.c
Bruno Larsen (billionai)
2021-05-04
3
-253
/
+264
|
*
|
ppc: Rename current DAWR macros and variables
Ravi Bangoria
2021-05-04
2
-4
/
+4
|
*
|
target/ppc: POWER10 supports scv
Nicholas Piggin
2021-05-04
1
-1
/
+1
|
*
|
target/ppc: Fix POWER9 radix guest HV interrupt AIL behaviour
Nicholas Piggin
2021-05-04
1
-4
/
+13
|
*
|
target/ppc: Validate hflags with CONFIG_DEBUG_TCG
Richard Henderson
2021-05-04
2
-2
/
+32
|
*
|
target/ppc: Remove env->immu_idx and env->dmmu_idx
Richard Henderson
2021-05-04
6
-56
/
+56
|
*
|
target/ppc: Remove MSR_SA and MSR_AP from hflags
Richard Henderson
2021-05-04
2
-9
/
+5
|
*
|
target/ppc: Put LPCR[GTSE] in hflags
Richard Henderson
2021-05-04
4
-1
/
+8
|
*
|
target/ppc: Create helper_scv
Richard Henderson
2021-05-04
3
-13
/
+17
|
*
|
target/ppc: Put dbcr0 single-step bits into hflags
Richard Henderson
2021-05-04
3
-18
/
+20
|
*
|
target/ppc: Reduce env->hflags to uint32_t
Richard Henderson
2021-05-04
3
-4
/
+4
|
*
|
target/ppc: Disconnect hflags from MSR
Richard Henderson
2021-05-04
3
-50
/
+95
|
*
|
target/ppc: Extract post_load_update_msr
Richard Henderson
2021-05-04
1
-16
/
+14
|
*
|
target/ppc: Fix comment for MSR_FE{0,1}
Richard Henderson
2021-05-04
1
-2
/
+2
[next]