index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
ide
/
qdev.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-18
hw/ide: remove 'ide-drive' device
Daniel P. Berrangé
1
-38
/
+0
2020-12-18
qdev: Move softmmu properties to qdev-properties-system.h
Eduardo Habkost
1
-0
/
+1
2020-11-15
nomaintainer: Fix Lesser GPL version number
Chetan Pant
1
-1
/
+1
2020-07-10
qom: Put name parameter before value / visitor parameter
Markus Armbruster
1
-1
/
+1
2020-07-10
qapi: Use returned bool to check for failure, manual part
Markus Armbruster
1
-2
/
+2
2020-07-10
qapi: Use returned bool to check for failure, Coccinelle part
Markus Armbruster
1
-2
/
+1
2020-06-23
qdev: Make qdev_prop_set_drive() match the other helpers
Markus Armbruster
1
-2
/
+2
2020-06-17
block: consolidate blocksize properties consistency checks
Roman Kagan
1
-1
/
+4
2020-06-15
qdev: Convert uses of qdev_create() with Coccinelle
Markus Armbruster
1
-2
/
+2
2020-05-15
qdev: Unrealize must not fail
Markus Armbruster
1
-2
/
+2
2020-05-15
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
1
-1
/
+1
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
1
-4
/
+4
2019-10-31
bootdevice: Gather LCHS from all relevant devices
Sam Eiderman
1
-0
/
+5
2019-10-31
block: Refactor macros - fix tabbing
Sam Eiderman
1
-1
/
+1
2019-10-31
IDE: deprecate ide-drive
John Snow
1
-0
/
+3
2019-08-16
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
1
-0
/
+1
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include qemu/main-loop.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
1
-1
/
+0
2019-08-16
Include generated QAPI headers less
Markus Armbruster
1
-0
/
+1
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
1
-0
/
+2
2019-06-04
block: Add BlockBackend.ctx
Kevin Wolf
1
-1
/
+1
2018-08-15
block: Remove deprecated -drive option serial
Kevin Wolf
1
-1
/
+0
2018-07-10
Revert "block: Remove deprecated -drive option serial"
Cornelia Huck
1
-0
/
+1
2018-06-15
block: Remove deprecated -drive option serial
Kevin Wolf
1
-1
/
+0
2017-12-19
hw/block: Use errp directly rather than local_err
Mao Zhongyi
1
-8
/
+4
2017-10-12
ide: support reporting of rotation rate
Daniel P. Berrange
1
-0
/
+1
2017-09-18
hw/ide: Convert DeviceClass init to realize
Mao Zhongyi
1
-44
/
+42
2017-07-18
ide: bdrv_attach_dev() for empty CD-ROM
Kevin Wolf
1
-0
/
+3
2017-03-15
ide: qdev: register ide bus unrealize function
Li Qiang
1
-6
/
+6
2017-02-28
hw/block: Request permissions
Kevin Wolf
1
-2
/
+6
2017-02-28
block: Add permissions to blk_new()
Kevin Wolf
1
-1
/
+2
2016-09-29
ide: Fix memory leak in ide_register_restart_cb()
Ashijeet Acharya
1
-0
/
+11
2016-09-05
ide: ide-cd without drive property for empty drive
Kevin Wolf
1
-5
/
+15
2016-07-13
block/qdev: Allow configuring rerror/werror with qdev properties
Kevin Wolf
1
-0
/
+1
2016-07-13
block/qdev: Allow configuring WCE with qdev properties
Kevin Wolf
1
-0
/
+1
2016-07-12
Use #include "..." for our own headers, <...> for others
Markus Armbruster
1
-2
/
+2
2016-06-20
error: Remove NULL checks on error_propagate() calls
Eduardo Habkost
1
-3
/
+1
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
1
-0
/
+1
2016-02-08
qom: Swap 'name' next to visitor in ObjectPropertyAccessor
Eric Blake
1
-4
/
+4
2016-02-08
qapi: Swap visit_* arguments for consistent 'name' placement
Eric Blake
1
-2
/
+2
2016-01-29
ide: Clean up includes
Peter Maydell
1
-0
/
+1
2016-01-25
ide: Correct the CHS 'cyls_max' limit to be 65535
Shmulik Ladkani
1
-1
/
+1
2016-01-13
hw: Inline the qdev_prop_set_drive_nofail() wrapper
Markus Armbruster
1
-1
/
+2
2015-03-10
BlockConf: Call backend functions to detect geometry and blocksizes
Ekaterina Tumanova
1
-0
/
+1
2015-02-18
error: Use error_report_err() where appropriate
Markus Armbruster
1
-2
/
+1
2014-12-10
ide: Check validity of logical block size
Kevin Wolf
1
-0
/
+5
2014-10-20
blockdev: Fix blockdev-add not to create DriveInfo
Markus Armbruster
1
-1
/
+1
2014-10-20
hw: Convert from BlockDriverState to BlockBackend, mostly
Markus Armbruster
1
-6
/
+5
2014-10-20
block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()
Markus Armbruster
1
-1
/
+3
[next]