aboutsummaryrefslogtreecommitdiffstats
path: root/target-s390x
AgeCommit message (Expand)AuthorFilesLines
2011-05-20s390x: fix memory detection for guests > 64GBChristian Borntraeger1-2/+6
2011-05-20s390x: Fix debugging for unknown sigp order codesChristian Borntraeger1-1/+1
2011-05-20s390x: remove compatibility cc fieldAlexander Graf1-1/+0
2011-05-20s390x: translate engine for s390x CPUAlexander Graf1-2/+5161
2011-05-20s390x: Adjust internal kvm codeAlexander Graf1-37/+7
2011-05-20s390x: Implement opcode helpersAlexander Graf2-2/+3068
2011-05-20s390x: helper functions for system emulationAlexander Graf3-10/+565
2011-05-20s390x: Shift variables in CPUState for memset(0)Alexander Graf1-3/+4
2011-05-20s390x: keep hint on virtio managing sizeAlexander Graf1-0/+3
2011-05-20s390x: make kvm exported functions conditional on kvmAlexander Graf1-0/+17
2011-05-20s390x: fix smp support for kvmChristian Borntraeger1-1/+1
2011-04-20Remove unused function parameter from cpu_restore_stateStefan Weil1-1/+1
2011-04-20Remove unused function parameters from gen_pc_load and rename the functionStefan Weil1-2/+1
2011-04-18s390x: Enable s390x-softmmu targetAlexander Graf2-1/+14
2011-04-18s390x: Prepare cpu.h for emulationAlexander Graf3-54/+739
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