summaryrefslogtreecommitdiffstats
path: root/target/s390x
Commit message (Expand)AuthorAgeFilesLines
* target/s390x: cleanup cpu.hDavid Hildenbrand2017-08-301-69/+68Star
* s390x/kvm: move KVM declarations and stubs to separate filesDavid Hildenbrand2017-08-3010-119/+167
* s390x: avoid calling kvm_ functions outside of target/s390x/David Hildenbrand2017-08-302-0/+8
* target/s390x: move a couple of functions to cpu.cDavid Hildenbrand2017-08-302-79/+89
* target/s390x: introduce internal.hDavid Hildenbrand2017-08-3020-343/+409
* target/s390x: move get_per_in_range() to misc_helper.cDavid Hildenbrand2017-08-302-11/+11
* target/s390x: move s390_do_cpu_reset() to diag.cDavid Hildenbrand2017-08-302-7/+7
* target/s390x: move psw_key_valid() to mem_helper.cDavid Hildenbrand2017-08-302-11/+11
* target/s390x: move cpu_mmu_idx_to_asc() to excp_helper.cDavid Hildenbrand2017-08-302-14/+14
* target/s390x: move cc_name() to helper.cDavid Hildenbrand2017-08-302-47/+49
* target/s390x: move gtod_*() declarations to s390-virtio.hDavid Hildenbrand2017-08-301-3/+0Star
* s390x: drop inclusion of sysemu/kvm.h from some filesDavid Hildenbrand2017-08-301-1/+0Star
* s390x/cpumodel: factor out determination of default model nameDavid Hildenbrand2017-08-302-0/+9
* s390x/kvm: drop KVMState parameter from kvm_s390_set_mem_limit()David Hildenbrand2017-08-302-10/+9Star
* s390x/kvm: drop KVMState parameter from s390_get_memslot_count()David Hildenbrand2017-08-302-6/+6
* s390x/pci: fence off instructions for non-pciCornelia Huck2017-08-301-13/+41
* s390x/pci: do not advertise pci on non-pci buildsCornelia Huck2017-08-301-1/+3
* s390x: chsc nt2 events are pci-onlyCornelia Huck2017-08-301-0/+16
* s390x: wire up diag288 in tcgCornelia Huck2017-08-301-0/+4
* s390x/tcg: specification exception for unknown diagCornelia Huck2017-08-301-1/+1
* target/s390x: Fix CSST for 16-byte storeRichard Henderson2017-08-031-0/+1
* trace-events: fix code style: print 0x before hex numbersVladimir Sementsov-Ogievskiy2017-08-011-1/+1
* docs: fix broken paths to docs/devel/tracing.txtPhilippe Mathieu-Daudé2017-07-311-1/+1
* target/s390x: fix pgm irq ilen in translate_pages()David Hildenbrand2017-07-281-1/+1
* target/s390x: fix pgm irq ilen for stsiDavid Hildenbrand2017-07-281-1/+1
* s390x/css: fix ilen in IO instruction handlersHalil Pasic2017-07-251-21/+21
* target/s390x: Add remaining switches to compile with --disable-tcgThomas Huth2017-07-252-3/+7
* target/s390x: Move exception-related functions to a new excp_helper.c fileThomas Huth2017-07-254-469/+528
* target/s390x: Rework program_interrupt() and related functionsThomas Huth2017-07-255-48/+52
* target/s390x: Move diag helpers to a separate fileThomas Huth2017-07-253-168/+180
* target/s390x: Move s390_cpu_dump_state() to helper.cThomas Huth2017-07-252-60/+60
* target/s390x: improve baselining if certain base features are missingDavid Hildenbrand2017-07-251-0/+33
* s390x/kvm: better comment regarding zPCI feature availabilityDavid Hildenbrand2017-07-251-1/+1
* target/s390x: introduce (test|set)_be_bitDavid Hildenbrand2017-07-253-16/+14Star
* target/s390x: indicate query subfunction in s390_fill_feat_blockDavid Hildenbrand2017-07-252-18/+26
* target/s390x: drop BE_BIT()David Hildenbrand2017-07-251-1/+0Star
* s390/cpumodel: remove KSS from the default model of z14Christian Borntraeger2017-07-252-1/+1
* tcg: Pass generic CPUState to gen_intermediate_code()Lluís Vilanova2017-07-191-3/+2Star
* Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20170718' into s...Peter Maydell2017-07-182-0/+38
|\
| * s390x/cpumodel: z14 cpu modelsJason J. Herne2017-07-182-0/+38
* | target/s390x: Fix risbg handlingRichard Henderson2017-07-171-2/+2
* | target/s390x: Allow to enable "idtes" feature for TCGDavid Hildenbrand2017-07-171-0/+1
* | target/s390x: Mark ETF3 and ETF3_ENH facilities as availableRichard Henderson2017-07-171-0/+2
* | target/s390x: Implement TRTRRichard Henderson2017-07-174-7/+25
* | target/s390x: Implement SRSTURichard Henderson2017-07-174-0/+57
* | target/s390x: Tidy SRSTRichard Henderson2017-07-174-15/+23
* | target/s390x: Implement CONVERT UNICODE insnsRichard Henderson2017-07-174-0/+380
* | target/s390x: Implement CSSTRichard Henderson2017-07-175-1/+206
|/
* Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20170714' into s...Peter Maydell2017-07-1411-53/+476
|\
| * s390x/gdb: add gs registersChristian Borntraeger2017-07-141-0/+24