summaryrefslogtreecommitdiffstats
path: root/target-ppc
Commit message (Expand)AuthorAgeFilesLines
* target-alpha, target-ppc: Remove unnecessary setjmp.h includePeter Maydell2011-07-121-2/+0
* Merge branch 'ppc-next' of git://repo.or.cz/qemu/agrafBlue Swirl2011-07-016-176/+284
|\
| * PPC: move TLBs to their own arraysAlexander Graf2011-06-175-35/+67
| * PPC: E500: Use MAS registers instead of internal TLB representationAlexander Graf2011-06-173-135/+200
| * PPC: Only set lower 32bits with mtmsrAlexander Graf2011-06-171-11/+6
| * target-ppc: Handle memory-forced I/O controller accessHervé Poussineau2011-06-171-0/+16
* | Remove exec-all.h include directivesBlue Swirl2011-06-263-3/+0
* | Move cpu_has_work and cpu_pc_from_tb to cpu.hBlue Swirl2011-06-262-11/+12
* | exec.h: fix coding style and change cpu_has_work to return boolBlue Swirl2011-06-261-2/+2
* | cpu_loop_exit: avoid using AREG0Blue Swirl2011-06-261-1/+1
* | kvm: ppc: Drop KVM_CAP build dependenciesJan Kiszka2011-06-201-14/+0
* | kvm: ppc: Drop CONFIG_KVM_PPC_PVRJan Kiszka2011-06-201-9/+0
|/
* Fix compilation warning due to missing header for sigaction (followup)Alexandre Raymond2011-06-081-1/+0
* Merge branch 'ppc-next' of git://repo.or.cz/qemu/agrafAurelien Jarno2011-06-032-12/+10
|\
| * PPC: fix sregs usage on bookeAlexander Graf2011-06-031-6/+4
| * ppc: Fix compilation for ppc64-softmmuStefan Weil2011-06-031-6/+6
* | target-ppc: remove old CONFIG_SOFTFLOAT #ifdefAurelien Jarno2011-06-033-15/+0
|/
* Merge branch 'trivial-patches' of git://repo.or.cz/qemu/stefanhaAurelien Jarno2011-05-231-1/+1
|\
| * Fix typos in comments (chek -> check)Stefan Weil2011-05-221-1/+1
* | Merge branch 'ppc-next' of git://repo.or.cz/qemu/agrafAurelien Jarno2011-05-232-7/+6
|\ \ | |/ |/|
| * Fix a bug in mtsr/mtsrin emulation on ppc64David Gibson2011-05-201-5/+4
| * w32: Fix compilation and replace non-portable usage of ulongStefan Weil2011-05-201-2/+2
* | Delete unused tb_invalidate_page_rangeBlue Swirl2011-05-221-1/+0
|/
* Merge branch 'ppc-next' of git://repo.or.cz/qemu/agrafAurelien Jarno2011-05-147-159/+1382
|\
| * PPC: Implement e500 (FSL) MMUAlexander Graf2011-05-126-113/+1020
| * PPC: Add another 64 bits to instruction feature maskAlexander Graf2011-05-123-39/+110
| * PPC: Add GS MSR definitionAlexander Graf2011-05-121-0/+2
| * kvm: ppc: detect old headersAlexander Graf2011-05-091-1/+15
| * monitor: add PPC BookE SPRsScott Wood2011-05-093-12/+214
| * kvm: ppc: fixes for KVM_SET_SREGS on initScott Wood2011-05-091-3/+30
* | Fix typos in comments (instanciation -> instantiation)Stefan Weil2011-05-081-1/+1
* | Fix typo in comment (embeded -> embedded)Stefan Weil2011-05-081-1/+1
|/
* Remove unused function parameter from cpu_restore_stateStefan Weil2011-04-201-1/+1
* Remove unused function parameters from gen_pc_load and rename the functionStefan Weil2011-04-201-2/+1
* target-ppc: fix SPE comparison functionsAurelien Jarno2011-04-171-13/+13
* softfloat: rename float*_eq() into float*_eq_quiet()Aurelien Jarno2011-04-171-2/+2
* target-ppc: remove #ifdef FLOAT128Aurelien Jarno2011-04-121-20/+0
* Fix conversions from pointer to tcg_target_longStefan Weil2011-04-101-1/+1
* ppce500_mpc8544ds: Fix compile with --enable-debug and --disable-kvmDavid Gibson2011-04-081-0/+9
* Use existing helper function to implement popcntd instructionDavid Gibson2011-04-081-13/+1
* Implement PAPR VPA functions for pSeries shared processor partitionsDavid Gibson2011-04-011-0/+7
* Implement PAPR CRQ hypercallsBen Herrenschmidt2011-04-011-0/+11
* Virtual hash page table handling on pSeries machineDavid Gibson2011-04-012-8/+30
* Add POWER7 support for ppcDavid Gibson2011-04-013-0/+129
* Support 1T segments on ppcDavid Gibson2011-04-012-12/+45
* Better factor the ppc hash translation pathDavid Gibson2011-04-012-48/+20
* Use "hash" more consistently in ppc mmu codeDavid Gibson2011-04-012-50/+50
* Parse SDR1 on mtspr instead of at translate timeDavid Gibson2011-04-016-46/+62
* Clean up slb_lookup() functionDavid Gibson2011-04-011-27/+18
* Correct ppc popcntb logic, implement popcntw and popcntdDavid Gibson2011-04-014-11/+69
OpenPOWER on IntegriCloud