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
/
ppc
/
pnv_pnor.c
Age
Commit message (
Expand
)
Author
2022-07-12
block: Change blk_{pread,pwrite}() param order
Alberto Faria
2022-07-12
block: Add a 'flags' param to blk_pread()
Alberto Faria
2022-07-12
block: Make blk_{pread,pwrite}() return 0 on success
Alberto Faria
2021-11-09
ppc/pnv: Fix check on block device before updating drive contents
Cédric Le Goater
2021-05-02
hw: Do not include qemu/log.h if it is not necessary
Thomas Huth
2021-01-27
block: Separate blk_is_writable() and blk_supports_write_perm()
Kevin Wolf
2020-12-18
qdev: Move softmmu properties to qdev-properties-system.h
Eduardo Habkost
2020-02-02
ppc/pnv: improve error logging when a PNOR update fails
Cédric Le Goater
2020-02-02
ppc/pnv: use QEMU unit definition MiB
Cédric Le Goater
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
2020-01-08
ppc/pnv: fix check on return value of blk_getlength()
Cédric Le Goater
2020-01-08
ppc/pnv: check return value of blk_pwrite()
Cédric Le Goater
2019-12-17
ppc/pnv: Add a PNOR model
Cédric Le Goater