aboutsummaryrefslogtreecommitdiff
path: root/include/hw/block
AgeCommit message (Expand)AuthorFilesLines
2021-07-06block: Add backend_defaults propertyAkihiko Odaki1-0/+3
2021-05-02vmstate: Constify some VMStateDescriptionsKeqian Zhu1-1/+1
2020-12-18qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost1-0/+1
2020-12-10Clean up includesMarkus Armbruster1-1/+0
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2-15/+5
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost2-7/+10
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost2-4/+7
2020-08-27swim: Rename struct SWIM to SwimEduardo Habkost1-3/+3
2020-06-25Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-2/+1
2020-06-24floppy: move cmos_get_fd_drive_type() from pcGerd Hoffmann1-0/+1
2020-06-24floppy: make isa_fdc_get_drive_max_chs staticGerd Hoffmann1-2/+0
2020-06-23fdc: Open-code fdctrl_init_isa()Markus Armbruster1-1/+0
2020-06-23fdc: Reject clash between -drive if=floppy and -global isa-fdcMarkus Armbruster1-0/+1
2020-06-17block: make BlockConf size props 32bit and accept size suffixesRoman Kagan1-6/+6
2020-06-17block: consolidate blocksize properties consistency checksRoman Kagan1-1/+1
2019-10-31block: Support providing LCHS from userSam Eiderman1-1/+5
2019-10-31block: Refactor macros - fix tabbingSam Eiderman1-8/+8
2019-10-28hw/m68k: add a dummy SWIM floppy controllerLaurent Vivier1-0/+76
2019-08-16Include exec/memory.h slightly lessMarkus Armbruster1-1/+1
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-1/+0
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster1-1/+0
2019-08-16include: Make headers more self-containedMarkus Armbruster2-0/+3
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-1/+0
2019-06-04block: Add qdev_prop_drive_iothread property typeKevin Wolf1-2/+5
2019-05-07pflash_cfi01: New pflash_cfi01_legacy_drive()Markus Armbruster1-0/+1
2019-03-26pflash: Require backend size to match device, improve errorsMarkus Armbruster1-1/+6
2019-03-11pflash_cfi01: Add pflash_cfi01_get_blk() helperPhilippe Mathieu-Daudé1-0/+1
2019-03-11pflash: Clean up after commit 368a354f02b, part 2Markus Armbruster1-2/+2
2019-03-11pflash: Clean up after commit 368a354f02b, part 1Markus Armbruster1-2/+2
2019-03-11hw: Use PFLASH_CFI0{1,2} and TYPE_PFLASH_CFI0{1,2}Markus Armbruster1-0/+4
2019-03-11pflash: Rename *CFI_PFLASH* to *PFLASH_CFI*Markus Armbruster1-2/+2
2019-03-11pflash: Rename pflash_t to PFlashCFI01, PFlashCFI02Markus Armbruster1-21/+30
2018-08-15block: Remove deprecated -drive option serialKevin Wolf1-1/+0
2018-07-10Revert "block: Remove deprecated -drive option serial"Cornelia Huck1-0/+1
2018-06-15block: Remove deprecated -drive option serialKevin Wolf1-1/+0
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster2-2/+2
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster2-0/+2
2017-12-19hw/block: Fix the return typeMao Zhongyi1-2/+2
2017-02-28hw/block: Introduce share-rw qdev propertyKevin Wolf1-1/+4
2017-02-28hw/block: Request permissionsKevin Wolf1-1/+2
2016-07-13block/qdev: Allow configuring rerror/werror with qdev propertiesKevin Wolf1-0/+8
2016-07-13block/qdev: Allow configuring WCE with qdev propertiesKevin Wolf1-1/+4
2016-07-12Clean up decorations and whitespace around header guardsMarkus Armbruster1-1/+1
2016-07-12Clean up header guards that don't match their file nameMarkus Armbruster1-2/+2
2016-06-29pflash: make TYPE_CFI_PFLASH0{1,2} macros publicEfimov Vasily1-0/+3
2016-03-11fdc: add function to determine drive chs limitsRoman Kagan1-0/+2
2016-02-23include: Clean up includesPeter Maydell1-1/+0
2016-01-25fdc: add drive type qapi enumJohn Snow1-8/+1
2015-03-10BlockConf: Call backend functions to detect geometry and blocksizesEkaterina Tumanova1-2/+3
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster2-6/+6