summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2012-12-14pseries: Split xics irq configuration from state informationDavid Gibson1-12/+8
2012-12-14pseries: Add tracepoints to the XICS interrupt controllerDavid Gibson2-3/+33
2012-12-14pseries: Allow RTAS tokens without a qemu handlerBen Herrenschmidt1-1/+1
2012-12-14pseries: Return the token when we register an RTAS callMichael Ellerman2-3/+3
2012-12-14pseries: Use #define for XICS base irq numberBen Herrenschmidt3-2/+3
2012-12-14pseries: Fix incorrect initialization of interrupt controllerDavid Gibson1-1/+1
2012-12-13Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori52-443/+1343
2012-12-13Merge remote-tracking branch 'pmaydell/arm-devs.next' into stagingAnthony Liguori9-37/+106
2012-12-13Merge remote-tracking branch 'kraxel/seabios-e8a76b0' into stagingAnthony Liguori4-0/+0
2012-12-13qMerge remote-tracking branch 'awilliam/tags/vfio-pci-for-qemu-20121210.0' in...Anthony Liguori1-2/+3
2012-12-13qcow2: Factor out handle_dependencies()Kevin Wolf1-28/+42
2012-12-13qcow2: Execute run_dependent_requests() without lockKevin Wolf1-20/+16
2012-12-13qcow2: Enable dirty flag in qcow2_alloc_cluster_link_l2Kevin Wolf3-7/+7
2012-12-13qcow2: Allocate l2meta only for cluster allocationsKevin Wolf3-31/+31
2012-12-13qcow2: Drop l2meta.cluster_offsetKevin Wolf3-15/+14
2012-12-13qcow2: Allocate l2meta dynamicallyKevin Wolf1-11/+15
2012-12-13qcow2: Introduce Qcow2COWRegionKevin Wolf2-36/+76
2012-12-13qcow2: Round QCowL2Meta.offset down to cluster boundaryKevin Wolf2-2/+24
2012-12-13hw/ds1338.c: Fix handling of DAY (wday) register.Antoine Mathys1-3/+12
2012-12-13hw/ds1338.c: Implement support for the control register.Antoine Mathys1-4/+13
2012-12-13hw/ds1338.c: Ensure state is properly initialized.Antoine Mathys1-0/+12
2012-12-13hw/ds1338.c: Fix handling of HOURS register.Antoine Mathys1-11/+18
2012-12-13hw/ds1338.c: Add definitions for various flags in the RTC registers.Antoine Mathys1-0/+6
2012-12-13hw/ds1338.c: Correct bug in conversion to BCD.Antoine Mathys1-2/+2
2012-12-13atapi: reset cdrom tray statuses on ide_resetPavel Hrdina1-0/+2