aboutsummaryrefslogtreecommitdiff
path: root/target-ppc
AgeCommit message (Expand)Author
2013-10-25spapr: Use DeviceClass::fw_name for device tree CPU nodeAndreas Färber
2013-10-25target-ppc: Fill in OpenFirmware names for some PowerPCCPU familiesAndreas Färber
2013-10-25target-ppc: dump-guest-memory supportAneesh Kumar K.V
2013-10-25target-ppc: Use #define for max slb entriesAneesh Kumar K.V
2013-10-25target-ppc: Update slb array with correct index values.Aneesh Kumar K.V
2013-10-25target-ppc: Add helper for KVM_PPC_RTAS_DEFINE_TOKENDavid Gibson
2013-10-25PPC: Fix L2CR write accessesAlexander Graf
2013-10-25target-ppc: Little Endian Correction to Load/Store Vector ElementTom Musta
2013-10-18Merge remote-tracking branch 'bonzini/configure' into stagingAnthony Liguori
2013-10-16Makefile.target: CONFIG_NO_* variables removedÁkos Kovács
2013-10-11Merge remote-tracking branch 'rth/tcg-pull' into stagingAnthony Liguori
2013-10-10tcg: Remove stray semi-colons from target-*/helper.hRichard Henderson
2013-10-10tcg: Move helper registration into tcg_context_initRichard Henderson
2013-10-07cpu: Drop cpu_model_str from CPU_COMMONAndreas Färber
2013-09-20cpu: Move cpu state syncs up into cpu_dump_state()James Hogan
2013-09-03cpu: Use QTAILQ for CPU listAndreas Färber
2013-09-03Merge branch 'tcg-next' of git://github.com/rth7680/qemuAurelien Jarno
2013-09-02target: Include softmmu_exec.h where forgottenRichard Henderson
2013-09-02tcg: Change tcg_gen_exit_tb argument to uintptr_tRichard Henderson
2013-09-02PPC: KVM: Compile fix for qemu_notify_eventAlexander Graf
2013-09-02target-ppc: Use #define instead of opencoding SLB valid bitAneesh Kumar K.V
2013-09-02target-ppc: fix bit extraction for FPBF and FPLAurelien Jarno
2013-09-02target-ppc: POWER7 supports the MSR_LE bitAnton Blanchard
2013-09-02target-ppc: USE LPCR_ILE to control exception endian on POWER7Anton Blanchard
2013-08-26Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh
2013-08-20Convert stderr message calling error_get_pretty() to error_report()Seiji Aguchi
2013-08-07target-ppc: Add POWER5+ v2.1 CPU modelAndreas Färber
2013-08-07target-ppc: Prepare POWER5P CPU familyAndreas Färber
2013-08-07target-ppc: Turn POWER5gr CPU into alias for POWER5Andreas Färber
2013-08-07target-ppc: Turn POWER5gs CPU into alias for POWER5+Andreas Färber
2013-08-07target-ppc: Fix POWER7+ modelAndreas Färber
2013-08-05target-ppc: Add POWER7+ CPU modelAlexey Kardashevskiy
2013-07-30target-ppc: Suppress TCG instruction emulation warnings for qtestAndreas Färber
2013-07-29target-ppc/kvm.c: Rename 'dprintf' to 'DPRINTF'Peter Maydell
2013-07-29Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori
2013-07-29pseries: savevm support with KVMAlexey Kardashevskiy
2013-07-29spapr-tce: make sPAPRTCETable a proper deviceAnthony Liguori
2013-07-29target-ppc: Convert ppc cpu savevm to VMStateDescriptionAlexey Kardashevskiy
2013-07-29cpu: Partially revert "cpu: Change qemu_init_vcpu() argument to CPUState"Andreas Färber
2013-07-27cpu: Introduce CPUClass::gdb_core_xml_file for GDB_CORE_XMLAndreas Färber
2013-07-27cpu: Introduce CPUClass::gdb_{read,write}_register()Andreas Färber
2013-07-27gdbstub: Replace GET_REG*() macros with gdb_get_reg*() functionsAndreas Färber
2013-07-26target-ppc: Move cpu_gdb_{read,write}_register()Andreas Färber
2013-07-26cpu: Introduce CPUState::gdb_num_regs and CPUClass::gdb_num_core_regsAndreas Färber
2013-07-23gdbstub: Change gdb_register_coprocessor() argument to CPUStateAndreas Färber
2013-07-23cpu: Turn cpu_get_phys_page_debug() into a CPUClass hookAndreas Färber
2013-07-23cpu: Move singlestep_enabled field from CPU_COMMON to CPUStateAndreas Färber
2013-07-23cpu: Introduce CPUClass::synchronize_from_tb() for cpu_pc_from_tb()Andreas Färber
2013-07-23cpu: Introduce CPUClass::set_pc() for gdb_set_cpu_pc()Andreas Färber