Age | Commit message (Expand) | Author | Files | Lines |
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 |
2018-02-09 | Use #include "..." for our own headers, <...> for others | Markus Armbruster | 1 | -4/+2 |
2018-02-05 | qdev: use device_class_set_parent_realize/unrealize/reset() | Philippe Mathieu-Daudé | 1 | -2/+2 |
2018-01-25 | accel/tcg: add size paremeter in tlb_fill() | Laurent Vivier | 3 | -7/+7 |
2018-01-22 | s390x/kvm: provide stfle.81 | Christian Borntraeger | 3 | -0/+3 |
2018-01-22 | s390x/kvm: Handle bpb feature | Christian Borntraeger | 7 | -0/+36 |
2018-01-22 | s390x/tcg: fixup TEST PROTECTION | David Hildenbrand | 3 | -23/+22 |
2018-01-22 | s390x/tcg: implement TEST PROTECTION | David Hildenbrand | 3 | -4/+41 |
2018-01-16 | maint: Fix macros with broken 'do/while(0); ' usage | Eric Blake | 1 | -1/+1 |
2017-12-29 | tcg: Remove TCGV_UNUSED* and TCGV_IS_UNUSED* | Richard Henderson | 1 | -22/+20 |
2017-12-14 | s390x: change the QEMU cpu model to a stripped down z12 | David Hildenbrand | 4 | -59/+139 |