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
/
block.h
Age
Commit message (
Expand
)
Author
Files
Lines
2012-12-12
qemu-io: Add AIO debugging commands
Kevin Wolf
1
-0
/
+5
2012-12-11
block: bdrv_img_create(): drop unused error handling code
Luiz Capitulino
1
-3
/
+3
2012-12-11
block: bdrv_img_create(): add Error ** argument
Luiz Capitulino
1
-1
/
+1
2012-10-29
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
1
-2
/
+6
2012-10-24
block: introduce new dirty bitmap functionality
Paolo Bonzini
1
-2
/
+3
2012-10-24
block: add bdrv_open_backing_file
Paolo Bonzini
1
-0
/
+1
2012-10-24
block: add bdrv_query_stats
Paolo Bonzini
1
-0
/
+1
2012-10-24
block: add bdrv_query_info
Paolo Bonzini
1
-0
/
+1
2012-10-23
block: add close notifiers
Paolo Bonzini
1
-0
/
+1
2012-09-28
iostatus: reorganize io error code
Paolo Bonzini
1
-2
/
+3
2012-09-28
iostatus: change is_read to a bool
Paolo Bonzini
1
-2
/
+2
2012-09-28
iostatus: move BlockdevOnError declaration to QAPI
Paolo Bonzini
1
-5
/
+0
2012-09-28
iostatus: rename BlockErrorAction, BlockQMPEventAction
Paolo Bonzini
1
-6
/
+6
2012-09-28
block: move job APIs to separate files
Paolo Bonzini
1
-0
/
+2
2012-09-28
block: helper function, to find the base image of a chain
Jeff Cody
1
-0
/
+1
2012-09-28
block: add support functions for live commit, to find and delete images.
Jeff Cody
1
-0
/
+4
2012-09-24
block: Framework for reopening files safely
Jeff Cody
1
-0
/
+17
2012-09-24
block: correctly set the keep_read_only flag
Jeff Cody
1
-0
/
+1
2012-08-10
block: add BLOCK_O_CHECK for qemu-img check
Stefan Hajnoczi
1
-0
/
+1
2012-08-03
block: create bdrv_get_backing_file_depth()
Benoît Canet
1
-0
/
+1
2012-07-17
hw/block-common: Move BlockConf & friends from block.h
Markus Armbruster
1
-45
/
+0
2012-07-17
block: Geometry and translation hints are now useless, purge them
Markus Armbruster
1
-12
/
+0
2012-07-17
qdev: Introduce block geometry properties
Markus Armbruster
1
-1
/
+7
2012-07-17
hd-geometry: Move disk geometry guessing back from block.c
Markus Armbruster
1
-1
/
+0
2012-07-17
fdc: Move floppy geometry guessing back from block.c
Markus Armbruster
1
-18
/
+0
2012-07-09
block: Factor bdrv_read_unthrottled() out of guess_disk_lchs()
Markus Armbruster
1
-0
/
+2
2012-07-09
block: introduce bdrv_swap, implement bdrv_append on top of it
Paolo Bonzini
1
-0
/
+1
2012-07-09
blkdebug: remove sync i/o events
Paolo Bonzini
1
-2
/
+0
2012-06-15
block: Replace bdrv_get_format() by bdrv_get_format_name()
Markus Armbruster
1
-1
/
+1
2012-06-15
block: add bdrv_set_enable_write_cache
Paolo Bonzini
1
-0
/
+1
2012-06-15
block: New bdrv_get_flags()
Markus Armbruster
1
-0
/
+1
2012-06-15
qemu-img check: Print fixed clusters and recheck
Kevin Wolf
1
-0
/
+2
2012-06-15
qemu-img check -r for repairing images
Kevin Wolf
1
-1
/
+6
2012-06-15
stream: move is_allocated_above to block.c
Paolo Bonzini
1
-0
/
+4
2012-05-10
qemu-img: make "info" backing file output correct and easier to use
Paolo Bonzini
1
-0
/
+2
2012-04-05
block: add a function to clear incoming live migration flags
Benoît Canet
1
-0
/
+2
2012-04-05
block: Add new BDRV_O_INCOMING flag to notice incoming live migration
Benoît Canet
1
-0
/
+1
2012-04-05
qemu-img: add dirty flag status
Dong Xu Wang
1
-0
/
+1
2012-04-05
qemu-img: add image fragmentation statistics
Dong Xu Wang
1
-0
/
+7
2012-04-05
block: enforce constraints on block size properties
Stefan Hajnoczi
1
-4
/
+4
2012-04-05
aio: move BlockDriverAIOCB to qemu-aio.h
Paolo Bonzini
1
-2
/
+0
2012-03-12
block: handle -EBUSY in bdrv_commit_all()
Stefan Hajnoczi
1
-1
/
+1
2012-02-29
qapi: Introduce blockdev-group-snapshot-sync command
Jeff Cody
1
-0
/
+1
2012-02-29
block: add a transfer rate for floppy types
Hervé Poussineau
1
-1
/
+9
2012-02-22
block: bdrv_eject(): Make eject_flag a real bool
Luiz Capitulino
1
-1
/
+1
2012-02-22
block: Rename bdrv_mon_event() & BlockMonEventAction
Luiz Capitulino
1
-3
/
+3
2012-02-09
block: add .bdrv_co_write_zeroes() interface
Stefan Hajnoczi
1
-0
/
+8
2012-01-26
block: add bdrv_find_backing_image
Marcelo Tosatti
1
-0
/
+2
2012-01-26
block: make copy-on-read a per-request flag
Stefan Hajnoczi
1
-0
/
+2
2011-12-15
qcow2: Allow >4 GB VM state
Kevin Wolf
1
-1
/
+1
[next]