summaryrefslogtreecommitdiff
path: root/hw/block/onenand.c
AgeCommit message (Expand)Author
2018-12-13block/noenand: Convert sysbus init function to realize functionMao Zhongyi
2018-11-19hw/block/onenand: use qemu_log_mask() for reportingPeter Maydell
2018-11-19hw/block/onenand: Fix off-by-one error allowing out-of-bounds readPeter Maydell
2018-06-01hw: Do not include "sysemu/blockdev.h" if it is not necessaryPhilippe Mathieu-Daudé
2018-06-01hw: Do not include "exec/address-spaces.h" if it is not necessaryPhilippe Mathieu-Daudé
2018-01-22Fixes after renaming __FUNCTION__ to __func__Alistair Francis
2018-01-22Replace all occurances of __FUNCTION__ with __func__Alistair Francis
2017-10-06hw/block/onenand: Remove dead code blockThomas Huth
2017-09-27migration: pre_save return intDr. David Alan Gilbert
2017-07-14memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell
2017-02-28hw/block: Request permissionsKevin Wolf
2016-05-12onenand: Switch to byte-based block accessEric Blake
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-01-20block: Clean up includesPeter Maydell
2015-09-18Fix bad error handling after memory_region_init_ram()Markus Armbruster
2015-02-10onenand: g_malloc() can't fail, bury dead error handlingMarkus Armbruster
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster
2014-09-09memory: add parameter errp to memory_region_init_ramHu Tao
2014-06-16block: Drop superfluous conditionals around g_free()Markus Armbruster
2014-05-13savevm: Remove all the unneeded version_minimum_id_old (arm)Juan Quintela
2013-07-29onenand: QOM cast cleanupAndreas Färber
2013-07-04hw/block: pass owner to memory_region_init* functionsPaolo Bonzini
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini
2013-04-08hw: move block devices to hw/block/, configure via default-configs/Paolo Bonzini