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
*
i386: introduce hyperv_feature_supported()
Vitaly Kuznetsov
2021-05-31
1
-19
/
+30
*
i386: stop using env->features[] for filling Hyper-V CPUIDs
Vitaly Kuznetsov
2021-05-31
2
-38
/
+43
*
i386: always fill Hyper-V CPUID feature leaves from X86CPU data
Vitaly Kuznetsov
2021-05-31
1
-9
/
+0
*
i386: invert hyperv_spinlock_attempts setting logic with hv_passthrough
Vitaly Kuznetsov
2021-05-31
1
-5
/
+1
*
i386: keep hyperv_vendor string up-to-date
Vitaly Kuznetsov
2021-05-31
2
-10
/
+14
*
i386: use better matching family/model/stepping for 'max' CPU
Daniel P. Berrangé
2021-05-31
1
-0
/
+6
*
i386: use better matching family/model/stepping for 'qemu64' CPU
Daniel P. Berrangé
2021-05-31
1
-3
/
+3
*
i386/cpu_dump: support AVX512 ZMM regs dump
Robert Hoo
2021-05-31
1
-15
/
+48
*
target/i386/cpu: Constify X86CPUDefinition
Philippe Mathieu-Daudé
2021-05-31
1
-6
/
+7
*
target/i386/cpu: Constify CPUCaches
Philippe Mathieu-Daudé
2021-05-31
1
-4
/
+4
*
i386: Document when features can be added to kvm_default_props
Eduardo Habkost
2021-05-31
1
-0
/
+5
*
target/i386: Add CPU model versions supporting 'xsaves'
Vitaly Kuznetsov
2021-05-31
1
-56
/
+94
*
Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210526' into...
Peter Maydell
2021-05-28
25
-79
/
+229
|
\
|
*
hw/core: Constify TCGCPUOps
Richard Henderson
2021-05-27
21
-22
/
+22
|
*
target/mips: Fold jazz behaviour into mips_cpu_do_transaction_failed
Richard Henderson
2021-05-27
2
-1
/
+5
|
*
cpu: Move CPUClass::get_paging_enabled to SysemuCPUOps
Philippe Mathieu-Daudé
2021-05-27
1
-1
/
+3
|
*
cpu: Move CPUClass::get_memory_mapping to SysemuCPUOps
Philippe Mathieu-Daudé
2021-05-27
1
-1
/
+1
|
*
cpu: Move CPUClass::get_phys_page_debug to SysemuCPUOps
Philippe Mathieu-Daudé
2021-05-27
19
-19
/
+19
|
*
cpu: Move CPUClass::asidx_from_attrs to SysemuCPUOps
Philippe Mathieu-Daudé
2021-05-27
2
-2
/
+2
|
*
cpu: Move CPUClass::write_elf* to SysemuCPUOps
Philippe Mathieu-Daudé
2021-05-27
5
-13
/
+11
|
*
cpu: Move CPUClass::get_crash_info to SysemuCPUOps
Philippe Mathieu-Daudé
2021-05-27
2
-2
/
+2
|
*
cpu: Move CPUClass::virtio_is_big_endian to SysemuCPUOps
Philippe Mathieu-Daudé
2021-05-27
2
-4
/
+2
|
*
cpu: Move CPUClass::vmsd to SysemuCPUOps
Philippe Mathieu-Daudé
2021-05-27
7
-7
/
+7
|
*
cpu: Introduce SysemuCPUOps structure
Philippe Mathieu-Daudé
2021-05-27
19
-0
/
+146
|
*
cpu: Move AVR target vmsd field from CPUClass to DeviceClass
Philippe Mathieu-Daudé
2021-05-27
2
-3
/
+3
|
*
cpu: Rename CPUClass vmsd -> legacy_vmsd
Philippe Mathieu-Daudé
2021-05-27
8
-9
/
+8
|
*
cpu: Assert DeviceClass::vmsd is NULL on user emulation
Philippe Mathieu-Daudé
2021-05-27
2
-3
/
+6
*
|
Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-6.1-pull-request' ...
Peter Maydell
2021-05-27
2
-8
/
+51
|
\
\
|
*
|
target/m68k: implement m68k "any instruction" trace mode
Mark Cave-Ayland
2021-05-26
2
-7
/
+28
|
*
|
target/m68k: introduce gen_singlestep_exception() function
Mark Cave-Ayland
2021-05-26
1
-4
/
+13
|
*
|
target/m68k: call gen_raise_exception() directly if single-stepping in gen_jm...
Mark Cave-Ayland
2021-05-26
1
-1
/
+3
|
*
|
target/m68k: introduce is_singlestepping() function
Mark Cave-Ayland
2021-05-26
1
-4
/
+15
|
|
/
*
/
i386/cpu: Expose AVX_VNNI instruction to guest
Yang Zhong
2021-05-26
2
-2
/
+4
|
/
*
target/arm: Enable SVE2 and related extensions
Richard Henderson
2021-05-25
3
-0
/
+16
*
target/arm: Implement integer matrix multiply accumulate
Richard Henderson
2021-05-25
7
-0
/
+169
*
target/arm: Implement aarch32 VSUDOT, VUSDOT
Richard Henderson
2021-05-25
3
-0
/
+38
*
target/arm: Split decode of VSDOT and VUDOT
Richard Henderson
2021-05-25
2
-11
/
+28
*
target/arm: Split out do_neon_ddda
Richard Henderson
2021-05-25
1
-52
/
+38
*
target/arm: Fix decode for VDOT (indexed)
Richard Henderson
2021-05-25
2
-3
/
+3
*
target/arm: Remove unused fpst from VDOT_scalar
Richard Henderson
2021-05-25
1
-3
/
+0
*
target/arm: Split out do_neon_ddda_fpst
Richard Henderson
2021-05-25
1
-55
/
+43
*
target/arm: Implement aarch64 SUDOT, USDOT
Richard Henderson
2021-05-25
2
-0
/
+30
*
target/arm: Implement SVE2 fp multiply-add long
Stephen Long
2021-05-25
4
-0
/
+141
*
target/arm: Move endian adjustment macros to vec_internal.h
Richard Henderson
2021-05-25
3
-28
/
+24
*
target/arm: Implement SVE2 bitwise shift immediate
Stephen Long
2021-05-25
4
-0
/
+133
*
target/arm: Implement 128-bit ZIP, UZP, TRN
Richard Henderson
2021-05-25
4
-8
/
+90
*
target/arm: Implement SVE2 LD1RO
Richard Henderson
2021-05-25
2
-0
/
+97
*
target/arm: Tidy do_ldrq
Richard Henderson
2021-05-25
1
-9
/
+4
*
target/arm: Share table of sve load functions
Richard Henderson
2021-05-25
1
-128
/
+126
*
target/arm: Implement SVE2 FLOGB
Stephen Long
2021-05-25
4
-0
/
+119
[next]