summaryrefslogtreecommitdiffstats
path: root/target-ppc
Commit message (Expand)AuthorAgeFilesLines
* spapr: Use DeviceClass::fw_name for device tree CPU nodeAndreas Färber2013-10-251-0/+2
* target-ppc: Fill in OpenFirmware names for some PowerPCCPU familiesAndreas Färber2013-10-251-0/+3
* target-ppc: dump-guest-memory supportAneesh Kumar K.V2013-10-254-2/+262
* target-ppc: Use #define for max slb entriesAneesh Kumar K.V2013-10-253-4/+5
* target-ppc: Update slb array with correct index values.Aneesh Kumar K.V2013-10-251-2/+15
* target-ppc: Add helper for KVM_PPC_RTAS_DEFINE_TOKENDavid Gibson2013-10-252-0/+21
* PPC: Fix L2CR write accessesAlexander Graf2013-10-251-12/+17
* target-ppc: Little Endian Correction to Load/Store Vector ElementTom Musta2013-10-251-0/+2
* Merge remote-tracking branch 'bonzini/configure' into stagingAnthony Liguori2013-10-181-1/+1
|\
| * Makefile.target: CONFIG_NO_* variables removedÁkos Kovács2013-10-161-1/+1
* | Merge remote-tracking branch 'rth/tcg-pull' into stagingAnthony Liguori2013-10-112-9/+5
|\ \ | |/ |/|
| * tcg: Remove stray semi-colons from target-*/helper.hRichard Henderson2013-10-101-5/+5
| * tcg: Move helper registration into tcg_context_initRichard Henderson2013-10-101-4/+0
* | cpu: Drop cpu_model_str from CPU_COMMONAndreas Färber2013-10-071-3/+0
|/
* cpu: Move cpu state syncs up into cpu_dump_state()James Hogan2013-09-201-2/+0
* 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
OpenPOWER on IntegriCloud