summaryrefslogtreecommitdiffstats
path: root/hw/block/onenand.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-181-3/+1Star
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-1/+2
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-2/+4
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* vmstate: replace DeviceState with VMStateIfMarc-André Lureau2020-01-061-1/+1
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-1/+1
* block/noenand: Convert sysbus init function to realize functionMao Zhongyi2018-12-131-9/+7Star
* hw/block/onenand: use qemu_log_mask() for reportingPeter Maydell2018-11-191-9/+13
* hw/block/onenand: Fix off-by-one error allowing out-of-bounds readPeter Maydell2018-11-191-1/+1
* hw: Do not include "sysemu/blockdev.h" if it is not necessaryPhilippe Mathieu-Daudé2018-06-011-1/+0Star
* hw: Do not include "exec/address-spaces.h" if it is not necessaryPhilippe Mathieu-Daudé2018-06-011-1/+0Star
* Fixes after renaming __FUNCTION__ to __func__Alistair Francis2018-01-221-1/+1
* Replace all occurances of __FUNCTION__ with __func__Alistair Francis2018-01-221-4/+4
* hw/block/onenand: Remove dead code blockThomas Huth2017-10-061-4/+0Star
* migration: pre_save return intDr. David Alan Gilbert2017-09-271-1/+3
* memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell2017-07-141-1/+1
* hw/block: Request permissionsKevin Wolf2017-02-281-0/+7
* onenand: Switch to byte-based block accessEric Blake2016-05-121-14/+27
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* block: Clean up includesPeter Maydell2016-01-201-0/+1
* Fix bad error handling after memory_region_init_ram()Markus Armbruster2015-09-181-1/+1
* onenand: g_malloc() can't fail, bury dead error handlingMarkus Armbruster2015-02-101-7/+1Star
* hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster2014-10-201-32/+35
* memory: add parameter errp to memory_region_init_ramHu Tao2014-09-091-1/+1
* block: Drop superfluous conditionals around g_free()Markus Armbruster2014-06-161-3/+1Star
* savevm: Remove all the unneeded version_minimum_id_old (arm)Juan Quintela2014-05-131-1/+0Star
* onenand: QOM cast cleanupAndreas Färber2013-07-291-10/+20
* hw/block: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-041-4/+6
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-4/+4
* hw: move block devices to hw/block/, configure via default-configs/Paolo Bonzini2013-04-081-0/+842