aboutsummaryrefslogtreecommitdiffstats
path: root/hw/spapr_vio.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-15qom: Unify type registrationAndreas Färber1-2/+2
2012-02-03qdev: kill off DeviceInfoAnthony Liguori1-1/+1
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori1-17/+18
2012-01-27sysbus: apic: ioapic: convert to QEMU Object ModelAnthony Liguori1-5/+12
2012-01-27spapr: convert to QEMU Object Model (v2)Anthony Liguori1-22/+33
2012-01-27qdev: move qdev->info to classAnthony Liguori1-3/+3
2012-01-03pseries: Check for duplicate addresses on the spapr-vio busMichael Ellerman1-0/+32
2012-01-03pseries: Populate "/chosen/linux,stdout-path" in the FDTDavid Gibson1-0/+34
2012-01-03pseries: Emit device tree nodes in reg orderDavid Gibson1-5/+45
2012-01-03pseries: Remove hcalls callbackDavid Gibson1-13/+0
2011-11-18pseries: Fix qdev.id handling in the VIO bus codeMichael Ellerman1-7/+29
2011-11-18pseries: Fix buggy spapr_vio_find_by_reg()David Gibson1-2/+2
2011-11-01Merge branch 'ppc-next' of git://repo.or.cz/qemu/agrafBlue Swirl1-1/+7
2011-10-30pseries: Use Book3S-HV TCE acceleration capabilitiesDavid Gibson1-1/+7
2011-10-28qdev: switch children device list to QTAILQPaolo Bonzini1-3/+3
2011-10-06pseries: Refactor spapr irq allocationDavid Gibson1-5/+4
2011-10-06spapr: make irq customizable via qdevPaolo Bonzini1-1/+7
2011-10-06spapr: proper qdevificationPaolo Bonzini1-0/+5
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-1/+1
2011-04-01Add a PAPR TCE-bypass mechanism for the pSeries machineBen Herrenschmidt1-0/+82
2011-04-01Implement PAPR CRQ hypercallsBen Herrenschmidt1-0/+160
2011-04-01Implement TCE translation for sPAPR VIODavid Gibson1-0/+238
2011-04-01Add PAPR H_VIO_SIGNAL hypercall and infrastructure for VIO interruptsDavid Gibson1-0/+37
2011-04-01Implement the bus structure for PAPR virtual IODavid Gibson1-0/+214