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