aboutsummaryrefslogtreecommitdiff
path: root/hw/ssi/pnv_spi.c
AgeCommit message (Expand)AuthorFilesLines
2024-12-19include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LISTRichard Henderson1-1/+0
2024-12-15hw/ssi: Constify all PropertyRichard Henderson1-1/+1
2024-11-04hw/ssi/pnv_spi: Fixes Coverity CID 1558831Chalapathi V1-0/+1
2024-11-04hw/ssi/pnv_spi: Return early in transfer()Philippe Mathieu-Daudé1-3/+4
2024-11-04hw/ssi/pnv_spi: Match _xfer_buffer_free() with _xfer_buffer_new()Philippe Mathieu-Daudé1-2/+2
2024-09-13hw: Use device_class_set_legacy_reset() instead of opencodingPeter Maydell1-1/+1
2024-07-26hw/ppc: SPI controller wiring to P10 chipChalapathi V1-0/+8
2024-07-26hw/ssi: Extend SPI modelChalapathi V1-0/+1045
2024-07-26hw/ssi: Add SPI modelChalapathi V1-0/+215