summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-12-17cpu_ioreq_pio, cpu_ioreq_move: i should be uint32_t rather than intIan Jackson1-2/+2
2012-12-17cpu_ioreq_pio, cpu_ioreq_move: introduce read_phys_req_item, write_phys_req_itemIan Jackson1-30/+46
2012-12-17Fix compile errors when enabling Xen debug logging.Sander Eikelenboom2-5/+7
2012-12-17xen: fix trivial PCI passthrough MSI-X bugStefano Stabellini1-1/+1
2012-12-17xen: implement support for secondary consoles in the console backendStefano Stabellini1-7/+21
2012-12-16exec: refactor cpu_restore_stateBlue Swirl23-172/+65
2012-12-16exec: move TB handling to translate-all.cBlue Swirl3-1711/+1755
2012-12-16exec: extract TB watchpoint checkBlue Swirl1-8/+14
2012-12-16exec: fix coding styleBlue Swirl1-68/+110
2012-12-15Merge branch 'ppc-for-upstream' of git://repo.or.cz/qemu/agrafBlue Swirl25-1007/+1042
2012-12-15target-xtensa: fix ITLB/DTLB page protection flagsMax Filippov1-1/+2
2012-12-14console: clip update rectangleGerd Hoffmann1-0/+10
2012-12-14pixman: fix vnc tight png/jpeg supportGerd Hoffmann5-7/+7
2012-12-14pixman: update internal copy to pixman-0.28.2Gerd Hoffmann1-0/+0
2012-12-14Revert "pixman: require 0.18.4 or newer"Gerd Hoffmann1-2/+2
2012-12-14pixman: fix version check for PIXMAN_TYPE_BGRAGerd Hoffmann1-1/+1
2012-12-14pseries: Increase default NVRAM sizeDavid Gibson1-1/+1
2012-12-14target-ppc: Don't use hwaddr to represent hardware stateDavid Gibson1-1/+1
2012-12-14PPC: e500: pci: Export slot2irq calculationAlexander Graf3-2/+15
2012-12-14PPC: E500plat: Make a lot of PCI slots availableAlexander Graf1-2/+3
2012-12-14PPC: E500: Move PCI slot information into paramsAlexander Graf4-1/+9
2012-12-14PPC: E500: Generate dt pci irq map dynamicallyAlexander Graf1-20/+31
2012-12-14PPC: E500: PCI: Make IRQ calculation more genericAlexander Graf1-10/+3
2012-12-14PPC: E500: PCI: Make first slot qdev settableAlexander Graf1-1/+8
2012-12-14openpic: Accelerate pending irq searchAlexander Graf1-0/+11
2012-12-14openpic: fix minor coding style issuesAlexander Graf1-6/+6
2012-12-14MSI-X: Fix endiannessAlexander Graf1-4/+2
2012-12-14PPC: e500: Declare pci bridge as bridgeAlexander Graf1-0/+6
2012-12-14PPC: e500: Add MSI supportAlexander Graf1-0/+23
2012-12-14openpic: add Shared MSI supportAlexander Graf1-20/+130
2012-12-14openpic: make brr1 model specificAlexander Graf1-1/+4
2012-12-14openpic: convert to qdevAlexander Graf4-155/+180
2012-12-14openpic: remove irq_outAlexander Graf4-10/+6
2012-12-14openpic: rename openpic_t to OpenPICStateAlexander Graf1-34/+34
2012-12-14openpic: convert simple reg operations to builtin bitopsAlexander Graf1-31/+36
2012-12-14openpic: remove unused type variableAlexander Graf1-25/+2
2012-12-14openpic: unify memory api subregionsAlexander Graf1-52/+56
2012-12-14openpic: combine openpic and mpic reset functionsAlexander Graf1-61/+42
2012-12-14openpic: merge mpic and openpic timer handlingAlexander Graf1-100/+31
2012-12-14openpic: combine mpic and openpic irq raise functionsAlexander Graf2-18/+19
2012-12-14openpic: Convert subregions to memory apiAlexander Graf1-45/+61
2012-12-14openpic: combine mpic and openpic src handlersAlexander Graf1-47/+5
2012-12-14openpic: update to proper memory apiAlexander Graf1-90/+48
2012-12-14mpic: Unify numbering schemeAlexander Graf2-249/+45
2012-12-14openpic: Remove unused codeAlexander Graf1-163/+0
2012-12-14pseries: Don't allow TCE (iommu) tables to be registered with duplicate LIOBNsDavid Gibson1-0/+6
2012-12-14Adding BAR0 for e500 PCI controllerBharat Bhushan3-10/+91
2012-12-14e500: Adding CCSR memory regionBharat Bhushan1-23/+40
2012-12-14pseries: Update SLOF for NVRAM supportDavid Gibson3-1/+1
2012-12-14pseries: Implement PAPR NVRAMDavid Gibson5-1/+236