summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: iovec checksum calculatorDmitry Fleytman2013-03-252-0/+41
* Checksum-related utility functionsDmitry Fleytman2013-03-252-7/+20
* net: use socket_set_nodelay() for -netdev socketStefan Hajnoczi2013-03-251-0/+3
* Remove device_tree.o from hw/moxie/Makefile.objs.Anthony Green2013-03-241-1/+0
* tcg-optimize: Fold sub r,0,x to neg r,xRichard Henderson2013-03-231-1/+33
* target-i386: Don't modify env->eflags around cpu_dump_stateRichard Henderson2013-03-232-4/+1
* target-i386: Fix flags computation for ADOXRichard Henderson2013-03-231-1/+1
* Add top level changes for moxieAnthony Green2013-03-236-4/+21
* Add sample moxie systemAnthony Green2013-03-233-0/+181
* Add moxie disassemblerAnthony Green2013-03-234-0/+369
* Add moxie target codeAnthony Green2013-03-2310-0/+1531
* Merge branch 'for-upstream' of git://github.com/mwalle/qemuBlue Swirl2013-03-2315-57/+119
|\
| * configure: rename OpenGL feature to GLXMichael Walle2013-03-183-18/+18
| * configure: proper OpenGL/GLX probeMichael Walle2013-03-181-2/+2
| * target-lm32: use HELPER() macroMichael Walle2013-03-181-10/+10
| * target-lm32: flush tlb after clearing envMichael Walle2013-03-181-2/+2
| * target-lm32: remove dead codeMichael Walle2013-03-181-10/+0
| * target-lm32: fix cmpgui and cmpgeui opcodesMichael Walle2013-03-181-4/+14
| * tests: tcg: lm32: add more test casesMichael Walle2013-03-184-1/+61
| * target-lm32: don't log cpu state in translationMichael Walle2013-03-181-5/+0
| * lm32_uart: fix receive bufferingMichael Walle2013-03-181-0/+1
| * milkymist-uart: fix receive bufferingMichael Walle2013-03-181-0/+1
| * lm32-dis: fix NULL pointer dereferenceMichael Walle2013-03-181-4/+4
| * target-lm32: fix debug memory accessMichael Walle2013-03-181-1/+6
* | Merge branch 'ppc-for-upstream' of git://github.com/agraf/qemuAurelien Jarno2013-03-2226-1304/+1873
|\ \
| * | target-ppc: Use NARROW_MODE macro for tlbieRichard Henderson2013-03-221-4/+3
| * | target-ppc: Use NARROW_MODE macro for addressesRichard Henderson2013-03-221-33/+18
| * | target-ppc: Use NARROW_MODE macro for comparisonsRichard Henderson2013-03-221-25/+16
| * | target-ppc: Use NARROW_MODE macro for branchesRichard Henderson2013-03-221-38/+24
| * | target-ppc: Fix add and subf carry generation in narrow modeRichard Henderson2013-03-221-16/+48
| * | target-ppc: Use QOM method dispatch for MMU fault handlingDavid Gibson2013-03-223-18/+64
| * | target-ppc: Move ppc tlb_fill implementation into mmu_helper.cDavid Gibson2013-03-223-42/+38
| * | target-ppc: Split user only code out of mmu_helper.cDavid Gibson2013-03-224-31/+50
| * | mmu-hash64: Implement Virtual Page Class Key ProtectionDavid Gibson2013-03-224-7/+98
| * | mmu-hash*: Merge translate and fault handling functionsDavid Gibson2013-03-222-233/+167
| * | mmu-hash*: Don't use full ppc_hash{32, 64}_translate() path for get_phys_page...David Gibson2013-03-222-10/+43
| * | mmu-hash*: Correctly mask RPN from hash PTEDavid Gibson2013-03-222-2/+2
| * | mmu-hash*: Clean up real address calculationDavid Gibson2013-03-222-13/+27
| * | mmu-hash*: Clean up PTE flags updateDavid Gibson2013-03-222-54/+24
| * | mmu-hash64: Factor SLB N bit into permissions bitsDavid Gibson2013-03-221-1/+2
| * | mmu-hash*: Clean up permission checkingDavid Gibson2013-03-222-116/+72
| * | mmu-hash32: Remove nx from context structureDavid Gibson2013-03-221-4/+4
| * | mmu-hash*: Don't update PTE flags when permission is deniedDavid Gibson2013-03-222-10/+14
| * | mmu-hash32: Don't look up page tables on BAT permission errorDavid Gibson2013-03-221-4/+1
| * | mmu-hash32: Cleanup BAT lookupDavid Gibson2013-03-221-43/+39
| * | mmu-hash32: Clean up BAT matching logicDavid Gibson2013-03-222-48/+30
| * | mmu-hash32: Split BAT size logic from permissions logicDavid Gibson2013-03-221-31/+40
| * | mmu-hash32: Remove odd pointer usage from BAT codeDavid Gibson2013-03-221-23/+24
| * | mmu-hash*: Fold pte_check*() logic into callerDavid Gibson2013-03-222-53/+45
| * | mmu-hash64: Clean up ppc_hash64_htab_lookup()David Gibson2013-03-221-18/+16
OpenPOWER on IntegriCloud