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
/
pnv_lpc.c
Age
Commit message (
Expand
)
Author
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