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
*
Remove empty statements
Ladi Prosek
2017-12-18
3
-3
/
+3
*
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20171215-v2' into sta...
Peter Maydell
2017-12-15
21
-348
/
+591
|
\
|
*
s390x: change the QEMU cpu model to a stripped down z12
David Hildenbrand
2017-12-14
4
-59
/
+139
|
*
s390x/tcg: we already implement the Set-Program-Parameter facility
David Hildenbrand
2017-12-14
1
-2
/
+3
|
*
s390x/tcg: implement extract-CPU-time facility
David Hildenbrand
2017-12-14
5
-7
/
+50
|
*
s390x/tcg: Implement SIGNAL ADAPTER instruction
David Hildenbrand
2017-12-14
2
-0
/
+9
|
*
s390x/tcg: Implement STORE CHANNEL PATH STATUS
David Hildenbrand
2017-12-14
2
-0
/
+8
|
*
s390x/tcg: wire up SET CHANNEL MONITOR
David Hildenbrand
2017-12-14
4
-0
/
+18
|
*
s390x/tcg: wire up SET ADDRESS LIMIT
David Hildenbrand
2017-12-14
4
-0
/
+18
|
*
s390x/tcg: implement Interlocked-Access Facility 2
David Hildenbrand
2017-12-14
3
-6
/
+70
|
*
s390x/tcg: ASI/ASGI/ALSI/ALSGI are atomic with Interlocked-acccess facility 1
David Hildenbrand
2017-12-14
2
-4
/
+25
|
*
s390x/tcg: wire up STORE CHANNEL REPORT WORD
David Hildenbrand
2017-12-14
4
-0
/
+19
|
*
s390x/tcg: indicate value of TODPR in STCKE
David Hildenbrand
2017-12-14
1
-0
/
+5
|
*
s390x/tcg: implement SET CLOCK PROGRAMMABLE FIELD
David Hildenbrand
2017-12-14
4
-0
/
+21
|
*
s390x/tcg: fix and cleanup mcck injection
David Hildenbrand
2017-12-14
2
-9
/
+9
|
*
s390x/kvm: factor out build_channel_report_mcic() into cpu.h
David Hildenbrand
2017-12-14
2
-23
/
+25
|
*
s390x/tcg: drop potential_page_fault()
David Hildenbrand
2017-12-14
1
-7
/
+2
|
*
s390x/tcg: drop program_interrupt()
David Hildenbrand
2017-12-14
2
-18
/
+5
|
*
s390x/tcg: use s390_program_interrupt() in STSI
David Hildenbrand
2017-12-14
2
-2
/
+1
|
*
s390x/tcg: use s390_program_interrupt() in SACF
David Hildenbrand
2017-12-14
1
-1
/
+1
|
*
s390x/tcg: use s390_program_interrupt() in per_check_exception()
David Hildenbrand
2017-12-14
2
-4
/
+1
|
*
s390x/tcg: use s390_program_interrupt() in DIAG
David Hildenbrand
2017-12-14
2
-4
/
+1
|
*
s390x/tcg: use s390_program_interrupt() in SCLP Service Call
David Hildenbrand
2017-12-14
2
-4
/
+2
|
*
s390x/tcg: io instructions don't need potential_page_fault()
David Hildenbrand
2017-12-14
1
-10
/
+0
|
*
s390x/tcg: don't exit the cpu loop in s390_cpu_virt_mem_rw()
David Hildenbrand
2017-12-14
1
-3
/
+6
|
*
s390x: handle exceptions during s390_cpu_virt_mem_rw() correctly (TCG)
David Hildenbrand
2017-12-14
3
-3
/
+32
|
*
s390x/diag: pass the retaddr into handle_diag_308()
David Hildenbrand
2017-12-14
4
-10
/
+11
|
*
s390x/pci: pass the retaddr to all PCI instructions
David Hildenbrand
2017-12-14
1
-7
/
+7
|
*
s390x/ioinst: pass the retaddr to all IO instructions
David Hildenbrand
2017-12-14
5
-69
/
+75
|
*
s390x/tcg: rip out dead tpi code
David Hildenbrand
2017-12-14
2
-27
/
+0
|
*
s390x/tcg: get rid of runtime_exception()
David Hildenbrand
2017-12-14
4
-26
/
+8
|
*
s390x/tcg: introduce and use s390_program_interrupt()
David Hildenbrand
2017-12-14
6
-35
/
+30
|
*
target/s390x: nuke DPRINTF in helper.c
Cornelia Huck
2017-12-14
1
-18
/
+0
|
*
s390x/migration: use zero flag parameter
Christian Borntraeger
2017-12-14
1
-8
/
+8
*
|
target/ppc: introduce the PPC_BIT() macro
Cédric Le Goater
2017-12-14
1
-49
/
+56
*
|
spapr/rtas: disable the decrementer interrupt when a CPU is unplugged
Cédric Le Goater
2017-12-14
1
-3
/
+6
*
|
pcc: define the Power-saving mode Exit Cause Enable bits in PowerPCCPUClass
Cédric Le Goater
2017-12-14
2
-12
/
+12
*
|
target/ppc: Use tcg_gen_lookup_and_goto_ptr
Richard Henderson
2017-12-14
1
-15
/
+8
|
/
*
target/arm: Extend PAR format determination
Edgar E. Iglesias
2017-12-13
1
-4
/
+29
*
target/arm: Remove fsr argument from get_phys_addr() and arm_tlb_fill()
Peter Maydell
2017-12-13
3
-34
/
+16
*
target/arm: Ignore fsr from get_phys_addr() in do_ats_write()
Peter Maydell
2017-12-13
1
-6
/
+10
*
target/arm: Use ARMMMUFaultInfo in deliver_fault()
Peter Maydell
2017-12-13
1
-57
/
+22
*
target/arm: Convert get_phys_addr_pmsav8() to not return FSC values
Peter Maydell
2017-12-13
1
-11
/
+18
*
target/arm: Convert get_phys_addr_pmsav7() to not return FSC values
Peter Maydell
2017-12-13
1
-4
/
+7
*
target/arm: Convert get_phys_addr_pmsav5() to not return FSC values
Peter Maydell
2017-12-13
1
-7
/
+13
*
target/arm: Convert get_phys_addr_lpae() to not return FSC values
Peter Maydell
2017-12-13
1
-23
/
+18
*
target/arm: Convert get_phys_addr_v6() to not return FSC values
Peter Maydell
2017-12-13
1
-18
/
+22
*
target/arm: Convert get_phys_addr_v5() to not return FSC values
Peter Maydell
2017-12-13
1
-15
/
+18
*
target/arm: Remove fsr argument from arm_ld*_ptw()
Peter Maydell
2017-12-13
1
-13
/
+11
*
target/arm: Provide fault type enum and FSR conversion functions
Peter Maydell
2017-12-13
1
-0
/
+185
[next]