summaryrefslogtreecommitdiff
path: root/target/s390x
AgeCommit message (Expand)AuthorFilesLines
2017-09-19Convert remaining error_report() to warn_report()Alistair Francis1-2/+2
2017-09-06target: [tcg] Use a generic enum for DISAS_ valuesLluís Vilanova1-1/+2
2017-09-01s390x: replace cpu_s390x_init() with cpu_generic_init()Igor Mammedov3-16/+8
2017-08-30target/s390x: cleanup cpu.hDavid Hildenbrand1-69/+68
2017-08-30s390x/kvm: move KVM declarations and stubs to separate filesDavid Hildenbrand10-119/+167
2017-08-30s390x: avoid calling kvm_ functions outside of target/s390x/David Hildenbrand2-0/+8
2017-08-30target/s390x: move a couple of functions to cpu.cDavid Hildenbrand2-79/+89
2017-08-30target/s390x: introduce internal.hDavid Hildenbrand20-343/+409
2017-08-30target/s390x: move get_per_in_range() to misc_helper.cDavid Hildenbrand2-11/+11
2017-08-30target/s390x: move s390_do_cpu_reset() to diag.cDavid Hildenbrand2-7/+7
2017-08-30target/s390x: move psw_key_valid() to mem_helper.cDavid Hildenbrand2-11/+11
2017-08-30target/s390x: move cpu_mmu_idx_to_asc() to excp_helper.cDavid Hildenbrand2-14/+14
2017-08-30target/s390x: move cc_name() to helper.cDavid Hildenbrand2-47/+49
2017-08-30target/s390x: move gtod_*() declarations to s390-virtio.hDavid Hildenbrand1-3/+0
2017-08-30s390x: drop inclusion of sysemu/kvm.h from some filesDavid Hildenbrand1-1/+0
2017-08-30s390x/cpumodel: factor out determination of default model nameDavid Hildenbrand2-0/+9
2017-08-30s390x/kvm: drop KVMState parameter from kvm_s390_set_mem_limit()David Hildenbrand2-10/+9
2017-08-30s390x/kvm: drop KVMState parameter from s390_get_memslot_count()David Hildenbrand2-6/+6
2017-08-30s390x/pci: fence off instructions for non-pciCornelia Huck1-13/+41
2017-08-30s390x/pci: do not advertise pci on non-pci buildsCornelia Huck1-1/+3
2017-08-30s390x: chsc nt2 events are pci-onlyCornelia Huck1-0/+16
2017-08-30s390x: wire up diag288 in tcgCornelia Huck1-0/+4
2017-08-30s390x/tcg: specification exception for unknown diagCornelia Huck1-1/+1
2017-08-03target/s390x: Fix CSST for 16-byte storeRichard Henderson1-0/+1
2017-08-01trace-events: fix code style: print 0x before hex numbersVladimir Sementsov-Ogievskiy1-1/+1
2017-07-31docs: fix broken paths to docs/devel/tracing.txtPhilippe Mathieu-Daudé1-1/+1
2017-07-28target/s390x: fix pgm irq ilen in translate_pages()David Hildenbrand1-1/+1
2017-07-28target/s390x: fix pgm irq ilen for stsiDavid Hildenbrand1-1/+1
2017-07-25s390x/css: fix ilen in IO instruction handlersHalil Pasic1-21/+21
2017-07-25target/s390x: Add remaining switches to compile with --disable-tcgThomas Huth2-3/+7
2017-07-25target/s390x: Move exception-related functions to a new excp_helper.c fileThomas Huth4-469/+528
2017-07-25target/s390x: Rework program_interrupt() and related functionsThomas Huth5-48/+52
2017-07-25target/s390x: Move diag helpers to a separate fileThomas Huth3-168/+180
2017-07-25target/s390x: Move s390_cpu_dump_state() to helper.cThomas Huth2-60/+60
2017-07-25target/s390x: improve baselining if certain base features are missingDavid Hildenbrand1-0/+33
2017-07-25s390x/kvm: better comment regarding zPCI feature availabilityDavid Hildenbrand1-1/+1
2017-07-25target/s390x: introduce (test|set)_be_bitDavid Hildenbrand3-16/+14
2017-07-25target/s390x: indicate query subfunction in s390_fill_feat_blockDavid Hildenbrand2-18/+26
2017-07-25target/s390x: drop BE_BIT()David Hildenbrand1-1/+0
2017-07-25s390/cpumodel: remove KSS from the default model of z14Christian Borntraeger2-1/+1
2017-07-19tcg: Pass generic CPUState to gen_intermediate_code()Lluís Vilanova1-3/+2
2017-07-18Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20170718' into s...Peter Maydell2-0/+38
2017-07-18s390x/cpumodel: z14 cpu modelsJason J. Herne2-0/+38
2017-07-17target/s390x: Fix risbg handlingRichard Henderson1-2/+2
2017-07-17target/s390x: Allow to enable "idtes" feature for TCGDavid Hildenbrand1-0/+1
2017-07-17target/s390x: Mark ETF3 and ETF3_ENH facilities as availableRichard Henderson1-0/+2
2017-07-17target/s390x: Implement TRTRRichard Henderson4-7/+25
2017-07-17target/s390x: Implement SRSTURichard Henderson4-0/+57
2017-07-17target/s390x: Tidy SRSTRichard Henderson4-15/+23
2017-07-17target/s390x: Implement CONVERT UNICODE insnsRichard Henderson4-0/+380