summaryrefslogtreecommitdiffstats
path: root/target-ppc
Commit message (Expand)AuthorAgeFilesLines
* cpu: Use QTAILQ for CPU listAndreas Färber2013-09-031-1/+1
* Merge branch 'tcg-next' of git://github.com/rth7680/qemuAurelien Jarno2013-09-032-1/+3
|\
| * target: Include softmmu_exec.h where forgottenRichard Henderson2013-09-021-0/+2
| * tcg: Change tcg_gen_exit_tb argument to uintptr_tRichard Henderson2013-09-021-1/+1
* | PPC: KVM: Compile fix for qemu_notify_eventAlexander Graf2013-09-021-0/+1
* | target-ppc: Use #define instead of opencoding SLB valid bitAneesh Kumar K.V2013-09-021-1/+1
* | target-ppc: fix bit extraction for FPBF and FPLAurelien Jarno2013-09-021-2/+2
* | target-ppc: POWER7 supports the MSR_LE bitAnton Blanchard2013-09-021-1/+1
* | target-ppc: USE LPCR_ILE to control exception endian on POWER7Anton Blanchard2013-09-022-0/+12
|/
* Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori2013-08-262-7/+7
|\
| * aio / timers: Switch entire codebase to the new timer APIAlex Bligh2013-08-222-7/+7
* | Convert stderr message calling error_get_pretty() to error_report()Seiji Aguchi2013-08-201-1/+2
|/
* target-ppc: Add POWER5+ v2.1 CPU modelAndreas Färber2013-08-072-0/+3
* target-ppc: Prepare POWER5P CPU familyAndreas Färber2013-08-072-2/+104
* target-ppc: Turn POWER5gr CPU into alias for POWER5Andreas Färber2013-08-072-3/+1
* target-ppc: Turn POWER5gs CPU into alias for POWER5+Andreas Färber2013-08-072-3/+1
* target-ppc: Fix POWER7+ modelAndreas Färber2013-08-072-3/+4
* target-ppc: Add POWER7+ CPU modelAlexey Kardashevskiy2013-08-052-0/+3
* target-ppc: Suppress TCG instruction emulation warnings for qtestAndreas Färber2013-07-301-1/+1
* target-ppc/kvm.c: Rename 'dprintf' to 'DPRINTF'Peter Maydell2013-07-291-26/+26
* Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori2013-07-291-0/+2
|\
| * cpu: Partially revert "cpu: Change qemu_init_vcpu() argument to CPUState"Andreas Färber2013-07-291-0/+2
* | pseries: savevm support with KVMAlexey Kardashevskiy2013-07-292-0/+91
* | spapr-tce: make sPAPRTCETable a proper deviceAnthony Liguori2013-07-291-2/+2
* | target-ppc: Convert ppc cpu savevm to VMStateDescriptionAlexey Kardashevskiy2013-07-294-93/+451
|/
* cpu: Introduce CPUClass::gdb_core_xml_file for GDB_CORE_XMLAndreas Färber2013-07-271-0/+5
* cpu: Introduce CPUClass::gdb_{read,write}_register()Andreas Färber2013-07-274-2/+16
* gdbstub: Replace GET_REG*() macros with gdb_get_reg*() functionsAndreas Färber2013-07-271-8/+8
* target-ppc: Move cpu_gdb_{read,write}_register()Andreas Färber2013-07-261-0/+122
* cpu: Introduce CPUState::gdb_num_regs and CPUClass::gdb_num_core_regsAndreas Färber2013-07-261-0/+2
* gdbstub: Change gdb_register_coprocessor() argument to CPUStateAndreas Färber2013-07-231-7/+8
* cpu: Turn cpu_get_phys_page_debug() into a CPUClass hookAndreas Färber2013-07-233-1/+7
* cpu: Move singlestep_enabled field from CPU_COMMON to CPUStateAndreas Färber2013-07-231-3/+5
* cpu: Introduce CPUClass::synchronize_from_tb() for cpu_pc_from_tb()Andreas Färber2013-07-231-5/+0
* cpu: Introduce CPUClass::set_pc() for gdb_set_cpu_pc()Andreas Färber2013-07-231-0/+8
* target-ppc: Add POWER8 v1.0 CPU modelPrerna Saxena2013-07-113-0/+38
* e600 core for MPC86xx processorsJulio Guerra2013-07-113-9/+130
* cpu: Move reset logging to CPUStateAndreas Färber2013-07-091-5/+0
* target-ppc: Change LOG_MMU_STATE() argument to CPUStateAndreas Färber2013-07-093-7/+7
* log: Change log_cpu_state[_mask]() argument to CPUStateAndreas Färber2013-07-094-4/+4
* target-ppc: Change gen_intermediate_code_internal() argument to PowerPCCPUAndreas Färber2013-07-091-4/+5
* target-ppc: Don't overuse ENV_GET_CPU()Andreas Färber2013-07-091-1/+1
* cpu: Make first_cpu and next_cpu CPUStateAndreas Färber2013-07-092-4/+7
* cpu: Drop unnecessary dynamic casts in *_env_get_cpu()Andreas Färber2013-07-091-1/+1
* linux-user: Move cpu_clone_regs() and cpu_set_tls() into linux-userPeter Maydell2013-07-091-20/+0
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-1/+1
* PPC: Ignore writes to L2CRAlexander Graf2013-07-011-11/+11
* PPC: Introduce an alias cache for faster lookupsAlexander Graf2013-07-013-7/+30
* PPC: Fix GDB read on code area for PPC6xxFabien Chouteau2013-07-011-1/+9
* PPC: Add dump_mmu() for 6xxFabien Chouteau2013-07-011-0/+92
OpenPOWER on IntegriCloud