aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-09-19Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20170919-v2' into sta...Peter Maydell46-519/+591
2017-09-19MAINTAINERS/s390x: add terminal3270.cChristian Borntraeger1-0/+1
2017-09-19virtio-ccw: Create a virtio gpu device for the ccw busFarhan Ali2-0/+59
2017-09-19virtio-gpu: Handle endian conversionFarhan Ali1-8/+62
2017-09-19s390x/ccw: create s390 phb for compat reasons as wellCornelia Huck1-0/+3
2017-09-19configure: Allow --enable-seccomp on s390x, tooThomas Huth1-1/+1
2017-09-19virtio-ccw: remove stale comments on endiannessHalil Pasic1-2/+0
2017-09-19s390x: allow CPU hotplug in random core-id orderDavid Hildenbrand1-7/+1
2017-09-19s390x: generate sclp cpu information from possible_cpusDavid Hildenbrand1-20/+14
2017-09-19s390x: get rid of cpu_s390x_create()David Hildenbrand4-47/+30
2017-09-19s390x: get rid of cpu_states and use possible_cpus insteadDavid Hildenbrand1-26/+10
2017-09-19s390x: implement query-hotpluggable-cpusDavid Hildenbrand2-0/+57
2017-09-19s390x: CPU hot unplug via device_del cannot work for nowDavid Hildenbrand1-0/+10
2017-09-19s390x: allow cpu hotplug via device_addDavid Hildenbrand1-0/+1
2017-09-19s390x: print CPU definitions in sorted orderDavid Hildenbrand1-15/+41
2017-09-19target/s390x: rename next_cpu_id to next_core_idDavid Hildenbrand2-7/+6
2017-09-19target/s390x: use "core-id" for cpu number/address/id handlingDavid Hildenbrand8-66/+30
2017-09-19target/s390x: set cpu->id for linux user when realizingDavid Hildenbrand1-7/+4
2017-09-19s390x: allow only 1 CPU with TCGDavid Hildenbrand1-0/+6
2017-09-19target/s390x: use program_interrupt() in per_check_exception()David Hildenbrand1-6/+9
2017-09-19target/s390x: use trigger_pgm_exception() in s390_cpu_handle_mmu_fault()David Hildenbrand1-2/+1
2017-09-19s390x: move sclp_service_call() to sclp.hDavid Hildenbrand3-1/+3
2017-09-19target/s390x: move some s390x typedefs to cpu-qom.hDavid Hildenbrand3-7/+11
2017-09-19s390x: move subsystem_reset() to s390-virtio-ccw.hDavid Hildenbrand3-1/+3
2017-09-19s390x: move s390_virtio_hypercall() to s390-virtio-hcall.hDavid Hildenbrand4-1/+3
2017-09-19s390x: rename s390-virtio.h to s390-virtio-hcall.hDavid Hildenbrand3-6/+6
2017-09-19s390x: get rid of s390-virtio.cDavid Hildenbrand4-220/+158
2017-09-19cpu: drop old comments describing membersDavid Hildenbrand1-3/+3
2017-09-19exec,dump,i386,ppc,s390x: don't include exec/cpu-all.h explicitlyDavid Hildenbrand7-7/+0
2017-09-19s390: set DHCP client architecure id for netbootViktor Mihajlovski1-1/+1
2017-09-19s390x/css: remove unused error handling branchHalil Pasic1-7/+0
2017-09-19s390x/css: fix NULL handling for CCW addressesHalil Pasic1-1/+1
2017-09-19s390x/css: drop data-check in interpretationHalil Pasic1-9/+0
2017-09-19hw/misc/ivshmem: Fix ivshmem_recv_msg() to also work on big endian systemsThomas Huth1-1/+1
2017-09-19s390x/pci: add iommu replay callbackYi Min Zhao1-0/+12
2017-09-19s390x/pci: fixup ind_offset of msix routing entryYi Min Zhao1-3/+1
2017-09-19s390x/pci: remove idx from msix msg dataYi Min Zhao5-39/+16
2017-09-19tests: Enable the drive_del test also on s390xThomas Huth4-10/+38
2017-09-19s390x/css: fix cc handling for XSCHHalil Pasic1-5/+5
2017-09-19Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell80-1113/+1576
2017-09-19docker: fix creation of archivesPaolo Bonzini1-1/+0
2017-09-19default-configs: Replace $(and ...) with $(call land, ...)Thomas Huth4-5/+5
2017-09-19osdep.h: Prohibit disabling assert() in supported buildsEric Blake3-8/+20
2017-09-19checkpatch: add hwaddr to @typeListGreg Kurz1-0/+1
2017-09-19accel/hax: move hax-stub.c to accel/stubs/Philippe Mathieu-Daudé3-1/+1
2017-09-19target/i386: fix "info mem" for LA57 modePaolo Bonzini1-4/+4
2017-09-19scripts: let checkpatch.pl process an entire GIT branchDaniel P. Berrange1-27/+111
2017-09-19update-linux-headers: prepare for hyperv.h removalRoman Kagan1-1/+3
2017-09-19hyperv: add header with protocol definitionsRoman Kagan6-51/+306
2017-09-19i386/cpu/hyperv: support over 64 vcpus for windows guestsGonglei4-1/+23