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
/
misc_helper.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
target/s390x: Split out helper_per_store_real
Richard Henderson
2019-12-18
1
-0
/
+10
*
target/s390x: Use tcg_s390_program_interrupt in TCG helpers
Richard Henderson
2019-10-09
1
-9
/
+9
*
target/s390x: Remove ilen parameter from s390_program_interrupt
Richard Henderson
2019-10-09
1
-18
/
+9
*
target/s390x: Use env_cpu, env_archcpu
Richard Henderson
2019-06-10
1
-25
/
+25
*
s390x/tcg: Store only the necessary amount of doublewords for STFLE
David Hildenbrand
2019-06-07
1
-1
/
+7
*
s390x/tcg: Fix max_byte detection for stfle
David Hildenbrand
2019-06-07
1
-1
/
+2
*
target/s390x: Implement STCK et al for CONFIG_USER_ONLY
Richard Henderson
2019-02-18
1
-12
/
+22
*
target/s390x: Fix LGPL version in the file header comments
Thomas Huth
2019-01-30
1
-1
/
+1
*
s390x/tcg: fix locking problem with tcg_s390_tod_updated
David Hildenbrand
2018-07-02
1
-10
/
+16
*
s390x/tcg: implement SET CLOCK
David Hildenbrand
2018-07-02
1
-0
/
+16
*
s390x/tcg: SET CLOCK COMPARATOR can clear CKC interrupts
David Hildenbrand
2018-07-02
1
-0
/
+7
*
s390x/tcg: properly implement the TOD
David Hildenbrand
2018-07-02
1
-6
/
+19
*
s390x/tcg: drop tod_basetime
David Hildenbrand
2018-07-02
1
-2
/
+2
*
target: Do not include "exec/address-spaces.h" if it is not necessary
Philippe Mathieu-Daudé
2018-05-31
1
-1
/
+0
*
target/s390x: Fix brace Werror with clang 6.0.0
Richard Henderson
2018-05-14
1
-1
/
+1
*
s390x/tcg: wire up pci instructions
Cornelia Huck
2018-02-09
1
-0
/
+89
*
s390x/tcg: cache the qemu flic in a central function
David Hildenbrand
2018-02-09
1
-1
/
+1
*
s390x/tcg: STSI overhaul
David Hildenbrand
2018-02-09
1
-97
/
+115
*
s390x: fix size + content of STSI blocks
David Hildenbrand
2018-02-09
1
-6
/
+6
*
s390x/tcg: implement TEST PENDING INTERRUPTION
David Hildenbrand
2018-02-09
1
-0
/
+54
*
s390x/tcg: implement extract-CPU-time facility
David Hildenbrand
2017-12-14
1
-6
/
+15
*
s390x/tcg: wire up SET CHANNEL MONITOR
David Hildenbrand
2017-12-14
1
-0
/
+9
*
s390x/tcg: wire up SET ADDRESS LIMIT
David Hildenbrand
2017-12-14
1
-0
/
+9
*
s390x/tcg: wire up STORE CHANNEL REPORT WORD
David Hildenbrand
2017-12-14
1
-0
/
+9
*
s390x/tcg: implement SET CLOCK PROGRAMMABLE FIELD
David Hildenbrand
2017-12-14
1
-0
/
+11
*
s390x/tcg: use s390_program_interrupt() in STSI
David Hildenbrand
2017-12-14
1
-1
/
+1
*
s390x/tcg: use s390_program_interrupt() in per_check_exception()
David Hildenbrand
2017-12-14
1
-1
/
+1
*
s390x/tcg: use s390_program_interrupt() in DIAG
David Hildenbrand
2017-12-14
1
-1
/
+1
*
s390x/tcg: use s390_program_interrupt() in SCLP Service Call
David Hildenbrand
2017-12-14
1
-3
/
+2
*
s390x/diag: pass the retaddr into handle_diag_308()
David Hildenbrand
2017-12-14
1
-1
/
+1
*
s390x/ioinst: pass the retaddr to all IO instructions
David Hildenbrand
2017-12-14
1
-10
/
+10
*
s390x/tcg: get rid of runtime_exception()
David Hildenbrand
2017-12-14
1
-16
/
+0
*
s390x/tcg: introduce and use s390_program_interrupt()
David Hildenbrand
2017-12-14
1
-2
/
+1
*
s390x/tcg: fix DIAG 308 with > 1 VCPU (MTTCG)
David Hildenbrand
2017-11-20
1
-0
/
+2
*
s390x/tcg: refactor stfl(e) to use s390_get_feat_block()
David Hildenbrand
2017-10-20
1
-38
/
+29
*
s390x/tcg: switch to new SIGP handling code
David Hildenbrand
2017-10-20
1
-36
/
+6
*
s390x/tcg: make STFL store into the lowcore
David Hildenbrand
2017-10-06
1
-1
/
+6
*
target/s390x: use "core-id" for cpu number/address/id handling
David Hildenbrand
2017-09-19
1
-2
/
+2
*
target/s390x: use program_interrupt() in per_check_exception()
David Hildenbrand
2017-09-19
1
-6
/
+9
*
s390x: move sclp_service_call() to sclp.h
David Hildenbrand
2017-09-19
1
-0
/
+1
*
s390x: move s390_virtio_hypercall() to s390-virtio-hcall.h
David Hildenbrand
2017-09-19
1
-0
/
+1
*
target/s390x: introduce internal.h
David Hildenbrand
2017-08-30
1
-0
/
+1
*
target/s390x: move get_per_in_range() to misc_helper.c
David Hildenbrand
2017-08-30
1
-0
/
+11
*
s390x: wire up diag288 in tcg
Cornelia Huck
2017-08-30
1
-0
/
+4
*
s390x/tcg: specification exception for unknown diag
Cornelia Huck
2017-08-30
1
-1
/
+1
*
target/s390x: fix pgm irq ilen for stsi
David Hildenbrand
2017-07-28
1
-1
/
+1
*
target/s390x: Rework program_interrupt() and related functions
Thomas Huth
2017-07-25
1
-26
/
+0
*
target/s390x: Move diag helpers to a separate file
Thomas Huth
2017-07-25
1
-167
/
+0
*
s390x/cpumodel: wire up cpu type + id for TCG
David Hildenbrand
2017-06-13
1
-3
/
+6
*
target/s390x: rework PGM interrupt psw.addr handling
David Hildenbrand
2017-06-13
1
-13
/
+8
[next]