Age | Commit message (Expand) | Author | Files | Lines |
2012-12-14 | PPC: E500: Generate dt pci irq map dynamically | Alexander Graf | 1 | -20/+31 |
2012-12-14 | PPC: E500: PCI: Make IRQ calculation more generic | Alexander Graf | 1 | -10/+3 |
2012-12-14 | PPC: E500: PCI: Make first slot qdev settable | Alexander Graf | 1 | -1/+8 |
2012-12-14 | openpic: Accelerate pending irq search | Alexander Graf | 1 | -0/+11 |
2012-12-14 | openpic: fix minor coding style issues | Alexander Graf | 1 | -6/+6 |
2012-12-14 | MSI-X: Fix endianness | Alexander Graf | 1 | -4/+2 |
2012-12-14 | PPC: e500: Declare pci bridge as bridge | Alexander Graf | 1 | -0/+6 |
2012-12-14 | PPC: e500: Add MSI support | Alexander Graf | 1 | -0/+23 |
2012-12-14 | openpic: add Shared MSI support | Alexander Graf | 1 | -20/+130 |
2012-12-14 | openpic: make brr1 model specific | Alexander Graf | 1 | -1/+4 |
2012-12-14 | openpic: convert to qdev | Alexander Graf | 4 | -155/+180 |
2012-12-14 | openpic: remove irq_out | Alexander Graf | 4 | -10/+6 |
2012-12-14 | openpic: rename openpic_t to OpenPICState | Alexander Graf | 1 | -34/+34 |
2012-12-14 | openpic: convert simple reg operations to builtin bitops | Alexander Graf | 1 | -31/+36 |
2012-12-14 | openpic: remove unused type variable | Alexander Graf | 1 | -25/+2 |
2012-12-14 | openpic: unify memory api subregions | Alexander Graf | 1 | -52/+56 |
2012-12-14 | openpic: combine openpic and mpic reset functions | Alexander Graf | 1 | -61/+42 |
2012-12-14 | openpic: merge mpic and openpic timer handling | Alexander Graf | 1 | -100/+31 |
2012-12-14 | openpic: combine mpic and openpic irq raise functions | Alexander Graf | 2 | -18/+19 |
2012-12-14 | openpic: Convert subregions to memory api | Alexander Graf | 1 | -45/+61 |
2012-12-14 | openpic: combine mpic and openpic src handlers | Alexander Graf | 1 | -47/+5 |
2012-12-14 | openpic: update to proper memory api | Alexander Graf | 1 | -90/+48 |
2012-12-14 | mpic: Unify numbering scheme | Alexander Graf | 2 | -249/+45 |
2012-12-14 | openpic: Remove unused code | Alexander Graf | 1 | -163/+0 |
2012-12-14 | pseries: Don't allow TCE (iommu) tables to be registered with duplicate LIOBNs | David Gibson | 1 | -0/+6 |
2012-12-14 | Adding BAR0 for e500 PCI controller | Bharat Bhushan | 3 | -10/+91 |
2012-12-14 | e500: Adding CCSR memory region | Bharat Bhushan | 1 | -23/+40 |
2012-12-14 | pseries: Update SLOF for NVRAM support | David Gibson | 3 | -1/+1 |
2012-12-14 | pseries: Implement PAPR NVRAM | David Gibson | 5 | -1/+236 |
2012-12-14 | pseries: Split xics irq configuration from state information | David Gibson | 1 | -12/+8 |
2012-12-14 | pseries: Add tracepoints to the XICS interrupt controller | David Gibson | 2 | -3/+33 |
2012-12-14 | pseries: Allow RTAS tokens without a qemu handler | Ben Herrenschmidt | 1 | -1/+1 |
2012-12-14 | pseries: Return the token when we register an RTAS call | Michael Ellerman | 2 | -3/+3 |
2012-12-14 | pseries: Use #define for XICS base irq number | Ben Herrenschmidt | 3 | -2/+3 |
2012-12-14 | pseries: Fix incorrect initialization of interrupt controller | David Gibson | 1 | -1/+1 |
2012-12-13 | Merge remote-tracking branch 'kwolf/for-anthony' into staging | Anthony Liguori | 52 | -443/+1343 |
2012-12-13 | Merge remote-tracking branch 'pmaydell/arm-devs.next' into staging | Anthony Liguori | 9 | -37/+106 |
2012-12-13 | Merge remote-tracking branch 'kraxel/seabios-e8a76b0' into staging | Anthony Liguori | 4 | -0/+0 |
2012-12-13 | qMerge remote-tracking branch 'awilliam/tags/vfio-pci-for-qemu-20121210.0' in... | Anthony Liguori | 1 | -2/+3 |
2012-12-13 | qcow2: Factor out handle_dependencies() | Kevin Wolf | 1 | -28/+42 |
2012-12-13 | qcow2: Execute run_dependent_requests() without lock | Kevin Wolf | 1 | -20/+16 |
2012-12-13 | qcow2: Enable dirty flag in qcow2_alloc_cluster_link_l2 | Kevin Wolf | 3 | -7/+7 |
2012-12-13 | qcow2: Allocate l2meta only for cluster allocations | Kevin Wolf | 3 | -31/+31 |
2012-12-13 | qcow2: Drop l2meta.cluster_offset | Kevin Wolf | 3 | -15/+14 |
2012-12-13 | qcow2: Allocate l2meta dynamically | Kevin Wolf | 1 | -11/+15 |
2012-12-13 | qcow2: Introduce Qcow2COWRegion | Kevin Wolf | 2 | -36/+76 |
2012-12-13 | qcow2: Round QCowL2Meta.offset down to cluster boundary | Kevin Wolf | 2 | -2/+24 |
2012-12-13 | hw/ds1338.c: Fix handling of DAY (wday) register. | Antoine Mathys | 1 | -3/+12 |
2012-12-13 | hw/ds1338.c: Implement support for the control register. | Antoine Mathys | 1 | -4/+13 |
2012-12-13 | hw/ds1338.c: Ensure state is properly initialized. | Antoine Mathys | 1 | -0/+12 |