summaryrefslogtreecommitdiff
path: root/hw/ide/qdev.c
AgeCommit message (Expand)Author
2016-07-13block/qdev: Allow configuring rerror/werror with qdev propertiesKevin Wolf
2016-07-13block/qdev: Allow configuring WCE with qdev propertiesKevin Wolf
2016-07-12Use #include "..." for our own headers, <...> for othersMarkus Armbruster
2016-06-20error: Remove NULL checks on error_propagate() callsEduardo Habkost
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-02-08qom: Swap 'name' next to visitor in ObjectPropertyAccessorEric Blake
2016-02-08qapi: Swap visit_* arguments for consistent 'name' placementEric Blake
2016-01-29ide: Clean up includesPeter Maydell
2016-01-25ide: Correct the CHS 'cyls_max' limit to be 65535Shmulik Ladkani
2016-01-13hw: Inline the qdev_prop_set_drive_nofail() wrapperMarkus Armbruster
2015-03-10BlockConf: Call backend functions to detect geometry and blocksizesEkaterina Tumanova
2015-02-18error: Use error_report_err() where appropriateMarkus Armbruster
2014-12-10ide: Check validity of logical block sizeKevin Wolf
2014-10-20blockdev: Fix blockdev-add not to create DriveInfoMarkus Armbruster
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster
2014-10-20block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()Markus Armbruster
2014-10-15ide: add calling add_boot_device_patch in bootindex setter functionGonglei
2014-10-15ide: add bootindex to qom propertyGonglei
2014-08-29ide: Fix bootindex for bus_id > 9Markus Armbruster
2014-08-26block: Pass errp in blkconf_geometryFam Zheng
2014-02-14qdev: Remove hex8/32/64 property typesPaolo Bonzini
2013-08-30qdev: Pass size to qbus_create_inplace()Andreas Färber
2013-08-30ide: Pass size to ide_bus_new()Andreas Färber
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum
2013-05-08ahci: Don't allow creating slave drivesKevin Wolf
2013-04-08hw: move headers to include/Paolo Bonzini
2013-02-22blockdev: enable discard by defaultPaolo Bonzini
2013-01-10Make all static TypeInfos constAndreas Färber
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-10-05scsi, pci, qdev, isa-bus, sysbus: don't let *_get_fw_dev_path return NULLJim Meyering
2012-08-06ide scsi: Mess with geometry only for hard disk devicesMarkus Armbruster
2012-07-17hw/block-common: Factor out fall back to legacy -drive cyls=...Markus Armbruster
2012-07-17hw/block-common: Factor out fall back to legacy -drive serial=...Markus Armbruster
2012-07-17hd-geometry: Compute BIOS CHS translation in one placeMarkus Armbruster
2012-07-17ide pc: Put hard disk info into CMOS only for hard disksMarkus Armbruster
2012-07-17ide: qdev property for BIOS CHS translationMarkus Armbruster
2012-07-17ide: qdev properties for disk geometryMarkus Armbruster
2012-07-17ide pc: Cut out the block layer geometry middlemanMarkus Armbruster
2012-06-18qdev: Convert busses to QEMU Object ModelAnthony Liguori
2012-06-18qdev: Move bus properties to abstract superclassesPaolo Bonzini
2012-06-18qdev: Move bus properties to a separate globalPaolo Bonzini
2012-04-05ide: Adds wwn=hex qdev optionFloris Bos
2012-04-05ide: Add "model=s" qdev optionFloris Bos
2012-02-15qom: Unify type registrationAndreas Färber
2012-02-03qdev: kill off DeviceInfoAnthony Liguori
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori
2012-01-27ide: convert to QEMU Object ModelAnthony Liguori
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-07-23ide: Turn properties any IDE device must have into bus propertiesMarkus Armbruster