summary refs log tree commit diff stats
path: root/hw/ppc/pnv_pnor.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* block: Change blk_{pread,pwrite}() param orderAlberto Faria2022-07-121-3/+3
* block: Add a 'flags' param to blk_pread()Alberto Faria2022-07-121-1/+1
* block: Make blk_{pread,pwrite}() return 0 on successAlberto Faria2022-07-121-1/+1
* ppc/pnv: Fix check on block device before updating drive contentsCédric Le Goater2021-11-091-1/+1
* hw: Do not include qemu/log.h if it is not necessaryThomas Huth2021-05-021-1/+0
* block: Separate blk_is_writable() and blk_supports_write_perm()Kevin Wolf2021-01-271-1/+1
* qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost2020-12-181-0/+1
* ppc/pnv: improve error logging when a PNOR update failsCédric Le Goater2020-02-021-1/+2
* ppc/pnv: use QEMU unit definition MiBCédric Le Goater2020-02-021-1/+2
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* ppc/pnv: fix check on return value of blk_getlength()Cédric Le Goater2020-01-081-1/+1
* ppc/pnv: check return value of blk_pwrite()Cédric Le Goater2020-01-081-2/+6
* ppc/pnv: Add a PNOR modelCédric Le Goater2019-12-171-0/+135