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
/
block.h
Age
Commit message (
Expand
)
Author
Files
Lines
2011-07-19
block: add bdrv_get_allocated_file_size() operation
Fam Zheng
1
-0
/
+1
2011-06-15
Replaced tabs with spaces in block.h and block_int.h
Devin Nakamura
1
-3
/
+3
2011-05-19
block: Remove type hint, it's guest matter, doesn't belong here
Markus Armbruster
1
-5
/
+0
2011-04-07
Do not delete BlockDriverState when deleting the drive
Ryan Harper
1
-0
/
+1
2011-02-20
fdc: move floppy geometry guessing to block.c
Blue Swirl
1
-0
/
+10
2011-02-07
Add flag to indicate external users to block device
Marcelo Tosatti
1
-0
/
+2
2011-01-31
block: tell drivers about an image resize
Christoph Hellwig
1
-1
/
+2
2010-12-17
block: add discard support
Christoph Hellwig
1
-0
/
+1
2010-12-17
qemu-img.c: Re-factor img_create()
Jes Sorensen
1
-0
/
+4
2010-11-04
block: Allow bdrv_flush to return errors
Kevin Wolf
1
-1
/
+1
2010-10-22
Copy snapshots out of QCOW2 disk
edison
1
-0
/
+2
2010-09-08
block: Fix BDRV_O_CACHE_MASK
Kevin Wolf
1
-1
/
+1
2010-07-26
Fix -snapshot deleting images on disk change
Blue Swirl
1
-0
/
+1
2010-07-06
qemu-img check: Distinguish different kinds of errors
Kevin Wolf
1
-1
/
+9
2010-07-02
block: Fix virtual media change for if=none
Markus Armbruster
1
-0
/
+1
2010-07-02
savevm: Survive hot-unplug of snapshot device
Markus Armbruster
1
-0
/
+1
2010-07-02
block: Catch attempt to attach multiple devices to a blockdev
Markus Armbruster
1
-0
/
+3
2010-06-22
block: Add bdrv_(p)write_sync
Kevin Wolf
1
-0
/
+4
2010-06-15
block: New bdrv_next()
Markus Armbruster
1
-0
/
+1
2010-06-15
block: Decouple block device "commit all" from DriveInfo
Markus Armbruster
1
-0
/
+1
2010-06-15
block: Move error actions from DriveInfo to BlockDriverState
Markus Armbruster
1
-0
/
+8
2010-06-15
savevm: Really verify if a drive supports snapshots
Miguel Di Ciurcio Filho
1
-0
/
+1
2010-06-04
close all the block drivers before the qemu process exits
MORITA Kazutaka
1
-0
/
+1
2010-05-28
block.h: Make BDRV_SECTOR_SIZE 64 bit safe
Jes Sorensen
1
-1
/
+1
2010-05-28
add support for protocol driver create_options
MORITA Kazutaka
1
-0
/
+1
2010-05-26
Add cache=unsafe parameter to -drive
Alexander Graf
1
-0
/
+1
2010-05-17
block: Remove semicolon in BDRV_SECTOR_MASK macro
Stefan Hajnoczi
1
-1
/
+1
2010-05-03
block: bdrv_has_zero_init
Kevin Wolf
1
-0
/
+1
2010-05-03
block: separate raw images from the file protocol
Christoph Hellwig
1
-0
/
+1
2010-04-23
block.h: bdrv_create2 doesn't exist any more
Kevin Wolf
1
-4
/
+0
2010-04-23
block: get rid of the BDRV_O_FILE flag
Christoph Hellwig
1
-4
/
+0
2010-04-23
Replace calls of old bdrv_open
Kevin Wolf
1
-3
/
+2
2010-04-23
qcow2: Trigger blkdebug events
Kevin Wolf
1
-0
/
+44
2010-04-23
blkdebug: Add events and rules
Kevin Wolf
1
-0
/
+9
2010-02-10
block: BLOCK_IO_ERROR QMP event
Luiz Capitulino
1
-0
/
+6
2010-02-09
Count dirty blocks and expose an API to get dirty count
Liran Schour
1
-0
/
+1
2010-01-26
block: kill BDRV_O_CREAT
Christoph Hellwig
1
-1
/
+0
2010-01-26
No need anymoe for bdrv_set_read_only
Naphtali Sprei
1
-1
/
+0
2010-01-20
Clean-up a little bit the RW related bits of BDRV_O_FLAGS. BDRV_O_RDONLY gone...
Naphtali Sprei
1
-2
/
+0
2010-01-13
block: Add bdrv_change_backing_file
Kevin Wolf
1
-0
/
+2
2010-01-13
block: Introduce BDRV_O_NO_BACKING
Kevin Wolf
1
-0
/
+1
2009-12-12
block: Convert bdrv_info_stats() to QObject
Luiz Capitulino
1
-1
/
+2
2009-12-12
block: Convert bdrv_info() to QObject
Luiz Capitulino
1
-1
/
+3
2009-12-03
block migration: Increase dirty chunk size to 1M
Jan Kiszka
1
-1
/
+1
2009-12-03
block migration: Rework constants API
Jan Kiszka
1
-1
/
+6
2009-12-03
block migration: Fix coding style and whitespaces
Jan Kiszka
1
-2
/
+2
2009-11-17
Expose a mechanism to trace block writes
lirans@il.ibm.com
1
-1
/
+7
2009-11-09
Configurable block format whitelist
Markus Armbruster
1
-0
/
+2
2009-11-09
Added readonly flag to -drive command
Naphtali Sprei
1
-0
/
+1
2009-09-11
block: add aio_flush operation
Christoph Hellwig
1
-0
/
+2
[next]