aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc/spapr_vio.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-27spapr: Move interrupt allocator to xicsAlexey Kardashevskiy1-1/+1
2014-06-27spapr_iommu: Make in-kernel TCE table optionalAlexey Kardashevskiy1-1/+1
2014-06-27spapr: Fix RTAS token numbersAlexey Kardashevskiy1-2/+3
2014-06-16spapr_iommu: Introduce bus_offset in sPAPRTCETableAlexey Kardashevskiy1-0/+1
2014-06-16spapr_iommu: Introduce page_shift in sPAPRTCETableAlexey Kardashevskiy1-0/+1
2014-06-16spapr_iommu: Get rid of window_size in sPAPRTCETableAlexey Kardashevskiy1-1/+3
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (ppc)Juan Quintela1-2/+1
2014-03-20spapr_vio: Fix firmware namesAlexey Kardashevskiy1-0/+3
2013-12-23sysbus: Set cannot_instantiate_with_device_add_yetMarkus Armbruster1-2/+0
2013-12-23qdev: Replace no_user by cannot_instantiate_with_device_add_yetMarkus Armbruster1-1/+1
2013-12-20spapr-rtas: replace return code constants with macrosAlexey Kardashevskiy1-6/+6
2013-07-29spapr: Rename 'dprintf' to 'DPRINTF'Peter Maydell1-4/+4
2013-07-29spapr-tce: make sPAPRTCETable a proper deviceAnthony Liguori1-1/+1
2013-07-29pseries: savevm support for VIO devicesDavid Gibson1-0/+20
2013-07-04spapr_iommu: pass device to spapr_tce_new_table and use it to set ownerPaolo Bonzini1-1/+1
2013-07-01spapr-rtas: add CPU argument to RTAS callsAnthony Liguori1-2/+4
2013-06-20memory: give name to every AddressSpaceAlexey Kardashevskiy1-1/+1
2013-06-20dma: eliminate DMAContextPaolo Bonzini1-1/+0
2013-06-20spapr_vio: take care of creating our own AddressSpace/DMAContextPaolo Bonzini1-1/+2
2013-06-20spapr: convert TCE API to use an opaque typePaolo Bonzini1-6/+7
2013-06-14ppc: Remove CONFIG_FDT conditionalsPeter Maydell1-6/+0
2013-04-26pseries: Generate device paths for VIO devicesDavid Gibson1-14/+23
2013-04-26pseries: Convert VIO code to QOM style type safe(ish) castsDavid Gibson1-2/+2
2013-04-08hw: move headers to include/Paolo Bonzini1-3/+3
2013-03-01ppc: move files referencing CPU to hw/ppc/Paolo Bonzini1-0/+649