aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2012-12-14PPC: E500: Generate dt pci irq map dynamicallyAlexander Graf
2012-12-14PPC: E500: PCI: Make IRQ calculation more genericAlexander Graf
2012-12-14PPC: E500: PCI: Make first slot qdev settableAlexander Graf
2012-12-14openpic: Accelerate pending irq searchAlexander Graf
2012-12-14openpic: fix minor coding style issuesAlexander Graf
2012-12-14MSI-X: Fix endiannessAlexander Graf
2012-12-14PPC: e500: Declare pci bridge as bridgeAlexander Graf
2012-12-14PPC: e500: Add MSI supportAlexander Graf
2012-12-14openpic: add Shared MSI supportAlexander Graf
2012-12-14openpic: make brr1 model specificAlexander Graf
2012-12-14openpic: convert to qdevAlexander Graf
2012-12-14openpic: remove irq_outAlexander Graf
2012-12-14openpic: rename openpic_t to OpenPICStateAlexander Graf
2012-12-14openpic: convert simple reg operations to builtin bitopsAlexander Graf
2012-12-14openpic: remove unused type variableAlexander Graf
2012-12-14openpic: unify memory api subregionsAlexander Graf
2012-12-14openpic: combine openpic and mpic reset functionsAlexander Graf
2012-12-14openpic: merge mpic and openpic timer handlingAlexander Graf
2012-12-14openpic: combine mpic and openpic irq raise functionsAlexander Graf
2012-12-14openpic: Convert subregions to memory apiAlexander Graf
2012-12-14openpic: combine mpic and openpic src handlersAlexander Graf
2012-12-14openpic: update to proper memory apiAlexander Graf
2012-12-14mpic: Unify numbering schemeAlexander Graf
2012-12-14openpic: Remove unused codeAlexander Graf
2012-12-14pseries: Don't allow TCE (iommu) tables to be registered with duplicate LIOBNsDavid Gibson
2012-12-14Adding BAR0 for e500 PCI controllerBharat Bhushan
2012-12-14e500: Adding CCSR memory regionBharat Bhushan
2012-12-14pseries: Implement PAPR NVRAMDavid Gibson
2012-12-14pseries: Split xics irq configuration from state informationDavid Gibson
2012-12-14pseries: Add tracepoints to the XICS interrupt controllerDavid Gibson
2012-12-14pseries: Allow RTAS tokens without a qemu handlerBen Herrenschmidt
2012-12-14pseries: Return the token when we register an RTAS callMichael Ellerman
2012-12-14pseries: Use #define for XICS base irq numberBen Herrenschmidt
2012-12-14pseries: Fix incorrect initialization of interrupt controllerDavid Gibson
2012-12-13Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori
2012-12-13Merge remote-tracking branch 'pmaydell/arm-devs.next' into stagingAnthony Liguori
2012-12-13hw/ds1338.c: Fix handling of DAY (wday) register.Antoine Mathys
2012-12-13hw/ds1338.c: Implement support for the control register.Antoine Mathys
2012-12-13hw/ds1338.c: Ensure state is properly initialized.Antoine Mathys
2012-12-13hw/ds1338.c: Fix handling of HOURS register.Antoine Mathys
2012-12-13hw/ds1338.c: Add definitions for various flags in the RTC registers.Antoine Mathys
2012-12-13hw/ds1338.c: Correct bug in conversion to BCD.Antoine Mathys
2012-12-13virtio-serial: delete timer if active during exitAmit Shah
2012-12-13virtio-serial: allocate post_load only at load-timeAmit Shah
2012-12-13virtio-serial: move active ports loading to separate functionAmit Shah
2012-12-13virtio-serial: use uint32_t to count portsAmit Shah
2012-12-13atapi: reset cdrom tray statuses on ide_resetPavel Hrdina
2012-12-12pci: prepare makefiles for pci code reorganizationMichael S. Tsirkin
2012-12-12Fixup q35/ich9 LicensesJason Baron
2012-12-11use qemu_opts_create_nofailDong Xu Wang