summaryrefslogtreecommitdiff
path: root/hw/block/pflash_cfi01.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-10hw/block/pflash_cfi: fix off-by-one errorPhilippe Mathieu-Daudé1-6/+4
2017-07-14hw/block/pflash_cfi01, pflash_cfi02: Use memory_region_init_rom_device()Peter Maydell1-2/+1
2017-07-14memory: Rename memory_region_init_rom() and _rom_device() to _nomigrate()Peter Maydell1-1/+1
2017-02-28hw/block: Request permissionsKevin Wolf1-6/+12
2017-01-27pflash_cfi01: fix per-device sector length in CFI tablePeter Maydell1-5/+17
2016-12-22hw/block/pflash_cfi*.c: fix confusing assert fail messageZiyue Yang1-0/+13
2016-06-29pflash: make TYPE_CFI_PFLASH0{1,2} macros publicEfimov Vasily1-1/+0
2016-05-19hw: explicitly include qemu/log.hPaolo Bonzini1-0/+1
2016-05-12pflash: Switch to byte-based block accessEric Blake1-6/+6
2016-04-15Fix pflash migrationDr. David Alan Gilbert1-2/+16
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-06-05pflash_cfi01: add secure propertyPaolo Bonzini1-44/+67
2015-06-05pflash_cfi01: change to new-style MMIO accessorsPaolo Bonzini1-86/+10
2015-06-05pflash_cfi01: change big-endian property to BIT typePaolo Bonzini1-4/+7
2015-03-10hw: Propagate errors through qdev_prop_set_drive()Markus Armbruster1-2/+2
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster1-12/+12
2014-09-12Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-1/+7
2014-09-09memory: add parameter errp to memory_region_init_rom_deviceHu Tao1-1/+7
2014-09-08pflash_cfi01: write flash contents to bdrv on incoming migrationLaszlo Ersek1-0/+14
2014-09-08pflash_cfi01: fixup stale DPRINTF() callsLaszlo Ersek1-2/+2
2014-08-18memory: remove memory_region_destroyPaolo Bonzini1-1/+0
2014-06-19hw/block/pflash_cfi01: Report correct size info for parallel configsPeter Maydell1-3/+17
2013-12-17Fix NOR flash device ID readingRoy Franz1-20/+85
2013-12-17Fix CFI query responses for NOR flashRoy Franz1-11/+94
2013-12-17Add max device width parameter for NOR devicesRoy Franz1-0/+25
2013-12-17return status for each NOR flash deviceRoy Franz1-2/+13
2013-12-17Add device-width property to pflash_cfi01Roy Franz1-0/+11
2013-12-17rename pflash_t member width to bank_widthRoy Franz1-8/+9
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh1-1/+1
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum1-0/+1
2013-07-28pflash_cfi01: duplicate status byte from bits 23:16 for 32bit readsPaul Burton1-0/+3
2013-07-23pflash_cfi01: Use QOM realize for pflash_cfi01Hu Tao1-7/+5
2013-07-23pflash-cfi01: QOM'ify some moreHu Tao1-9/+12
2013-07-04hw/block: pass owner to memory_region_init* functionsPaolo Bonzini1-1/+1
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-1/+2
2013-05-24memory: Rename readable flag to romd_modeJan Kiszka1-3/+3
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini1-0/+769