| Commit message (Expand) | Author | Age | Files | Lines |
* | spapr: Simplify error handling in spapr_vio_busdev_realize() | Greg Kurz | 2020-10-09 | 1 | -7/+5 |
* | spapr: Fix typos in comments and macro indentation | Gustavo Romero | 2020-06-26 | 1 | -3/+3 |
* | sysbus: Convert to sysbus_realize() etc. with Coccinelle | Markus Armbruster | 2020-06-15 | 1 | -1/+1 |
* | qdev: Convert uses of qdev_create() with Coccinelle | Markus Armbruster | 2020-06-15 | 1 | -2/+2 |
* | spapr: Implement get_dt_compatible() callback | Stefan Berger | 2020-02-02 | 1 | -2/+9 |
* | add device_legacy_reset function to prepare for reset api change | Damien Hedde | 2020-01-30 | 1 | -1/+1 |
* | spapr: Replace spapr_vio_qirq() helper with spapr_vio_irq_pulse() helper | David Gibson | 2019-10-04 | 1 | -2/+1 |
* | Clean up inclusion of sysemu/sysemu.h | Markus Armbruster | 2019-08-16 | 1 | -1/+0 |
* | Include hw/boards.h a bit less | Markus Armbruster | 2019-08-16 | 1 | -1/+0 |
* | Include hw/hw.h exactly where needed | Markus Armbruster | 2019-08-16 | 1 | -1/+0 |
* | Include migration/vmstate.h less | Markus Armbruster | 2019-08-16 | 1 | -0/+1 |
* | Include hw/irq.h a lot less | Markus Armbruster | 2019-08-16 | 1 | -0/+1 |
* | spapr: Use CamelCase properly | David Gibson | 2019-03-12 | 1 | -58/+58 |
* | spapr: Rename xics to intc in interrupt controller agnostic code | Greg Kurz | 2019-02-17 | 1 | -1/+1 |
* | spapr/vio: remove the "irq" property" | Cédric Le Goater | 2019-02-04 | 1 | -41/+6 |
* | spapr: use g_new(T, n) instead of g_malloc(sizeof(T) * n) | Greg Kurz | 2018-12-20 | 1 | -1/+1 |
* | spapr: introduce a fixed IRQ number space | Cédric Le Goater | 2018-08-21 | 1 | -6/+60 |
* | spapr/vio: quiet down the "irq" property accessors | Cédric Le Goater | 2018-07-07 | 1 | -3/+12 |
* | spapr: split the IRQ allocation sequence | Cédric Le Goater | 2018-06-21 | 1 | -1/+9 |
* | spapr/vio: deprecate the "irq" property | Cédric Le Goater | 2018-06-12 | 1 | -1/+21 |
* | spapr: fix LSI interrupt specifiers in the device tree | Greg Kurz | 2017-12-14 | 1 | -1/+2 |
* | spapr: move the IRQ allocation routines under the machine | Cédric Le Goater | 2017-12-14 | 1 | -1/+1 |
* | vmstate: error hint for failed equal checks | Halil Pasic | 2017-06-28 | 1 | -2/+2 |
* | ppc/xics: store the ICS object under the sPAPR machine | Cédric Le Goater | 2017-03-01 | 1 | -1/+1 |
* | hw/ppc: QOM'ify spapr_vio.c | xiaoqiang zhao | 2017-01-31 | 1 | -10/+0 |
* | pseries: Consolidate construction of /vdevice device tree node | David Gibson | 2016-10-28 | 1 | -7/+16 |
* | pseries: Consolidate construction of /chosen device tree node | David Gibson | 2016-10-28 | 1 | -13/+4 |
* | ppc/xics: Make the ICSState a list | Benjamin Herrenschmidt | 2016-10-14 | 1 | -1/+1 |
* | spapr_vio: convert to trace framework instead of DPRINTF | Laurent Vivier | 2016-09-23 | 1 | -14/+3 |
* | hw/ppc: use error_report instead of fprintf | Cédric Le Goater | 2016-09-07 | 1 | -1/+2 |
* | ppc/xics: Replace "icp" with "xics" in most places | Benjamin Herrenschmidt | 2016-07-01 | 1 | -1/+1 |
* | ppc/xics: Rename existing xics to xics_spapr | Benjamin Herrenschmidt | 2016-07-01 | 1 | -1/+1 |
* | coccinelle: Remove unnecessary variables for function return value | Eduardo Habkost | 2016-06-20 | 1 | -4/+1 |
* | spapr_iommu: Introduce "enabled" state for TCE table | Alexey Kardashevskiy | 2016-06-07 | 1 | -5/+3 |
* | hw: explicitly include qemu/log.h | Paolo Bonzini | 2016-05-19 | 1 | -0/+1 |
* | hw: do not use VMSTATE_*TL | Paolo Bonzini | 2016-05-19 | 1 | -1/+1 |
* | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster | 2016-03-22 | 1 | -0/+1 |
* | xics: report errors with the QEMU Error API | Greg Kurz | 2016-02-28 | 1 | -3/+4 |
* | ppc: Clean up includes | Peter Maydell | 2016-01-29 | 1 | -0/+1 |
* | spapr vio: fix to incomplete QOMify | Cao jin | 2016-01-11 | 1 | -7/+5 |
* | spapr: Merge sPAPREnvironment into sPAPRMachineState | David Gibson | 2015-07-07 | 1 | -7/+8 |
* | Include monitor/monitor.h exactly where needed | Markus Armbruster | 2015-06-22 | 1 | -1/+0 |
* | spapr_vio: Introduce a liobn number generating macros | Alexey Kardashevskiy | 2015-06-03 | 1 | -1/+1 |
* | spapr_vio: Convert to realize() | Markus Armbruster | 2015-03-09 | 1 | -9/+10 |
* | spapr_vio/spapr_iommu: Move VIO bypass where it belongs | Alexey Kardashevskiy | 2015-03-09 | 1 | -2/+26 |
* | spapr_vio: Pair g_malloc() with g_free(), not free() | Markus Armbruster | 2015-02-10 | 1 | -1/+1 |
* | spapr: Move interrupt allocator to xics | Alexey Kardashevskiy | 2014-06-27 | 1 | -1/+1 |
* | spapr_iommu: Make in-kernel TCE table optional | Alexey Kardashevskiy | 2014-06-27 | 1 | -1/+1 |
* | spapr: Fix RTAS token numbers | Alexey Kardashevskiy | 2014-06-27 | 1 | -2/+3 |
* | spapr_iommu: Introduce bus_offset in sPAPRTCETable | Alexey Kardashevskiy | 2014-06-16 | 1 | -0/+1 |