aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc/spapr_vio.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-30hw/ppc: Constify VMStateRichard Henderson1-1/+1
2023-10-19hw/ppc/spapr_vio: Realize SPAPR_VIO_BRIDGE device before accessing itPhilippe Mathieu-Daudé1-1/+2
2022-03-02hw/ppc/spapr_vio.c: use g_autofree in spapr_dt_vdevice()Daniel Henrique Barboza1-4/+2
2021-09-30qbus: Rename qbus_create() to qbus_new()Peter Maydell1-1/+1
2021-05-04hw/ppc/spapr_vio: Reset TCE table object with device_cold_reset()Peter Maydell1-1/+1
2021-03-09qtest: delete superfluous inclusions of qtest.hChen Qun1-1/+0
2020-12-10ppc: do not use ram_size globalPaolo Bonzini1-2/+2
2020-11-15nomaintainer: Fix Lesser GPL version numberChetan Pant1-1/+1
2020-10-09spapr: Simplify error handling in spapr_vio_busdev_realize()Greg Kurz1-7/+5
2020-06-26spapr: Fix typos in comments and macro indentationGustavo Romero1-3/+3
2020-06-15sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster1-1/+1
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster1-2/+2
2020-02-02spapr: Implement get_dt_compatible() callbackStefan Berger1-2/+9
2020-01-30add device_legacy_reset function to prepare for reset api changeDamien Hedde1-1/+1
2019-10-04spapr: Replace spapr_vio_qirq() helper with spapr_vio_irq_pulse() helperDavid Gibson1-2/+1
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster1-1/+0
2019-08-16Include hw/boards.h a bit lessMarkus Armbruster1-1/+0
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster1-0/+1
2019-03-12spapr: Use CamelCase properlyDavid Gibson1-58/+58
2019-02-17spapr: Rename xics to intc in interrupt controller agnostic codeGreg Kurz1-1/+1
2019-02-04spapr/vio: remove the "irq" property"Cédric Le Goater1-41/+6
2018-12-21spapr: use g_new(T, n) instead of g_malloc(sizeof(T) * n)Greg Kurz1-1/+1
2018-08-21spapr: introduce a fixed IRQ number spaceCédric Le Goater1-6/+60
2018-07-07spapr/vio: quiet down the "irq" property accessorsCédric Le Goater1-3/+12
2018-06-21spapr: split the IRQ allocation sequenceCédric Le Goater1-1/+9
2018-06-12spapr/vio: deprecate the "irq" propertyCédric Le Goater1-1/+21
2017-12-15spapr: fix LSI interrupt specifiers in the device treeGreg Kurz1-1/+2
2017-12-15spapr: move the IRQ allocation routines under the machineCédric Le Goater1-1/+1
2017-06-28vmstate: error hint for failed equal checksHalil Pasic1-2/+2
2017-03-01ppc/xics: store the ICS object under the sPAPR machineCédric Le Goater1-1/+1
2017-01-31hw/ppc: QOM'ify spapr_vio.cxiaoqiang zhao1-10/+0
2016-10-28pseries: Consolidate construction of /vdevice device tree nodeDavid Gibson1-7/+16
2016-10-28pseries: Consolidate construction of /chosen device tree nodeDavid Gibson1-13/+4
2016-10-14ppc/xics: Make the ICSState a listBenjamin Herrenschmidt1-1/+1
2016-09-23spapr_vio: convert to trace framework instead of DPRINTFLaurent Vivier1-14/+3
2016-09-07hw/ppc: use error_report instead of fprintfCédric Le Goater1-1/+2
2016-07-01ppc/xics: Replace "icp" with "xics" in most placesBenjamin Herrenschmidt1-1/+1
2016-07-01ppc/xics: Rename existing xics to xics_spaprBenjamin Herrenschmidt1-1/+1
2016-06-20coccinelle: Remove unnecessary variables for function return valueEduardo Habkost1-4/+1
2016-06-07spapr_iommu: Introduce "enabled" state for TCE tableAlexey Kardashevskiy1-5/+3
2016-05-19hw: explicitly include qemu/log.hPaolo Bonzini1-0/+1
2016-05-19hw: do not use VMSTATE_*TLPaolo Bonzini1-1/+1
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-02-28xics: report errors with the QEMU Error APIGreg Kurz1-3/+4
2016-01-29ppc: Clean up includesPeter Maydell1-0/+1
2016-01-11spapr vio: fix to incomplete QOMifyCao jin1-7/+5
2015-07-07spapr: Merge sPAPREnvironment into sPAPRMachineStateDavid Gibson1-7/+8
2015-06-22Include monitor/monitor.h exactly where neededMarkus Armbruster1-1/+0