index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
ppc
/
pnv_lpc.c
Age
Commit message (
Expand
)
Author
2020-03-17
hw/ppc/pnv: Fix typo in comment
Philippe Mathieu-Daudé
2020-02-20
Avoid address_space_rw() with a constant is_write argument
Peter Maydell
2020-02-02
ppc/pnv: change the PowerNV machine devices to be non user creatable
Cédric Le Goater
2020-02-02
ppc/pnv: Add support for "hostboot" mode
Cédric Le Goater
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
2019-12-17
ppc/pnv: add a LPC Controller model for POWER10
Cédric Le Goater
2019-12-17
ppc/pnv: Add HIOMAP commands
Cédric Le Goater
2019-12-17
ppc/pnv: Add a LPC "ranges" property
Cédric Le Goater
2019-12-17
ppc/pnv: Link "psi" property to PnvLpc::psi pointer
Greg Kurz
2019-08-16
Clean up inclusion of sysemu/sysemu.h
Markus Armbruster
2019-08-16
Include hw/irq.h a lot less
Markus Armbruster
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-03-12
ppc/pnv: add SerIRQ routing registers
Cédric Le Goater
2019-03-12
ppc/pnv: add a LPC Controller model for POWER9
Cédric Le Goater
2019-03-12
ppc/pnv: add a LPC Controller class model
Cédric Le Goater
2019-03-12
ppc/pnv: lpc: fix OPB address ranges
Cédric Le Goater
2019-03-12
ppc/pnv: fix logging primitives using Ox
Cédric Le Goater
2018-11-08
ppc/pnv: check size before data buffer access
Prasad J Pandit
2018-06-21
ppc/pnv: introduce a new isa_create() operation to the chip model
Cédric Le Goater
2018-06-12
ppc/pnv: fix LPC HC firmware address space
Cédric Le Goater
2018-05-20
Remove unnecessary variables for function return value
Laurent Vivier
2018-01-10
target/ppc: more use of the PPC_*() macros
Cédric Le Goater
2018-01-10
ppc/pnv: change powernv_ prefix to pnv_ for overall naming consistency
Cédric Le Goater
2017-04-26
ppc/pnv: enable only one LPC bus
Cédric Le Goater
2017-04-26
ppc/pnv: Add support for POWER8+ LPC Controller
Benjamin Herrenschmidt
2016-12-20
Move target-* CPU file into a target/ folder
Thomas Huth
2016-11-15
ppc/pnv: fix compile breakage on old gcc
Cédric Le Goater
2016-10-28
ppc/pnv: add a LPC controller
Benjamin Herrenschmidt