summaryrefslogtreecommitdiffstats
path: root/hw/spapr_vio.c
Commit message (Expand)AuthorAgeFilesLines
* pseries: Adjust default VIO address allocations to play better with libvirtDavid Gibson2013-01-251-1/+1
* pseries: Replace non-portable asprintf by g_strdup_printfStefan Weil2013-01-161-23/+6
* Make all static TypeInfos constAndreas Färber2013-01-101-2/+2
* softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-191-3/+3
* monitor: move include files to include/monitor/Paolo Bonzini2012-12-191-1/+1
* spapr: Pass PowerPCCPU to hypercallsAndreas Färber2012-10-311-5/+5
* pseries: Rework implementation of TCE bypassDavid Gibson2012-10-041-16/+10
* pseries: Clear TCE and signal state when resetting PAPR VIO devicesDavid Gibson2012-10-041-6/+5
* pseries dma: DMA window params added to PHB and DT population changedAlexey Kardashevskiy2012-08-151-1/+1
* pseries: Rework irq assignment to avoid carrying qemu_irqs aroundAlexey Kardashevskiy2012-08-151-6/+6
* pseries: Convert sPAPR TCEs to use generic IOMMU infrastructureDavid Gibson2012-06-271-261/+20
* qbus: Make child devices linksAnthony Liguori2012-06-181-12/+13
* qdev: Convert busses to QEMU Object ModelAnthony Liguori2012-06-181-5/+7
* qdev: Move bus properties to abstract superclassesPaolo Bonzini2012-06-181-1/+1
* qdev: Move bus properties to a separate globalPaolo Bonzini2012-06-181-4/+6
* pseries: Implement automatic PAPR VIO address allocationDavid Gibson2012-05-011-20/+34
* pseries: Correctly use the device model reset hooksDavid Gibson2012-04-151-4/+8
* pseries: Fix bug with reset of VIO CRQsDavid Gibson2012-04-151-8/+25
* pseries: Clean up hcall_dprintf() debugging messagesDavid Gibson2012-04-151-16/+9
* pseries: Add support for level interrupts to XICSDavid Gibson2012-03-151-1/+1
* ppc hw/: Don't use CPUStateAndreas Färber2012-03-141-6/+6
* qom: Unify type registrationAndreas Färber2012-02-151-2/+2
* qdev: kill off DeviceInfoAnthony Liguori2012-02-031-1/+1
* qdev: register all types natively through QEMU Object ModelAnthony Liguori2012-02-031-17/+18
* sysbus: apic: ioapic: convert to QEMU Object ModelAnthony Liguori2012-01-271-5/+12
* spapr: convert to QEMU Object Model (v2)Anthony Liguori2012-01-271-22/+33
* qdev: move qdev->info to classAnthony Liguori2012-01-271-3/+3
* pseries: Check for duplicate addresses on the spapr-vio busMichael Ellerman2012-01-031-0/+32
* pseries: Populate "/chosen/linux,stdout-path" in the FDTDavid Gibson2012-01-031-0/+34
* pseries: Emit device tree nodes in reg orderDavid Gibson2012-01-031-5/+45
* pseries: Remove hcalls callbackDavid Gibson2012-01-031-13/+0
* pseries: Fix qdev.id handling in the VIO bus codeMichael Ellerman2011-11-181-7/+29
* pseries: Fix buggy spapr_vio_find_by_reg()David Gibson2011-11-181-2/+2
* Merge branch 'ppc-next' of git://repo.or.cz/qemu/agrafBlue Swirl2011-11-011-1/+7
|\
| * pseries: Use Book3S-HV TCE acceleration capabilitiesDavid Gibson2011-10-301-1/+7
* | qdev: switch children device list to QTAILQPaolo Bonzini2011-10-281-3/+3
|/
* pseries: Refactor spapr irq allocationDavid Gibson2011-10-061-5/+4
* spapr: make irq customizable via qdevPaolo Bonzini2011-10-061-1/+7
* spapr: proper qdevificationPaolo Bonzini2011-10-061-0/+5
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-1/+1
* Add a PAPR TCE-bypass mechanism for the pSeries machineBen Herrenschmidt2011-04-011-0/+82
* Implement PAPR CRQ hypercallsBen Herrenschmidt2011-04-011-0/+160
* Implement TCE translation for sPAPR VIODavid Gibson2011-04-011-0/+238
* Add PAPR H_VIO_SIGNAL hypercall and infrastructure for VIO interruptsDavid Gibson2011-04-011-0/+37
* Implement the bus structure for PAPR virtual IODavid Gibson2011-04-011-0/+214
OpenPOWER on IntegriCloud