summaryrefslogtreecommitdiff
path: root/hw/block/nand.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-28hw/block: Request permissionsKevin Wolf1-0/+7
2016-05-12nand: Switch to byte-based block accessEric Blake1-13/+23
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-02-16hw/block/nand.c: Include osdep.h firstPeter Maydell1-2/+3
2016-01-13hw: Inline the qdev_prop_set_drive_nofail() wrapperMarkus Armbruster1-1/+1
2015-11-25nand: fix flash erase when oob is in memoryRicard Wanderlof1-1/+1
2015-11-18nand: fix address overflowRabin Vincent1-2/+2
2015-03-10block: remove superfluous '\n' around error_report/error_setgGonglei1-1/+1
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster1-25/+25
2014-05-13savevm: Remove all the unneeded version_minimum_id_old (arm)Juan Quintela1-2/+1
2014-02-14nand: Don't use qdev_create() in nand_init()Andreas Färber1-1/+1
2013-06-25nand: Don't inherit from SysbusPeter Crosthwaite1-3/+4
2013-06-25block/nand: Convert Sysbus::init to Device::realizePeter Crosthwaite1-9/+7
2013-06-25block/nand: QOM casting sweepPeter Crosthwaite1-9/+16
2013-06-21block/nand: Formatting sweepPeter Crosthwaite1-15/+18
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini1-0/+791