summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-03-23Add moxie disassemblerAnthony Green4-0/+369
2013-03-23Add moxie target codeAnthony Green10-0/+1531
2013-03-23Merge branch 'for-upstream' of git://github.com/mwalle/qemuBlue Swirl15-57/+119
2013-03-22Merge branch 'ppc-for-upstream' of git://github.com/agraf/qemuAurelien Jarno26-1304/+1873
2013-03-22tcg: Fix occasional TCG broken problem when ldst optimization enabledYeongkyoon Lee1-2/+2
2013-03-22Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori24-113/+308
2013-03-22Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori25-52/+58
2013-03-22Merge remote-tracking branch 'cohuck/virtio-ccw-upstr' into stagingAnthony Liguori2-11/+2
2013-03-22nbd: Check against invalid option combinationsKevin Wolf1-0/+14
2013-03-22nbd: Use default port if only host is specifiedKevin Wolf1-9/+10
2013-03-22block: Allow omitting the file name when using driver-specific optionsKevin Wolf3-11/+51
2013-03-22block: Make find_image_format safe with NULL filenameKevin Wolf1-3/+10
2013-03-22block: Rename variable to avoid shadowingKevin Wolf1-7/+9
2013-03-22block: Introduce .bdrv_parse_filename callbackKevin Wolf3-16/+25
2013-03-22nbd: Accept -drive options for the network connectionKevin Wolf1-52/+77
2013-03-22nbd: Remove unused functionsKevin Wolf2-21/+0
2013-03-22nbd: Keep hostname and port separateKevin Wolf5-12/+58
2013-03-22qemu-socket: Make socket_optslist publicKevin Wolf2-12/+14
2013-03-22block: Pass bdrv_file_open() options to block driversKevin Wolf1-7/+56
2013-03-22block: Add options QDict to bdrv_file_open() prototypesKevin Wolf18-29/+51
2013-03-22block: complete all IOs before resizing a devicePeter Lieven1-0/+3
2013-03-22Revert "block: complete all IOs before .bdrv_truncate"Peter Lieven1-4/+0
2013-03-22qdev: remove redundant abort()liguang1-2/+1
2013-03-22gitignore: ignore more filesliguang1-0/+3
2013-03-22Use proper term in TCG README陳韋任 (Wei-Ren Chen)1-5/+9
2013-03-22target-ppc: Use NARROW_MODE macro for tlbieRichard Henderson1-4/+3
2013-03-22target-ppc: Use NARROW_MODE macro for addressesRichard Henderson1-33/+18
2013-03-22target-ppc: Use NARROW_MODE macro for comparisonsRichard Henderson1-25/+16
2013-03-22target-ppc: Use NARROW_MODE macro for branchesRichard Henderson1-38/+24
2013-03-22target-ppc: Fix add and subf carry generation in narrow modeRichard Henderson1-16/+48
2013-03-22target-ppc: Use QOM method dispatch for MMU fault handlingDavid Gibson3-18/+64
2013-03-22target-ppc: Move ppc tlb_fill implementation into mmu_helper.cDavid Gibson3-42/+38
2013-03-22target-ppc: Split user only code out of mmu_helper.cDavid Gibson4-31/+50
2013-03-22mmu-hash64: Implement Virtual Page Class Key ProtectionDavid Gibson4-7/+98
2013-03-22mmu-hash*: Merge translate and fault handling functionsDavid Gibson2-233/+167
2013-03-22mmu-hash*: Don't use full ppc_hash{32, 64}_translate() path for get_phys_page...David Gibson2-10/+43
2013-03-22mmu-hash*: Correctly mask RPN from hash PTEDavid Gibson2-2/+2
2013-03-22mmu-hash*: Clean up real address calculationDavid Gibson2-13/+27
2013-03-22mmu-hash*: Clean up PTE flags updateDavid Gibson2-54/+24
2013-03-22mmu-hash64: Factor SLB N bit into permissions bitsDavid Gibson1-1/+2
2013-03-22mmu-hash*: Clean up permission checkingDavid Gibson2-116/+72
2013-03-22mmu-hash32: Remove nx from context structureDavid Gibson1-4/+4
2013-03-22mmu-hash*: Don't update PTE flags when permission is deniedDavid Gibson2-10/+14
2013-03-22mmu-hash32: Don't look up page tables on BAT permission errorDavid Gibson1-4/+1
2013-03-22mmu-hash32: Cleanup BAT lookupDavid Gibson1-43/+39
2013-03-22mmu-hash32: Clean up BAT matching logicDavid Gibson2-48/+30
2013-03-22mmu-hash32: Split BAT size logic from permissions logicDavid Gibson1-31/+40
2013-03-22mmu-hash32: Remove odd pointer usage from BAT codeDavid Gibson1-23/+24
2013-03-22mmu-hash*: Fold pte_check*() logic into callerDavid Gibson2-53/+45
2013-03-22mmu-hash64: Clean up ppc_hash64_htab_lookup()David Gibson1-18/+16