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
/
pci-host
/
pnv_phb3.c
Age
Commit message (
Expand
)
Author
2022-01-28
ppc/pnv: use a do-while() loop in pnv_phb3_translate_tve()
Daniel Henrique Barboza
2022-01-28
ppc/pnv: Fail DMA access if page permissions are not correct
Frederic Barrat
2022-01-12
ppc/pnv: Complete user created PHB3 devices
Cédric Le Goater
2022-01-12
ppc/pnv: Reparent user created PHB3 devices to the PnvChip
Cédric Le Goater
2022-01-12
ppc/pnv: Introduce support for user created PHB3 devices
Cédric Le Goater
2022-01-12
ppc/pnv: Attach PHB3 root port device when defaults are enabled
Cédric Le Goater
2022-01-12
pnv_phb3.c: add unique chassis and slot for pnv_phb3_root_port
Daniel Henrique Barboza
2022-01-04
pnv_phb3.c: do not set 'root-bus' as bus name
Daniel Henrique Barboza
2021-12-30
dma: Let dma_memory_read/write() take MemTxAttrs argument
Philippe Mathieu-Daudé
2021-12-17
ppc/pnv: Use the chip class to check the index of PHB3 devices
Cédric Le Goater
2021-12-17
ppc/pnv: Introduce a "chip" property under PHB3
Cédric Le Goater
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-07-10
error: Eliminate error_propagate() with Coccinelle, part 1
Markus Armbruster
2020-07-10
qom: Put name parameter before value / visitor parameter
Markus Armbruster
2020-07-10
qdev: Use returned bool to check for qdev_realize() etc. failure
Markus Armbruster
2020-06-15
qdev: Convert bus-less devices to qdev_realize() with Coccinelle
Markus Armbruster
2020-06-15
qom: Less verbose object_initialize_child()
Markus Armbruster
2020-06-15
qdev: Convert uses of qdev_set_parent_bus() with Coccinelle
Markus Armbruster
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 models for POWER8 PHB3 PCIe Host bridge
Cédric Le Goater