summaryrefslogtreecommitdiff
path: root/target-ppc
AgeCommit message (Expand)AuthorFilesLines
2013-09-03cpu: Use QTAILQ for CPU listAndreas Färber1-1/+1
2013-09-03Merge branch 'tcg-next' of git://github.com/rth7680/qemuAurelien Jarno2-1/+3
2013-09-02target: Include softmmu_exec.h where forgottenRichard Henderson1-0/+2
2013-09-02tcg: Change tcg_gen_exit_tb argument to uintptr_tRichard Henderson1-1/+1
2013-09-02PPC: KVM: Compile fix for qemu_notify_eventAlexander Graf1-0/+1
2013-09-02target-ppc: Use #define instead of opencoding SLB valid bitAneesh Kumar K.V1-1/+1
2013-09-02target-ppc: fix bit extraction for FPBF and FPLAurelien Jarno1-2/+2
2013-09-02target-ppc: POWER7 supports the MSR_LE bitAnton Blanchard1-1/+1
2013-09-02target-ppc: USE LPCR_ILE to control exception endian on POWER7Anton Blanchard2-0/+12
2013-08-26Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori2-7/+7
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh2-7/+7
2013-08-20Convert stderr message calling error_get_pretty() to error_report()Seiji Aguchi1-1/+2
2013-08-07target-ppc: Add POWER5+ v2.1 CPU modelAndreas Färber2-0/+3
2013-08-07target-ppc: Prepare POWER5P CPU familyAndreas Färber2-2/+104
2013-08-07target-ppc: Turn POWER5gr CPU into alias for POWER5Andreas Färber2-3/+1
2013-08-07target-ppc: Turn POWER5gs CPU into alias for POWER5+Andreas Färber2-3/+1
2013-08-07target-ppc: Fix POWER7+ modelAndreas Färber2-3/+4
2013-08-05target-ppc: Add POWER7+ CPU modelAlexey Kardashevskiy2-0/+3
2013-07-30target-ppc: Suppress TCG instruction emulation warnings for qtestAndreas Färber1-1/+1
2013-07-29target-ppc/kvm.c: Rename 'dprintf' to 'DPRINTF'Peter Maydell1-26/+26
2013-07-29Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori1-0/+2
2013-07-29pseries: savevm support with KVMAlexey Kardashevskiy2-0/+91
2013-07-29spapr-tce: make sPAPRTCETable a proper deviceAnthony Liguori1-2/+2
2013-07-29target-ppc: Convert ppc cpu savevm to VMStateDescriptionAlexey Kardashevskiy4-93/+451
2013-07-29cpu: Partially revert "cpu: Change qemu_init_vcpu() argument to CPUState"Andreas Färber1-0/+2
2013-07-27cpu: Introduce CPUClass::gdb_core_xml_file for GDB_CORE_XMLAndreas Färber1-0/+5
2013-07-27cpu: Introduce CPUClass::gdb_{read,write}_register()Andreas Färber4-2/+16
2013-07-27gdbstub: Replace GET_REG*() macros with gdb_get_reg*() functionsAndreas Färber1-8/+8
2013-07-26target-ppc: Move cpu_gdb_{read,write}_register()Andreas Färber1-0/+122
2013-07-26cpu: Introduce CPUState::gdb_num_regs and CPUClass::gdb_num_core_regsAndreas Färber1-0/+2
2013-07-23gdbstub: Change gdb_register_coprocessor() argument to CPUStateAndreas Färber1-7/+8
2013-07-23cpu: Turn cpu_get_phys_page_debug() into a CPUClass hookAndreas Färber3-1/+7
2013-07-23cpu: Move singlestep_enabled field from CPU_COMMON to CPUStateAndreas Färber1-3/+5
2013-07-23cpu: Introduce CPUClass::synchronize_from_tb() for cpu_pc_from_tb()Andreas Färber1-5/+0
2013-07-23cpu: Introduce CPUClass::set_pc() for gdb_set_cpu_pc()Andreas Färber1-0/+8
2013-07-11target-ppc: Add POWER8 v1.0 CPU modelPrerna Saxena3-0/+38
2013-07-11e600 core for MPC86xx processorsJulio Guerra3-9/+130
2013-07-09cpu: Move reset logging to CPUStateAndreas Färber1-5/+0
2013-07-09target-ppc: Change LOG_MMU_STATE() argument to CPUStateAndreas Färber3-7/+7
2013-07-09log: Change log_cpu_state[_mask]() argument to CPUStateAndreas Färber4-4/+4
2013-07-09target-ppc: Change gen_intermediate_code_internal() argument to PowerPCCPUAndreas Färber1-4/+5
2013-07-09target-ppc: Don't overuse ENV_GET_CPU()Andreas Färber1-1/+1
2013-07-09cpu: Make first_cpu and next_cpu CPUStateAndreas Färber2-4/+7
2013-07-09cpu: Drop unnecessary dynamic casts in *_env_get_cpu()Andreas Färber1-1/+1
2013-07-09linux-user: Move cpu_clone_regs() and cpu_set_tls() into linux-userPeter Maydell1-20/+0
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-1/+1
2013-07-01PPC: Ignore writes to L2CRAlexander Graf1-11/+11
2013-07-01PPC: Introduce an alias cache for faster lookupsAlexander Graf3-7/+30
2013-07-01PPC: Fix GDB read on code area for PPC6xxFabien Chouteau1-1/+9
2013-07-01PPC: Add dump_mmu() for 6xxFabien Chouteau1-0/+92