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
*
Typo, spelling and grammatical fixes
Peter Maydell
2013-04-12
1
-4
/
+4
*
target-s390: Fix SRNMT
Richard Henderson
2013-04-05
1
-0
/
+1
*
Fix typos and misspellings
Peter Maydell
2013-03-22
1
-1
/
+1
*
s390: Fix cpu refactoring fallout.
Cornelia Huck
2013-03-17
1
-2
/
+1
*
cpu: Replace do_interrupt() by CPUClass::do_interrupt method
Andreas Färber
2013-03-12
4
-6
/
+10
*
cpu: Pass CPUState to cpu_interrupt()
Andreas Färber
2013-03-12
2
-5
/
+5
*
cpu: Move halted and interrupt_request fields to CPUState
Andreas Färber
2013-03-12
3
-8
/
+12
*
s390/css: Fix subchannel detection
Christian Borntraeger
2013-03-08
2
-2
/
+2
*
s390: simplify kvm cpu init
Christian Borntraeger
2013-03-08
1
-7
/
+2
*
gen-icount.h: Rename gen_icount_start/end to gen_tb_start/end
Peter Maydell
2013-03-03
1
-2
/
+2
*
cpu: Introduce ENV_OFFSET macros
Andreas Färber
2013-03-03
1
-0
/
+1
*
target-s390x: Use mulu2 for mlgr insn
Richard Henderson
2013-02-23
3
-11
/
+1
*
target-s390x: Drop unused cpu_s390x_close() prototype
Andreas Färber
2013-02-16
1
-1
/
+0
*
cpu: Add CPUArchState pointer to CPUState
Andreas Färber
2013-02-16
1
-0
/
+2
*
target-s390x: Move TCG initialization to S390CPU initfn
Andreas Färber
2013-02-16
2
-7
/
+6
*
target-s390x: Introduce QOM realizefn for S390CPU
Andreas Färber
2013-02-16
3
-3
/
+19
*
s390: Fix handling of iscs.
Cornelia Huck
2013-02-13
3
-2
/
+8
*
s390: Keep I/O interrupts enabled for all iscs.
Cornelia Huck
2013-02-13
1
-19
/
+21
*
target-s390x: Fix wrong comparison in interrupt handling
Stefan Weil
2013-02-04
1
-1
/
+1
*
s390x: silence warning from GCC on uninitialized values
Anthony Liguori
2013-02-04
1
-1
/
+1
*
Merge remote-tracking branch 'agraf/s390-for-upstream' into staging
Anthony Liguori
2013-02-01
5
-26
/
+31
|
\
|
*
target-s390x: Pass S390CPU to s390_{add, del}_running_cpu()
Andreas Färber
2013-02-01
4
-15
/
+13
|
*
target-s390x: Clean up cpu_inject_*() signatures
Andreas Färber
2013-02-01
3
-8
/
+15
|
*
target-s390x: Fix debug output
Andreas Färber
2013-02-01
1
-1
/
+1
|
*
target-s390x: Fix debug output (continued)
Andreas Färber
2013-02-01
1
-2
/
+2
*
|
target-s390x: Mark as unmigratable
Andreas Färber
2013-02-01
3
-32
/
+10
|
/
*
s390: Use s390_cpu_physical_memory_map for tpi.
Cornelia Huck
2013-01-29
3
-7
/
+23
*
s390: Wire up channel I/O in kvm.
Cornelia Huck
2013-01-29
2
-13
/
+237
*
s390: Virtual channel subsystem support.
Cornelia Huck
2013-01-29
1
-0
/
+62
*
s390: Add channel I/O instructions.
Cornelia Huck
2013-01-29
3
-0
/
+832
*
s390: I/O interrupt and machine check injection.
Cornelia Huck
2013-01-29
2
-1
/
+209
*
s390: Channel I/O basic definitions.
Cornelia Huck
2013-01-29
4
-1
/
+245
*
s390: Add mapping helper functions.
Cornelia Huck
2013-01-29
2
-0
/
+29
*
s390: Lowcore mapping helper.
Cornelia Huck
2013-01-29
1
-9
/
+25
*
kvm: Create kvm_arch_vcpu_id() function
Eduardo Habkost
2013-01-27
1
-0
/
+5
*
s390: Add a hypercall registration interface.
Cornelia Huck
2013-01-18
3
-3
/
+3
*
target-s390x: Unregister reset callback on finalization
Andreas Färber
2013-01-18
1
-0
/
+10
*
s390x: fix indentation
Alexander Graf
2013-01-18
1
-5
/
+5
*
s390: Add CPU reset handler
Jens Freimann
2013-01-18
2
-3
/
+41
*
s390x: Remove inline function ebcdic_put and related data from cpu.h
Stefan Weil
2013-01-18
2
-81
/
+81
*
S390: Enable -cpu help and QMP query-cpu-definitions
Viktor Mihajlovski
2013-01-18
2
-0
/
+29
*
s390: new contributions GPLv2 or later
Christian Borntraeger
2013-01-18
2
-2
/
+9
*
cpu: Move cpu_index field to CPUState
Andreas Färber
2013-01-15
1
-1
/
+1
*
target-s390: Use noreturn for exception and load_psw
Richard Henderson
2013-01-05
1
-2
/
+2
*
target-s390: Use TCG_CALL_NO_WG for misc helpers
Richard Henderson
2013-01-05
1
-1
/
+1
*
target-s390: Use TCG_CALL_NO_WG for integer helpers
Richard Henderson
2013-01-05
1
-4
/
+4
*
target-s390: Use TCG_CALL_NO_WG for floating-point helpers
Richard Henderson
2013-01-05
1
-39
/
+39
*
target-s390: Use TCG_CALL_NO_WG for memory helpers
Richard Henderson
2013-01-05
1
-15
/
+15
*
target-s390: Perform COMPARE AND SWAP inline
Richard Henderson
2013-01-05
4
-96
/
+124
*
target-s390: Optimize get_address
Richard Henderson
2013-01-05
1
-26
/
+18
[next]