aboutsummaryrefslogtreecommitdiff
path: root/hw/block/onenand.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-29hw/block: Constify VMStateRichard Henderson1-1/+1
2023-03-24hw/block: replace TABs with spaceYeqi Fu1-64/+64
2022-07-12block: Change blk_{pread,pwrite}() param orderAlberto Faria1-16/+16
2022-07-12block: Add a 'flags' param to blk_pread()Alberto Faria1-6/+6
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-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost1-3/+1
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-1/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-2/+4
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2020-01-06vmstate: replace DeviceState with VMStateIfMarc-André Lureau1-1/+1
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-1/+1
2018-12-13block/noenand: Convert sysbus init function to realize functionMao Zhongyi1-9/+7
2018-11-19hw/block/onenand: use qemu_log_mask() for reportingPeter Maydell1-9/+13
2018-11-19hw/block/onenand: Fix off-by-one error allowing out-of-bounds readPeter Maydell1-1/+1
2018-06-01hw: Do not include "sysemu/blockdev.h" if it is not necessaryPhilippe Mathieu-Daudé1-1/+0
2018-06-01hw: Do not include "exec/address-spaces.h" if it is not necessaryPhilippe Mathieu-Daudé1-1/+0
2018-01-22Fixes after renaming __FUNCTION__ to __func__Alistair Francis1-1/+1
2018-01-22Replace all occurances of __FUNCTION__ with __func__Alistair Francis1-4/+4
2017-10-06hw/block/onenand: Remove dead code blockThomas Huth1-4/+0
2017-09-27migration: pre_save return intDr. David Alan Gilbert1-1/+3
2017-07-14memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell1-1/+1
2017-02-28hw/block: Request permissionsKevin Wolf1-0/+7
2016-05-12onenand: Switch to byte-based block accessEric Blake1-14/+27
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-01-20block: Clean up includesPeter Maydell1-0/+1
2015-09-18Fix bad error handling after memory_region_init_ram()Markus Armbruster1-1/+1
2015-02-10onenand: g_malloc() can't fail, bury dead error handlingMarkus Armbruster1-7/+1
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster1-32/+35
2014-09-09memory: add parameter errp to memory_region_init_ramHu Tao1-1/+1
2014-06-16block: Drop superfluous conditionals around g_free()Markus Armbruster1-3/+1
2014-05-13savevm: Remove all the unneeded version_minimum_id_old (arm)Juan Quintela1-1/+0
2013-07-29onenand: QOM cast cleanupAndreas Färber1-10/+20
2013-07-04hw/block: pass owner to memory_region_init* functionsPaolo Bonzini1-4/+6
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-4/+4
2013-04-08hw: move block devices to hw/block/, configure via default-configs/Paolo Bonzini1-0/+842