index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
target-s390x
Commit message (
Expand
)
Author
Age
Files
Lines
*
Include monitor/monitor.h exactly where needed
Markus Armbruster
2015-06-22
1
-1
/
+0
*
qerror: Move #include out of qerror.h
Markus Armbruster
2015-06-22
1
-0
/
+1
*
disas: Remove uses of CPU env
Peter Crosthwaite
2015-06-22
1
-1
/
+1
*
target-s390x: PER: add Breaking-Event-Address register
Aurelien Jarno
2015-06-17
4
-11
/
+37
*
target-s390x: PER instruction-fetch nullification event support
Aurelien Jarno
2015-06-17
1
-0
/
+12
*
target-s390x: PER store-using-real-address event support
Aurelien Jarno
2015-06-17
1
-0
/
+16
*
target-s390x: PER storage-alteration event support
Aurelien Jarno
2015-06-17
5
-3
/
+100
*
target-s390x: PER instruction-fetch event support
Aurelien Jarno
2015-06-17
3
-0
/
+17
*
target-s390x: PER successful-branching event support
Aurelien Jarno
2015-06-17
3
-0
/
+51
*
target-s390x: basic PER event handling
Aurelien Jarno
2015-06-17
5
-20
/
+71
*
target-s390x: add get_per_in_range function
Aurelien Jarno
2015-06-17
1
-0
/
+11
*
target-s390x: add get_per_atmid function
Aurelien Jarno
2015-06-17
1
-0
/
+12
*
target-s390x: add PER related constants
Aurelien Jarno
2015-06-17
1
-0
/
+16
*
target-s390x: mvc_fast_memmove: access memory through softmmu
Aurelien Jarno
2015-06-17
1
-57
/
+27
*
target-s390x: mvc_fast_memset: access memory through softmmu
Aurelien Jarno
2015-06-17
1
-41
/
+32
*
target-s390x: function to adjust the length wrt page boundary
Aurelien Jarno
2015-06-17
1
-0
/
+11
*
target-s390x: wire up I/O instructions in TCG mode
Alexander Graf
2015-06-17
4
-14
/
+179
*
target-s390x: wire up DIAG REIPL in TCG mode
Aurelien Jarno
2015-06-17
1
-0
/
+6
*
target-s390x: wire up DIAG IPL in TCG mode
Aurelien Jarno
2015-06-17
4
-13
/
+20
*
target-s390x: fix s390_cpu_initial_reset
Aurelien Jarno
2015-06-17
1
-0
/
+1
*
target-s390x: initialize I/O interrupt queue
Aurelien Jarno
2015-06-17
1
-0
/
+8
*
target-s390x: correctly initialize ext interrupt queue
Aurelien Jarno
2015-06-17
1
-1
/
+2
*
target-s390x: fix setcc in TCG mode
Aurelien Jarno
2015-06-17
1
-0
/
+1
*
virtio-ccw: disable ioevent bit when ioeventfds are not enabled
Aurelien Jarno
2015-06-17
1
-5
/
+1
*
s390/ioinst: fix endianness in ioinst_schib_valid
Alexander Graf
2015-06-17
1
-3
/
+3
*
s390/ioinst: fix IO_INT_WORD_ISC macro
Aurelien Jarno
2015-06-17
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20150615' into s...
Peter Maydell
2015-06-15
3
-0
/
+48
|
\
|
*
s390x/kvm: diag288 instruction interception and handling
Xu Wang
2015-06-11
3
-0
/
+48
*
|
migration: Use normal VMStateDescriptions for Subsections
Juan Quintela
2015-06-12
1
-17
/
+13
|
/
*
Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20150609' into s...
Peter Maydell
2015-06-09
2
-3
/
+5
|
\
|
*
s390x/migration: add comment about floating point migration
Christian Borntraeger
2015-06-09
1
-0
/
+1
|
*
s390x/kvm: always ignore empty vcpu interrupt state
Sascha Silbe
2015-06-03
1
-3
/
+4
*
|
target-s390x: Only access allocated storage keys
Alexander Graf
2015-06-05
1
-1
/
+1
*
|
target-s390x: fix MVC instruction when areas overlap
Aurelien Jarno
2015-06-05
1
-3
/
+4
*
|
target-s390x: use softmmu functions for mvcp/mvcs
Aurelien Jarno
2015-06-05
1
-33
/
+20
*
|
target-s390x: support non current ASC in s390_cpu_handle_mmu_fault
Aurelien Jarno
2015-06-05
1
-1
/
+1
*
|
target-s390x: add a cpu_mmu_idx_to_asc function
Aurelien Jarno
2015-06-05
1
-3
/
+22
*
|
target-s390x: implement high-word facility
Aurelien Jarno
2015-06-05
2
-0
/
+98
*
|
target-s390x: implement load-and-trap facility
Aurelien Jarno
2015-06-05
2
-9
/
+81
*
|
target-s390x: implement miscellaneous-instruction-extensions facility
Aurelien Jarno
2015-06-05
2
-0
/
+4
*
|
target-s390x: implement LPDFR and LNDFR instructions
Aurelien Jarno
2015-06-05
1
-0
/
+2
*
|
target-s390x: implement TRANSLATE EXTENDED instruction
Aurelien Jarno
2015-06-05
4
-0
/
+51
*
|
target-s390x: implement TRANSLATE AND TEST instruction
Aurelien Jarno
2015-06-05
4
-0
/
+37
*
|
target-s390x: implement LOAD FP INTEGER instructions
Aurelien Jarno
2015-06-05
4
-0
/
+63
*
|
target-s390x: move SET DFP ROUNDING MODE to the correct facility
Aurelien Jarno
2015-06-05
1
-1
/
+1
*
|
target-s390x: move STORE CLOCK FAST to the correct facility
Aurelien Jarno
2015-06-05
1
-1
/
+1
*
|
target-s390x: change CHRL and CGHRL format to RIL-b
Aurelien Jarno
2015-06-05
1
-2
/
+2
*
|
target-s390x: fix CLGIT instruction
Aurelien Jarno
2015-06-05
1
-1
/
+1
*
|
target-s390x: fix exception for invalid operation code
Aurelien Jarno
2015-06-05
1
-1
/
+1
*
|
target-s390x: implement LAY and LAEY instructions
Aurelien Jarno
2015-06-05
2
-0
/
+38
[next]