aboutsummaryrefslogtreecommitdiff
path: root/target-ppc
AgeCommit message (Expand)Author
2016-12-20Move target-* CPU file into a target/ folderThomas Huth
2016-11-23target-ppc: Allow eventual removal of old migration mistakesDavid Gibson
2016-11-23target-ppc: Fix CPU migration from qemu-2.6 <-> later versionsDavid Gibson
2016-11-23target-ppc: fix index array of national digitsJose Ricardo Ziviani
2016-11-23ppc: BOOK3E: nothing should be done when MSR:PR is setVladimir Svoboda
2016-11-15FU exceptions should carry a cause (IC)Balbir Singh
2016-11-15target-ppc: Implement bcdctz. instructionJose Ricardo Ziviani
2016-11-15target-ppc: Implement bcdcfz. instructionJose Ricardo Ziviani
2016-11-15target-ppc: Implement bcdctn. instructionJose Ricardo Ziviani
2016-11-15target-ppc: Implement bcdcfn. instructionJose Ricardo Ziviani
2016-11-15ppc: Remove some stub POWER6 modelsDavid Gibson
2016-11-15target-ppc: add vprtyb[w/d/q] instructionsAnkit Kumar
2016-11-15target-ppc: add vrldnm and vrlwnm instructionsBharata B Rao
2016-11-15target-ppc: add vrldnmi and vrlwmi instructionsGautham R. Shenoy
2016-11-01log: Add locking to large logging blocksRichard Henderson
2016-10-31Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...Peter Maydell
2016-10-28clean-up: removed duplicate #includesAnand J
2016-10-28ppc: allow certain HV interrupts to be delivered to guestsNicholas Piggin
2016-10-28target-ppc: Add xvcmpnesp, xvcmpnedp instructionsSwapnil Bokade
2016-10-28target-ppc: add xscmp[eq,gt,ge,ne]dp instructionsSandipan Das
2016-10-28target-ppc: add vmul10[u,eu,cu,ecu]q instructionsVasant Hegde
2016-10-28ppc: Fix single step with gdb stubBenjamin Herrenschmidt
2016-10-28ppc: fix MSR_ME handling for system reset interruptNicholas Piggin
2016-10-28target-ppc: implement xxbr[qdwh] instructionNikunj A Dadhania
2016-10-28target-ppc: implement vnegw/d instructionsNikunj A Dadhania
2016-10-24exec: call cpu_exec_exit() from a CPU unrealize common functionLaurent Vivier
2016-10-24exec: move cpu_exec_init() calls to realize functionsLaurent Vivier
2016-10-14target-ppc: implement vexts[bh]2w and vexts[bhw]2dNikunj A Dadhania
2016-10-05target-ppc: fix vmx instruction type/type2Nikunj A Dadhania
2016-10-05target-ppc/kvm: Enable transactional memory on POWER8 with KVM-HV, tooThomas Huth
2016-10-05target-ppc/kvm: Add a wrapper function to check for KVM-PRThomas Huth
2016-10-05target-ppc: Implement mtvsrws instructionRavi Bangoria
2016-10-05target-ppc: add vclzlsbb/vctzlsbb instructionsRajalakshmi Srinivasaraghavan
2016-10-05target-ppc: add vector compare not equal instructionsRajalakshmi Srinivasaraghavan
2016-10-05target-ppc: fix invalid mask - cmpl, bctarAvinesh Kumar
2016-10-05target-ppc: add stxvb16x instructionNikunj A Dadhania
2016-10-05target-ppc: add lxvb16x instructionNikunj A Dadhania
2016-10-05target-ppc: add stxvh8x instructionNikunj A Dadhania
2016-10-05target-ppc: add lxvh8x instructionNikunj A Dadhania
2016-10-05target-ppc: improve stxvw4x implementationNikunj A Dadhania
2016-10-05target-ppc: improve lxvw4x implementationNikunj A Dadhania
2016-10-05target-ppc: Implement mtvsrdd instructionRavi Bangoria
2016-10-05target-ppc: Implement mfvsrld instructionRavi Bangoria
2016-10-05ppc: Check the availability of transactional memoryThomas Huth
2016-09-27linux-user: remove #define smp_{cores, threads}Marc-André Lureau
2016-09-23ppc/kvm: Mark 64kB page size support as disabled if not availableThomas Huth
2016-09-23Enable H_CLEAR_MOD and H_CLEAR_REF hypercalls on KVM/PPC64.Nathan Whitehorn
2016-09-23target-ppc: tlbie/tlbivax should have global effectNikunj A Dadhania
2016-09-23target-ppc: add flag in check_tlb_flush()Nikunj A Dadhania
2016-09-23target-ppc: add TLB_NEED_LOCAL_FLUSH flagNikunj A Dadhania