Age | Commit message (Expand) | Author | Files | Lines |
2018-05-29 | hw/s390x: Rename 2.13 machines to 3.0 | Peter Maydell | 1 | -5/+5 |
2018-05-14 | s390x: refactor reset/reipl handling | David Hildenbrand | 1 | -7/+44 |
2018-05-10 | make sure that we aren't overwriting mc->get_hotplug_handler by accident | Igor Mammedov | 1 | -0/+1 |
2018-04-30 | hw/s390x: Allow to configure the consoles with the "-serial" parameter | Thomas Huth | 1 | -2/+17 |
2018-04-30 | s390x: introduce 2.13 compat machine | Cornelia Huck | 1 | -1/+16 |
2018-04-03 | hw/s390x: fix memory leak in s390_init_ipl_dev() | Greg Kurz | 1 | -1/+4 |
2018-03-08 | s390x/sclp: proper support of larger send and receive masks | Claudio Imbrenda | 1 | -1/+7 |
2018-03-08 | numa: we don't implement NUMA for s390x | David Hildenbrand | 1 | -3/+5 |
2018-03-08 | hw/s390x: Add the possibility to specify the netboot image on the command line | Thomas Huth | 1 | -1/+3 |
2018-02-26 | qmp: expose s390-specific CPU info | Viktor Mihajlovski | 1 | -1/+1 |
2018-02-09 | Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2018-02-07-v4' in... | Peter Maydell | 1 | -2/+1 |
2018-02-09 | Move include qemu/option.h from qemu-common.h to actual users | Markus Armbruster | 1 | -1/+1 |
2018-02-09 | Drop superfluous includes of qapi/qmp/qerror.h | Markus Armbruster | 1 | -1/+0 |
2018-02-09 | s390x/tcg: remove SMP warning | David Hildenbrand | 1 | -4/+0 |
2018-01-19 | possible_cpus: add CPUArchId::type field | Igor Mammedov | 1 | -0/+1 |
2017-12-15 | s390-ccw-virtio: allow for systems larger that 7.999TB | Christian Borntraeger | 1 | -3/+27 |
2017-12-14 | s390x: change the QEMU cpu model to a stripped down z12 | David Hildenbrand | 1 | -0/+4 |
2017-12-14 | s390x: deprecate s390-squash-mcss machine prop | Halil Pasic | 1 | -1/+6 |
2017-12-14 | s390x/css: unrestrict cssids | Halil Pasic | 1 | -1/+0 |
2017-12-14 | s390x: introduce 2.12 compat machine | Cornelia Huck | 1 | -1/+16 |
2017-10-30 | s390x/kvm: use cpu model for gscb on compat machines | Christian Borntraeger | 1 | -8/+0 |
2017-10-20 | s390x: move s390x_new_cpu() into board code | Igor Mammedov | 1 | -0/+21 |
2017-10-20 | s390x/tcg: unlock NMI | David Hildenbrand | 1 | -3/+1 |
2017-10-20 | s390x/tcg: switch to new SIGP handling code | David Hildenbrand | 1 | -3/+1 |
2017-10-20 | s390x/kvm: factor out SIGP code into sigp.c | David Hildenbrand | 1 | -0/+3 |
2017-10-06 | s390/kvm: make TOD setting failures fatal for migration | Collin L. Walling | 1 | -5/+2 |
2017-10-06 | s390x/css: fix css migration compat handling | Halil Pasic | 1 | -3/+3 |
2017-10-06 | s390x: introduce and use S390_MAX_CPUS | David Hildenbrand | 1 | -1/+1 |
2017-10-06 | s390x: raise CPU hotplug irq after really hotplugged | David Hildenbrand | 1 | -0/+4 |
2017-10-06 | Revert "s390x/ccw: create s390 phb conditionally" | Christian Borntraeger | 1 | -7/+9 |
2017-10-06 | s390x: use generic cpu_model parsing | Igor Mammedov | 1 | -25/+3 |
2017-09-19 | s390x: get rid of cpu_s390x_create() | David Hildenbrand | 1 | -2/+27 |
2017-09-19 | s390x: get rid of cpu_states and use possible_cpus instead | David Hildenbrand | 1 | -26/+10 |
2017-09-19 | s390x: implement query-hotpluggable-cpus | David Hildenbrand | 1 | -0/+41 |
2017-09-19 | s390x: CPU hot unplug via device_del cannot work for now | David Hildenbrand | 1 | -0/+10 |
2017-09-19 | target/s390x: use "core-id" for cpu number/address/id handling | David Hildenbrand | 1 | -1/+1 |
2017-09-19 | s390x: allow only 1 CPU with TCG | David Hildenbrand | 1 | -0/+6 |
2017-09-19 | s390x: rename s390-virtio.h to s390-virtio-hcall.h | David Hildenbrand | 1 | -1/+1 |
2017-09-19 | s390x: get rid of s390-virtio.c | David Hildenbrand | 1 | -1/+158 |
2017-08-30 | s390x: avoid calling kvm_ functions outside of target/s390x/ | David Hildenbrand | 1 | -3/+1 |
2017-08-30 | target/s390x: no need to pass kvm_state to savevm_gtod handlers | David Hildenbrand | 1 | -1/+1 |
2017-08-30 | target/s390x: simplify gs_allowed() | David Hildenbrand | 1 | -12/+2 |
2017-08-30 | target/s390x: simplify ri_allowed() | David Hildenbrand | 1 | -3/+0 |
2017-08-30 | s390x/ccw: create s390 phb conditionally | Cornelia Huck | 1 | -6/+8 |
2017-08-30 | s390x: introduce 2.11 compat machine | Cornelia Huck | 1 | -1/+16 |
2017-07-21 | Use qemu_tolower() and qemu_toupper(), not tolower() and toupper() | Peter Maydell | 1 | -1/+1 |
2017-07-14 | s390x/kvm: enable guarded storage | Fan Zhang | 1 | -0/+18 |
2017-07-14 | s390x/cpumodel: add esop/esop2 to z12 model | Jason J. Herne | 1 | -0/+3 |
2017-07-14 | s390x/cpumodel: add zpci, aen and ais facilities | Yi Min Zhao | 1 | -0/+3 |
2017-07-14 | s390x: initialize cpu firstly | Yi Min Zhao | 1 | -3/+3 |