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
*
target/arm: Hoist XSCALE_CPAR, VECLEN, VECSTRIDE in cpu_get_tb_cpu_state
Richard Henderson
2019-10-24
1
-7
/
+14
*
target/arm: Split out rebuild_hflags_aprofile
Richard Henderson
2019-10-24
1
-8
/
+12
*
target/arm: Split out rebuild_hflags_a32
Richard Henderson
2019-10-24
1
-1
/
+7
*
target/arm: Reduce tests vs M-profile in cpu_get_tb_cpu_state
Richard Henderson
2019-10-24
1
-26
/
+23
*
target/arm: Split out rebuild_hflags_m32
Richard Henderson
2019-10-24
1
-15
/
+30
*
target/arm: Split arm_cpu_data_is_big_endian
Richard Henderson
2019-10-24
2
-23
/
+42
*
target/arm: Split out rebuild_hflags_common_32
Richard Henderson
2019-10-24
1
-5
/
+11
*
target/arm: Split out rebuild_hflags_a64
Richard Henderson
2019-10-24
1
-59
/
+66
*
target/arm: Split out rebuild_hflags_common
Richard Henderson
2019-10-24
2
-18
/
+37
*
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.2-20191024' into...
Peter Maydell
2019-10-24
1
-44
/
+40
|
\
|
*
target/ppc: Fix for optimized vsl/vsr instructions
Stefan Brankovic
2019-10-24
1
-44
/
+40
*
|
Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...
Peter Maydell
2019-10-24
1
-0
/
+47
|
\
\
|
*
|
target/i386: Introduce Denverton CPU model
Tao Xu
2019-10-24
1
-0
/
+47
|
|
/
*
|
Merge remote-tracking branch 'remotes/xtensa/tags/20191023-xtensa' into staging
Peter Maydell
2019-10-24
4
-3001
/
+3154
|
\
\
|
|
/
|
/
|
|
*
target/xtensa: regenerate and re-import test_mmuhifi_c3 core
Max Filippov
2019-10-19
4
-3001
/
+3154
*
|
target/arm: Fix sign-extension for SMLAL*
Richard Henderson
2019-10-22
1
-1
/
+3
*
|
s390x/kvm: Set default cpu model for all machine classes
David Hildenbrand
2019-10-21
1
-2
/
+8
*
|
s390x/tcg: Fix VECTOR SUBTRACT WITH BORROW COMPUTE BORROW INDICATION
David Hildenbrand
2019-10-21
1
-10
/
+3
*
|
s390x/tcg: Fix VECTOR SUBTRACT WITH BORROW INDICATION
David Hildenbrand
2019-10-21
1
-5
/
+5
*
|
s390x/tcg: Fix VECTOR SUBTRACT COMPUTE BORROW INDICATION
David Hildenbrand
2019-10-21
2
-4
/
+5
*
|
s390x/tcg: Fix VECTOR SHIFT RIGHT ARITHMETIC BY BYTE
David Hildenbrand
2019-10-21
1
-2
/
+4
*
|
s390x/tcg: Fix VECTOR MULTIPLY AND ADD *
David Hildenbrand
2019-10-21
1
-4
/
+4
*
|
s390x/tcg: Fix VECTOR MULTIPLY LOGICAL ODD
David Hildenbrand
2019-10-21
1
-1
/
+1
*
|
s390x/mmu: Remove duplicate check for MMU_DATA_STORE
David Hildenbrand
2019-10-21
1
-3
/
+1
*
|
s390x/cpumodel: Add missing visit_free
Andrew Jones
2019-10-21
1
-0
/
+1
*
|
target/i386: Add Snowridge-v2 (no MPX) CPU model
Xiaoyao Li
2019-10-15
1
-0
/
+12
*
|
i386: Omit all-zeroes entries from KVM CPUID table
Eduardo Habkost
2019-10-15
1
-0
/
+14
*
|
i386: Fix legacy guest with xsave panic on host kvm without update cpuid.
Bingsong Si
2019-10-15
1
-1
/
+7
*
|
target/i386: drop the duplicated definition of cpuid AVX512_VBMI macro
Tao Xu
2019-10-15
3
-8
/
+7
*
|
target/i386: clean up comments over 80 chars per line
Tao Xu
2019-10-15
1
-59
/
+111
*
|
target/arm/arm-semi: Implement SH_EXT_STDOUT_STDERR extension
Peter Maydell
2019-10-15
1
-2
/
+17
*
|
target/arm/arm-semi: Implement SH_EXT_EXIT_EXTENDED extension
Peter Maydell
2019-10-15
1
-5
/
+14
*
|
target/arm/arm-semi: Implement support for semihosting feature detection
Peter Maydell
2019-10-15
1
-1
/
+108
*
|
target/arm/arm-semi: Factor out implementation of SYS_FLEN
Peter Maydell
2019-10-15
1
-10
/
+22
*
|
target/arm/arm-semi: Factor out implementation of SYS_SEEK
Peter Maydell
2019-10-15
1
-9
/
+22
*
|
target/arm/arm-semi: Factor out implementation of SYS_ISTTY
Peter Maydell
2019-10-15
1
-5
/
+15
*
|
target/arm/arm-semi: Factor out implementation of SYS_READ
Peter Maydell
2019-10-15
1
-20
/
+35
*
|
target/arm/arm-semi: Factor out implementation of SYS_WRITE
Peter Maydell
2019-10-15
1
-18
/
+33
*
|
target/arm/arm-semi: Factor out implementation of SYS_CLOSE
Peter Maydell
2019-10-15
1
-7
/
+37
*
|
target/arm/arm-semi: Use set_swi_errno() in gdbstub callback functions
Peter Maydell
2019-10-15
1
-21
/
+6
*
|
target/arm/arm-semi: Restrict use of TaskState*
Peter Maydell
2019-10-15
1
-48
/
+63
*
|
target/arm/arm-semi: Make semihosting code hand out its own file descriptors
Peter Maydell
2019-10-15
1
-14
/
+214
*
|
target/arm/arm-semi: Correct comment about gdb syscall races
Peter Maydell
2019-10-15
1
-4
/
+15
*
|
target/arm/arm-semi: Always set some kind of errno for failed calls
Peter Maydell
2019-10-15
1
-18
/
+27
*
|
target/arm/arm-semi: Capture errno in softmmu version of set_swi_errno()
Peter Maydell
2019-10-15
1
-4
/
+5
*
|
ARM: KVM: Check KVM_CAP_ARM_IRQ_LINE_LAYOUT_2 for smp_cpus > 256
Eric Auger
2019-10-15
1
-1
/
+9
*
|
intc/arm_gic: Support IRQ injection for more than 256 vpus
Eric Auger
2019-10-15
3
-6
/
+17
*
|
s390x/tcg: MVCL: Exit to main loop if requested
David Hildenbrand
2019-10-10
1
-1
/
+10
*
|
target/s390x: Remove ILEN_UNWIND
Richard Henderson
2019-10-09
1
-2
/
+0
*
|
target/s390x: Remove ilen argument from trigger_pgm_exception
Richard Henderson
2019-10-09
4
-10
/
+8
[next]