aboutsummaryrefslogtreecommitdiff
path: root/target-s390x
AgeCommit message (Expand)Author
2016-06-09cpu-exec: Rename cpu_resume_from_signal() to cpu_loop_exit_noexc()Peter Maydell
2016-06-05target-*: dfilter support for in_asmRichard Henderson
2016-05-19cpu: move exec-all.h inclusion out of cpu.hPaolo Bonzini
2016-05-19qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini
2016-05-19s390x: reorganize CSS bits between cpu.h and other headersPaolo Bonzini
2016-05-19hw: cannot include hw/hw.h from user emulationPaolo Bonzini
2016-05-19target-s390x: make cpu-qom.h not target specificPaolo Bonzini
2016-05-19cpu: make cpu-qom.h only include-able from cpu.hPaolo Bonzini
2016-05-19s390x: move .needed functions for subsections to machine.cPaolo Bonzini
2016-05-17s390x/ipl: Add ssid field to IplParameterBlockAlexander Yarygin
2016-05-17s390x/ipl: Add type and length checks for IplParameterBlock valuesAlexander Yarygin
2016-05-17s390x/ipl: Extend the IplParameterBlock structAlexander Yarygin
2016-05-17s390x: enable runtime instrumentationFan Zhang
2016-05-12tcg: Allow goto_tb to any target PC in user modeSergey Fedorov
2016-05-12tcg: Clean up direct block chaining safety checksSergey Fedorov
2016-05-12tb: consistently use uint32_t for tb->flagsEmilio G. Cota
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-03-10s390x/cpu: Allow hotplug of CPUsMatthew Rosato
2016-03-10s390x/cpu: Add error handling to cpu creationMatthew Rosato
2016-03-10s390x/cpu: Get rid of side effects when creating a vcpuMatthew Rosato
2016-03-10s390x/cpu: Set initial CPU state in common routineMatthew Rosato
2016-03-01Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell
2016-03-01tcg: Add type for vCPU pointersLluĂ­s Vilanova
2016-03-01s390x: remove {kvm_}s390_virtio_irq()Cornelia Huck
2016-03-01s390x: fix debug statement in trigger_page_fault()David Hildenbrand
2016-03-01s390x/kvm: sync fprs via kvm_runDavid Hildenbrand
2016-02-23all: Clean up includesPeter Maydell
2016-02-09tcg: Change tcg_global_mem_new_* to take a TCGv_ptrRichard Henderson
2016-02-03log: do not unnecessarily include qom/cpu.hPaolo Bonzini
2016-01-29s390: Clean up includesPeter Maydell
2016-01-27s390x: s390_cpu_get_phys_page_debug has to return -1David Hildenbrand
2016-01-27gdb: provide the name of the architecture in the target.xmlDavid Hildenbrand
2016-01-27s390x: fix generation of event information crwSong Shan Gong
2016-01-27s390x/ioinst: set type and len for SEI responsePierre Morel
2016-01-27s390x/machine: make addon register fields staticChristian Borntraeger
2016-01-22fpu: Replace uint64 typedef with uint64_tPeter Maydell
2016-01-15dump: qemunotes aren't commonly neededAndrew Jones
2016-01-13s390x: remove s390-virtio devicesPierre Morel
2015-12-17s390x: avoid "naked" qemu_logPaolo Bonzini
2015-12-17qemu-log: introduce qemu_log_separatePaolo Bonzini
2015-11-11s390x/kvm: don't enable CMMA when hugetlbfs will be usedDominik Dingel
2015-10-28target-*: Advance pc after recognizing a breakpointRichard Henderson
2015-10-22disas: QOMify s390x specific disas setupPeter Crosthwaite
2015-10-21s390x/cmma: clean up cmma resetDavid Hildenbrand
2015-10-21s390x: reset crypto only on clear reset and QEMU resetDavid Hildenbrand
2015-10-21s390x/ipl: we always have an ipl deviceDavid Hildenbrand
2015-10-20s390x: flagify mcic valuesCornelia Huck
2015-10-20s390x/kvm: Fix vector validity bit in device machine checksChristian Borntraeger
2015-10-19kvm: Pass PCI device pointer to MSI routing functionsPavel Fedin