index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
sysemu
/
block-backend.h
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-27
block: Use blk_co_ioctl() for all BB level ioctls
Kevin Wolf
1
-0
/
+1
2016-10-07
block-backend: Remember if attached device is non-qdev
Kevin Wolf
1
-2
/
+2
2016-09-29
block: Use 'detect-zeroes' option for 'blockdev-change-medium'
Kevin Wolf
1
-1
/
+1
2016-09-29
block-backend: remove blk_flush_all
John Snow
1
-1
/
+0
2016-09-23
qdev-monitor: Add blk_by_qdev_id()
Kevin Wolf
1
-0
/
+1
2016-09-23
block: Add blk_by_dev()
Kevin Wolf
1
-0
/
+1
2016-09-05
block: switch blk_write_compressed() to byte-based interface
Pavel Butsykin
1
-2
/
+2
2016-09-05
block: Accept node-name for block-stream
Kevin Wolf
1
-0
/
+1
2016-07-20
block: Convert BB interface to byte-based discards
Eric Blake
1
-5
/
+4
2016-07-05
block: Convert bdrv_pwrite_zeroes() to BdrvChild
Kevin Wolf
1
-0
/
+1
2016-07-05
block: Switch transfer length bounds to byte-based
Eric Blake
1
-1
/
+1
2016-05-25
block: Make blk_co_preadv/pwritev() public
Kevin Wolf
1
-0
/
+6
2016-05-25
block: Rename blk_write_zeroes()
Eric Blake
1
-7
/
+7
2016-05-25
block: Drop errp parameter from blk_new()
Max Reitz
1
-1
/
+1
2016-05-25
block: Drop blk_new_with_bs()
Max Reitz
1
-1
/
+0
2016-05-19
block: Avoid bs->blk in bdrv_next()
Kevin Wolf
1
-1
/
+0
2016-05-19
block: Add bdrv_has_blk()
Kevin Wolf
1
-0
/
+1
2016-05-19
block: Remove bdrv_aio_multiwrite()
Kevin Wolf
1
-1
/
+0
2016-05-19
block: Move I/O throttling configuration functions to BlockBackend
Kevin Wolf
1
-0
/
+5
2016-05-19
block: Move throttling fields from BDS to BB
Kevin Wolf
1
-1
/
+10
2016-05-19
block: throttle-groups: Use BlockBackend pointers internally
Kevin Wolf
1
-1
/
+4
2016-05-19
block: Introduce BlockBackendPublic
Kevin Wolf
1
-0
/
+10
2016-05-12
block: Kill unused sector-based blk_* functions
Eric Blake
1
-10
/
+0
2016-05-12
block: Introduce byte-based aio read/write
Eric Blake
1
-1
/
+7
2016-05-12
block: Switch blk_*write_zeroes() to byte interface
Eric Blake
1
-6
/
+6
2016-05-12
block: Switch blk_read_unthrottled() to byte interface
Eric Blake
1
-2
/
+2
2016-05-12
block: Allow BDRV_REQ_FUA through blk_pwrite()
Eric Blake
1
-1
/
+2
2016-03-22
include/qemu/iov.h: Don't include qemu-common.h
Markus Armbruster
1
-0
/
+2
2016-03-22
Use scripts/clean-includes to drop redundant qemu/typedefs.h
Markus Armbruster
1
-2
/
+0
2016-03-17
block: Add blk_next_root_bs()
Max Reitz
1
-0
/
+1
2016-03-17
blockdev: Remove blk_hide_on_behalf_of_hmp_drive_del()
Max Reitz
1
-2
/
+0
2016-03-17
blockdev: Split monitor reference from BB creation
Max Reitz
1
-5
/
+4
2016-03-17
blockdev: Separate BB name management
Max Reitz
1
-0
/
+2
2016-03-17
block: Add blk_commit_all()
Max Reitz
1
-0
/
+1
2016-03-14
block: Introduce blk_set_allow_write_beyond_eof()
Kevin Wolf
1
-0
/
+1
2016-02-23
include: Clean up includes
Peter Maydell
1
-1
/
+0
2016-02-02
block: Add blk_remove_all_bs()
Max Reitz
1
-0
/
+1
2016-02-02
block: Remove BDS close notifier
Max Reitz
1
-1
/
+0
2016-02-02
block: Add BB-BDS remove/insert notifiers
Max Reitz
1
-0
/
+2
2016-01-15
nbd-server: do not exit on failed memory allocation
Paolo Bonzini
1
-0
/
+1
2015-12-22
block-backend: add blk_get_max_iov()
Stefan Hajnoczi
1
-0
/
+1
2015-11-17
block: add blk_abort_aio_request
Peter Lieven
1
-0
/
+3
2015-11-11
block: Add blk_get_refcnt()
Alberto Garcia
1
-0
/
+1
2015-11-11
block: Add functions for inheriting a BBRS
Max Reitz
1
-0
/
+2
2015-11-11
block: Add blk_remove_bs()
Max Reitz
1
-0
/
+1
2015-10-23
block: Add blk_insert_bs()
Max Reitz
1
-0
/
+1
2015-10-23
block: Add BlockBackendRootState
Max Reitz
1
-0
/
+2
2015-10-23
block: Move I/O status and error actions into BB
Max Reitz
1
-0
/
+7
2015-10-23
block: Add blk_is_available()
Max Reitz
1
-0
/
+1
2015-10-23
block: Make bdrv_is_inserted() return a bool
Max Reitz
1
-1
/
+1
[next]