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
/
s390x
Commit message (
Expand
)
Author
Age
Files
Lines
*
s390x: Rename and use constants for short PSW address and mask
Janosch Frank
2020-02-27
2
-3
/
+4
*
s390/sclp: improve special wait psw logic
Christian Borntraeger
2020-02-26
1
-1
/
+1
*
s390x: Add missing vcpu reset functions
Janosch Frank
2020-02-26
4
-12
/
+58
*
target/s390x/translate: Fix RNSBG instruction
Thomas Huth
2020-02-26
1
-1
/
+1
*
Let cpu_[physical]_memory() calls pass a boolean 'is_write' argument
Philippe Mathieu-Daudé
2020-02-20
2
-4
/
+4
*
Remove unnecessary cast when using the address_space API
Philippe Mathieu-Daudé
2020-02-20
1
-1
/
+1
*
s390x: sigp: Fix sense running reporting
Janosch Frank
2020-01-27
1
-2
/
+2
*
target/s390x: Remove DisasFields argument from extract_insn
Richard Henderson
2020-01-27
1
-11
/
+8
*
target/s390x: Move DisasFields into DisasContext
Richard Henderson
2020-01-27
2
-32
/
+30
*
target/s390x: Pass DisasContext to get_field and have_field
Richard Henderson
2020-01-27
2
-574
/
+569
*
target/s390x: Remove DisasFields argument from callbacks
Richard Henderson
2020-01-27
1
-207
/
+210
*
target/s390x: Move struct DisasFields definition earlier
Richard Henderson
2020-01-27
1
-81
/
+83
*
target/s390x/kvm: Enable adapter interruption suppression again
Thomas Huth
2020-01-27
1
-3
/
+6
*
target/s390x: Remove duplicated ifdef macro
Philippe Mathieu-Daudé
2020-01-27
1
-4
/
+3
*
qdev: set properties with device_class_set_props()
Marc-André Lureau
2020-01-24
1
-1
/
+1
*
cpu: Use cpu_class_set_parent_reset()
Greg Kurz
2020-01-24
1
-2
/
+1
*
tcg: Search includes from the project root source directory
Philippe Mathieu-Daudé
2020-01-16
2
-3
/
+3
*
target/s390x: Use cpu_*_mmuidx_ra instead of MMU_MODE*_SUFFIX
Richard Henderson
2020-01-16
2
-10
/
+5
*
target/s390x: Include tcg.h in mem_helper.c
Richard Henderson
2020-01-16
1
-0
/
+1
*
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20191219' into staging
Peter Maydell
2019-12-20
7
-61
/
+34
|
\
|
*
s390x: Properly fetch and test the short psw on diag308 subc 0/1
Janosch Frank
2019-12-18
2
-2
/
+11
|
*
target/s390x: Implement LOAD/STORE TO REAL ADDRESS inline
Richard Henderson
2019-12-18
4
-47
/
+8
|
*
target/s390x: Split out helper_per_store_real
Richard Henderson
2019-12-18
4
-16
/
+19
*
|
kvm: introduce kvm_kernel_irqchip_* functions
Paolo Bonzini
2019-12-17
1
-1
/
+1
*
|
qom: add object_new_with_class
Paolo Bonzini
2019-12-17
1
-2
/
+2
|
/
*
s390x/tcg: clear local interrupts on reset normal
Cornelia Huck
2019-12-14
1
-4
/
+4
*
s390x/cpumodel: Fix query-cpu-definitions error API violations
Markus Armbruster
2019-12-14
1
-5
/
+1
*
s390x/cpumodel: Fix query-cpu-model-FOO error API violations
Markus Armbruster
2019-12-14
1
-16
/
+27
*
s390x/cpumodel: Fix realize() error API violations
Markus Armbruster
2019-12-14
1
-15
/
+22
*
s390x/cpumodel: Fix feature property error API violations
Markus Armbruster
2019-12-14
1
-4
/
+8
*
s390x: Fix cpu normal reset ri clearing
Janosch Frank
2019-12-14
2
-2
/
+12
*
s390x: kvm: Make kvm_sclp_service_call void
Janosch Frank
2019-12-14
1
-7
/
+5
*
s390x: Beautify diag308 handling
Janosch Frank
2019-12-14
1
-22
/
+32
*
s390x: Move clear reset
Janosch Frank
2019-12-14
2
-41
/
+18
*
s390x: Move initial reset
Janosch Frank
2019-12-14
4
-31
/
+21
*
s390x: Move reset normal to shared reset handler
Janosch Frank
2019-12-14
4
-9
/
+20
*
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
*
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
*
target/s390x: Remove ilen argument from trigger_access_exception
Richard Henderson
2019-10-09
1
-3
/
+3
*
target/s390x: Remove ILEN_AUTO
Richard Henderson
2019-10-09
2
-5
/
+0
[next]