| Commit message (Expand) | Author | Age | Files | Lines |
* | pseries: Adjust default VIO address allocations to play better with libvirt | David Gibson | 2013-01-25 | 1 | -1/+1 |
* | pseries: Replace non-portable asprintf by g_strdup_printf | Stefan Weil | 2013-01-16 | 1 | -23/+6 |
* | Make all static TypeInfos const | Andreas Färber | 2013-01-10 | 1 | -2/+2 |
* | softmmu: move include files to include/sysemu/ | Paolo Bonzini | 2012-12-19 | 1 | -3/+3 |
* | monitor: move include files to include/monitor/ | Paolo Bonzini | 2012-12-19 | 1 | -1/+1 |
* | spapr: Pass PowerPCCPU to hypercalls | Andreas Färber | 2012-10-31 | 1 | -5/+5 |
* | pseries: Rework implementation of TCE bypass | David Gibson | 2012-10-04 | 1 | -16/+10 |
* | pseries: Clear TCE and signal state when resetting PAPR VIO devices | David Gibson | 2012-10-04 | 1 | -6/+5 |
* | pseries dma: DMA window params added to PHB and DT population changed | Alexey Kardashevskiy | 2012-08-15 | 1 | -1/+1 |
* | pseries: Rework irq assignment to avoid carrying qemu_irqs around | Alexey Kardashevskiy | 2012-08-15 | 1 | -6/+6 |
* | pseries: Convert sPAPR TCEs to use generic IOMMU infrastructure | David Gibson | 2012-06-27 | 1 | -261/+20 |
* | qbus: Make child devices links | Anthony Liguori | 2012-06-18 | 1 | -12/+13 |
* | qdev: Convert busses to QEMU Object Model | Anthony Liguori | 2012-06-18 | 1 | -5/+7 |
* | qdev: Move bus properties to abstract superclasses | Paolo Bonzini | 2012-06-18 | 1 | -1/+1 |
* | qdev: Move bus properties to a separate global | Paolo Bonzini | 2012-06-18 | 1 | -4/+6 |
* | pseries: Implement automatic PAPR VIO address allocation | David Gibson | 2012-05-01 | 1 | -20/+34 |
* | pseries: Correctly use the device model reset hooks | David Gibson | 2012-04-15 | 1 | -4/+8 |
* | pseries: Fix bug with reset of VIO CRQs | David Gibson | 2012-04-15 | 1 | -8/+25 |
* | pseries: Clean up hcall_dprintf() debugging messages | David Gibson | 2012-04-15 | 1 | -16/+9 |
* | pseries: Add support for level interrupts to XICS | David Gibson | 2012-03-15 | 1 | -1/+1 |
* | ppc hw/: Don't use CPUState | Andreas Färber | 2012-03-14 | 1 | -6/+6 |
* | qom: Unify type registration | Andreas Färber | 2012-02-15 | 1 | -2/+2 |
* | qdev: kill off DeviceInfo | Anthony Liguori | 2012-02-03 | 1 | -1/+1 |
* | qdev: register all types natively through QEMU Object Model | Anthony Liguori | 2012-02-03 | 1 | -17/+18 |
* | sysbus: apic: ioapic: convert to QEMU Object Model | Anthony Liguori | 2012-01-27 | 1 | -5/+12 |
* | spapr: convert to QEMU Object Model (v2) | Anthony Liguori | 2012-01-27 | 1 | -22/+33 |
* | qdev: move qdev->info to class | Anthony Liguori | 2012-01-27 | 1 | -3/+3 |
* | pseries: Check for duplicate addresses on the spapr-vio bus | Michael Ellerman | 2012-01-03 | 1 | -0/+32 |
* | pseries: Populate "/chosen/linux,stdout-path" in the FDT | David Gibson | 2012-01-03 | 1 | -0/+34 |
* | pseries: Emit device tree nodes in reg order | David Gibson | 2012-01-03 | 1 | -5/+45 |
* | pseries: Remove hcalls callback | David Gibson | 2012-01-03 | 1 | -13/+0 |
* | pseries: Fix qdev.id handling in the VIO bus code | Michael Ellerman | 2011-11-18 | 1 | -7/+29 |
* | pseries: Fix buggy spapr_vio_find_by_reg() | David Gibson | 2011-11-18 | 1 | -2/+2 |
* | Merge branch 'ppc-next' of git://repo.or.cz/qemu/agraf | Blue Swirl | 2011-11-01 | 1 | -1/+7 |
|\ |
|
| * | pseries: Use Book3S-HV TCE acceleration capabilities | David Gibson | 2011-10-30 | 1 | -1/+7 |
* | | qdev: switch children device list to QTAILQ | Paolo Bonzini | 2011-10-28 | 1 | -3/+3 |
|/ |
|
* | pseries: Refactor spapr irq allocation | David Gibson | 2011-10-06 | 1 | -5/+4 |
* | spapr: make irq customizable via qdev | Paolo Bonzini | 2011-10-06 | 1 | -1/+7 |
* | spapr: proper qdevification | Paolo Bonzini | 2011-10-06 | 1 | -0/+5 |
* | Use glib memory allocation and free functions | Anthony Liguori | 2011-08-20 | 1 | -1/+1 |
* | Add a PAPR TCE-bypass mechanism for the pSeries machine | Ben Herrenschmidt | 2011-04-01 | 1 | -0/+82 |
* | Implement PAPR CRQ hypercalls | Ben Herrenschmidt | 2011-04-01 | 1 | -0/+160 |
* | Implement TCE translation for sPAPR VIO | David Gibson | 2011-04-01 | 1 | -0/+238 |
* | Add PAPR H_VIO_SIGNAL hypercall and infrastructure for VIO interrupts | David Gibson | 2011-04-01 | 1 | -0/+37 |
* | Implement the bus structure for PAPR virtual IO | David Gibson | 2011-04-01 | 1 | -0/+214 |