index
:
~fziglio/qemu
master
virgl-spice
Qemu experimental branch
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
s390x
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-17
target/s390x: Remove floatX_maybe_silence_nan from conversions
Richard Henderson
1
-6
/
+6
2018-05-14
target/s390x: Fix brace Werror with clang 6.0.0
Richard Henderson
1
-1
/
+1
2018-05-14
s390x: refactor reset/reipl handling
David Hildenbrand
4
-64
/
+31
2018-05-09
target/s390x: convert to TranslatorOps
Emilio G. Cota
1
-82
/
+80
2018-05-09
target/s390x: convert to DisasContextBase
Emilio G. Cota
1
-72
/
+76
2018-05-09
target/s390x: convert to DisasJumpType
Emilio G. Cota
1
-635
/
+632
2018-05-09
target/s390x: avoid integer overflow in next_page PC check
Emilio G. Cota
1
-3
/
+3
2018-05-04
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2018-05-04' into ...
Peter Maydell
1
-1
/
+1
2018-05-04
qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF
Marc-André Lureau
1
-1
/
+1
2018-04-30
s390x/kvm: cleanup calls to cpu_synchronize_state()
David Hildenbrand
1
-19
/
+1
2018-04-09
s390x: load_psw() should only exchange the PSW for KVM
David Hildenbrand
1
-4
/
+6
2018-04-09
s390x/mmu: don't overwrite pending exception in mmu translate
David Hildenbrand
1
-1
/
+1
2018-04-09
s390x/kvm: call cpu_synchronize_state() on every kvm_arch_handle_exit()
David Hildenbrand
1
-0
/
+2
2018-03-23
s390x/cpumodel: fix feature groups and breakage of MSA8
Christian Borntraeger
1
-0
/
+1
2018-03-20
Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...
Peter Maydell
1
-2
/
+1
2018-03-19
qapi: Replace qobject_to_X(o) by qobject_to(X, o)
Max Reitz
1
-1
/
+1
2018-03-19
cpu: get rid of unused cpu_init() defines
Igor Mammedov
1
-2
/
+0
2018-03-19
cpu: add CPU_RESOLVING_TYPE macro
Igor Mammedov
1
-0
/
+1
2018-03-08
target/s390x: Remove leading underscores from #defines
Thomas Huth
3
-70
/
+70
2018-03-02
qapi: Empty out qapi-schema.json
Markus Armbruster
2
-2
/
+3
2018-03-02
Include less of the generated modular QAPI headers
Markus Armbruster
2
-1
/
+1
2018-03-01
s390x/tcg: fix loading 31bit PSWs with the highest bit set
David Hildenbrand
1
-0
/
+4
2018-02-26
s390x: remove s390_get_memslot_count
Cornelia Huck
5
-24
/
+0
2018-02-26
s390x/sclp: remove memory hotplug support
David Hildenbrand
1
-1
/
+0
2018-02-26
s390x/cpumodel: document S390FeatDef.bit not applicable
Halil Pasic
1
-2
/
+6
2018-02-26
qmp: expose s390-specific CPU info
Viktor Mihajlovski
4
-40
/
+37
2018-02-26
s390x/tcg: add various alignment checks
David Hildenbrand
3
-9
/
+75
2018-02-26
s390x/tcg: fix disabling/enabling DAT
David Hildenbrand
3
-5
/
+14
2018-02-26
s390x/cpu: expose the guest crash information
Christian Borntraeger
4
-9
/
+58
2018-02-21
target/*/cpu.h: remove softfloat.h
Alex Bennée
3
-2
/
+2
2018-02-19
mem: add share parameter to memory-backend-ram
Marcel Apfelbaum
1
-2
/
+2
2018-02-09
Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2018-02-07-v4' in...
Peter Maydell
5
-8
/
+4
2018-02-09
Drop superfluous includes of qapi/qmp/qjson.h
Markus Armbruster
1
-1
/
+0
2018-02-09
Include qapi/qmp/qbool.h exactly where needed
Markus Armbruster
1
-1
/
+0
2018-02-09
Include qapi/qmp/qdict.h exactly where needed
Markus Armbruster
1
-0
/
+1
2018-02-09
Include qapi/error.h exactly where needed
Markus Armbruster
3
-2
/
+1
2018-02-09
s390x/cpumodel: model PTFF subfunctions for Multiple-epoch facility
David Hildenbrand
4
-0
/
+28
2018-02-09
s390x/cpumodel: allow zpci features in qemu model
Cornelia Huck
2
-1
/
+11
2018-02-09
s390x/tcg: wire up pci instructions
Cornelia Huck
4
-0
/
+213
2018-02-09
s390x/flic: cache the common flic class in a central function
David Hildenbrand
1
-3
/
+3
2018-02-09
s390x/tcg: cache the qemu flic in a central function
David Hildenbrand
2
-4
/
+4
2018-02-09
s390x/tcg: STSI overhaul
David Hildenbrand
2
-103
/
+131
2018-02-09
s390x: fix size + content of STSI blocks
David Hildenbrand
3
-27
/
+33
2018-02-09
s390x/flic: optimize CPU wakeup for TCG
David Hildenbrand
2
-5
/
+4
2018-02-09
s390x/tcg: implement TEST PENDING INTERRUPTION
David Hildenbrand
4
-0
/
+64
2018-02-09
s390x/flic: make floating interrupts on TCG actually floating
David Hildenbrand
4
-142
/
+37
2018-02-09
s390x/tcg: tolerate wrong wakeups due to floating interrupts
David Hildenbrand
1
-0
/
+5
2018-02-09
s390x/flic: factor out injection of floating interrupts
David Hildenbrand
5
-111
/
+29
2018-02-09
s390x/tcg: simplify machine check handling
David Hildenbrand
4
-47
/
+12
2018-02-09
s390x/tcg: deliver multiple interrupts in a row
David Hildenbrand
1
-4
/
+16
[prev]
[next]