aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc/pnv_pnor.c
AgeCommit message (Expand)AuthorFilesLines
2025-04-25qom: Have class_init() take a const data argumentPhilippe Mathieu-Daudé1-1/+1
2025-03-20ppc/pnv: Move the PNOR LPC address into struct PnvPnorNicholas Piggin1-0/+2
2024-12-21Merge tag 'exec-20241220' of https://github.com/philmd/qemu into stagingStefan Hajnoczi1-2/+2
2024-12-20include: Rename sysemu/ -> system/Philippe Mathieu-Daudé1-2/+2
2024-12-19include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LISTRichard Henderson1-1/+0
2024-12-15hw/ppc: Constify all PropertyRichard Henderson1-1/+1
2022-07-12block: Change blk_{pread,pwrite}() param orderAlberto Faria1-3/+3
2022-07-12block: Add a 'flags' param to blk_pread()Alberto Faria1-1/+1
2022-07-12block: Make blk_{pread,pwrite}() return 0 on successAlberto Faria1-1/+1
2021-11-09ppc/pnv: Fix check on block device before updating drive contentsCédric Le Goater1-1/+1
2021-05-02hw: Do not include qemu/log.h if it is not necessaryThomas Huth1-1/+0
2021-01-27block: Separate blk_is_writable() and blk_supports_write_perm()Kevin Wolf1-1/+1
2020-12-18qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost1-0/+1
2020-02-02ppc/pnv: improve error logging when a PNOR update failsCédric Le Goater1-1/+2
2020-02-02ppc/pnv: use QEMU unit definition MiBCédric Le Goater1-1/+2
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2020-01-08ppc/pnv: fix check on return value of blk_getlength()Cédric Le Goater1-1/+1
2020-01-08ppc/pnv: check return value of blk_pwrite()Cédric Le Goater1-2/+6
2019-12-17ppc/pnv: Add a PNOR modelCédric Le Goater1-0/+135