aboutsummaryrefslogtreecommitdiffstats
path: root/target-s390x
AgeCommit message (Expand)AuthorFilesLines
2011-04-04s390x: fix KVM targetAlexander Graf1-1/+1
2011-03-16kvm: Align kvm_arch_handle_exit to kvm_cpu_exec changesJan Kiszka1-0/+5
2011-03-15kvm: Rename kvm_arch_process_irqchip_events to async_eventsJan Kiszka1-1/+1
2011-03-13always qemu_cpu_kick after unhalting a cpuPaolo Bonzini1-0/+1
2011-03-13inline cpu_halted into sole callerPaolo Bonzini1-12/+0
2011-02-14kvm: Drop return values from kvm_arch_pre/post_runJan Kiszka1-4/+2
2011-02-14kvm: Provide sigbus services arch-independentlyJan Kiszka1-0/+10
2011-02-01Merge remote branch 'qemu-kvm/uq/master' into stagingAnthony Liguori1-1/+5
2011-01-23Delete useless 'extern' qualifiers for functionsBlue Swirl1-3/+3
2011-01-23kvm: Consolidate must-have capability checksJan Kiszka1-0/+4
2011-01-23kvm: Drop smp_cpus argument from init functionsJan Kiszka1-1/+1
2010-12-26s390: compile fixesAlexander Graf2-2/+2
2010-10-30target-xxx: Use fprintf_function (format checking)Stefan Weil1-2/+1
2010-07-03remove exec-all.h inclusion from cpu.hPaolo Bonzini1-1/+0
2010-07-03move cpu_pc_from_tb to target-*/exec.hPaolo Bonzini2-5/+6
2010-05-18target-s390: enable SIGP Initial ResetAlexander Graf1-3/+14
2010-05-11Do not stop VM if emulation failed in userspace.Gleb Natapov1-0/+5
2010-05-11kvm: enable smp > 1Marcelo Tosatti1-0/+5
2010-04-01S390: Add stub for cpu_get_phys_page_debugAlexander Graf1-0/+5
2010-03-17Large page TLB flushPaul Brook1-4/+5
2010-03-12Remove cpu_get_phys_page_debug from userspace emulationPaul Brook1-5/+0
2010-03-12Move TARGET_PHYS_ADDR_SPACE_BITS to target-*/cpu.h.Richard Henderson1-0/+5
2010-03-07Update to a hopefully more future proof FSF addressBlue Swirl5-10/+5
2010-03-04KVM: Rework VCPU state writeback APIJan Kiszka1-2/+1
2010-02-14Fix incorrect exception_index useBlue Swirl1-2/+2
2010-01-19kill regs_to_env and env_to_regsPaolo Bonzini1-8/+0
2009-12-18target-s390: Fail on unknown instructionsAlexander Graf1-1/+1
2009-12-05Add support for S390x system emulationAlexander Graf4-2/+208
2009-12-05Add KVM support for S390xAlexander Graf1-0/+483
2009-12-05S/390 CPU fake emulationAlexander Graf5-0/+372