aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-03-23Merge branch 'for-upstream' of git://github.com/mwalle/qemuBlue Swirl
2013-03-22Merge branch 'ppc-for-upstream' of git://github.com/agraf/qemuAurelien Jarno
2013-03-22tcg: Fix occasional TCG broken problem when ldst optimization enabledYeongkyoon Lee
2013-03-22Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori
2013-03-22Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori
2013-03-22Merge remote-tracking branch 'cohuck/virtio-ccw-upstr' into stagingAnthony Liguori
2013-03-22nbd: Check against invalid option combinationsKevin Wolf
2013-03-22nbd: Use default port if only host is specifiedKevin Wolf
2013-03-22block: Allow omitting the file name when using driver-specific optionsKevin Wolf
2013-03-22block: Make find_image_format safe with NULL filenameKevin Wolf
2013-03-22block: Rename variable to avoid shadowingKevin Wolf
2013-03-22block: Introduce .bdrv_parse_filename callbackKevin Wolf
2013-03-22nbd: Accept -drive options for the network connectionKevin Wolf
2013-03-22nbd: Remove unused functionsKevin Wolf
2013-03-22nbd: Keep hostname and port separateKevin Wolf
2013-03-22qemu-socket: Make socket_optslist publicKevin Wolf
2013-03-22block: Pass bdrv_file_open() options to block driversKevin Wolf
2013-03-22block: Add options QDict to bdrv_file_open() prototypesKevin Wolf
2013-03-22block: complete all IOs before resizing a devicePeter Lieven
2013-03-22Revert "block: complete all IOs before .bdrv_truncate"Peter Lieven
2013-03-22qdev: remove redundant abort()liguang
2013-03-22gitignore: ignore more filesliguang
2013-03-22Use proper term in TCG README陳韋任 (Wei-Ren Chen)
2013-03-22target-ppc: Use NARROW_MODE macro for tlbieRichard Henderson
2013-03-22target-ppc: Use NARROW_MODE macro for addressesRichard Henderson
2013-03-22target-ppc: Use NARROW_MODE macro for comparisonsRichard Henderson
2013-03-22target-ppc: Use NARROW_MODE macro for branchesRichard Henderson
2013-03-22target-ppc: Fix add and subf carry generation in narrow modeRichard Henderson
2013-03-22target-ppc: Use QOM method dispatch for MMU fault handlingDavid Gibson
2013-03-22target-ppc: Move ppc tlb_fill implementation into mmu_helper.cDavid Gibson
2013-03-22target-ppc: Split user only code out of mmu_helper.cDavid Gibson
2013-03-22mmu-hash64: Implement Virtual Page Class Key ProtectionDavid Gibson
2013-03-22mmu-hash*: Merge translate and fault handling functionsDavid Gibson
2013-03-22mmu-hash*: Don't use full ppc_hash{32, 64}_translate() path for get_phys_page...David Gibson
2013-03-22mmu-hash*: Correctly mask RPN from hash PTEDavid Gibson
2013-03-22mmu-hash*: Clean up real address calculationDavid Gibson
2013-03-22mmu-hash*: Clean up PTE flags updateDavid Gibson
2013-03-22mmu-hash64: Factor SLB N bit into permissions bitsDavid Gibson
2013-03-22mmu-hash*: Clean up permission checkingDavid Gibson
2013-03-22mmu-hash32: Remove nx from context structureDavid Gibson
2013-03-22mmu-hash*: Don't update PTE flags when permission is deniedDavid Gibson
2013-03-22mmu-hash32: Don't look up page tables on BAT permission errorDavid Gibson
2013-03-22mmu-hash32: Cleanup BAT lookupDavid Gibson
2013-03-22mmu-hash32: Clean up BAT matching logicDavid Gibson
2013-03-22mmu-hash32: Split BAT size logic from permissions logicDavid Gibson
2013-03-22mmu-hash32: Remove odd pointer usage from BAT codeDavid Gibson
2013-03-22mmu-hash*: Fold pte_check*() logic into callerDavid Gibson
2013-03-22mmu-hash64: Clean up ppc_hash64_htab_lookup()David Gibson
2013-03-22mmu-hash*: Remove permission checking from find_pte{32, 64}()David Gibson
2013-03-22mmu-hash*: Make find_pte{32, 64} do more of the job of finding ptesDavid Gibson