index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: add bdrv_co_discard and bdrv_aio_discard support
Paolo Bonzini
2011-10-21
1
-0
/
+4
*
block: unify flush implementations
Paolo Bonzini
2011-10-21
1
-0
/
+1
*
block: Keep track of devices' I/O status
Luiz Capitulino
2011-10-11
1
-0
/
+10
*
block: New change_media_cb() parameter load
Markus Armbruster
2011-09-12
1
-1
/
+2
*
block: New bdrv_set_buffer_alignment()
Markus Armbruster
2011-09-12
1
-0
/
+1
*
block: Move BlockConf & friends from block_int.h to block.h
Markus Armbruster
2011-09-12
1
-0
/
+38
*
block: Show whether the virtual tray is open in info block
Markus Armbruster
2011-09-12
1
-0
/
+6
*
block: Drop BlockDriverState member removable
Markus Armbruster
2011-09-12
1
-1
/
+0
*
block: Clean up remaining users of "removable"
Markus Armbruster
2011-09-12
1
-1
/
+2
*
block: Rename bdrv_set_locked() to bdrv_lock_medium()
Markus Armbruster
2011-09-12
1
-1
/
+1
*
block: Drop medium lock tracking, ask device models instead
Markus Armbruster
2011-09-12
1
-1
/
+6
*
block: Leave enforcing tray lock to device models
Markus Armbruster
2011-09-12
1
-1
/
+1
*
block: Declare qemu_blockalign() in block.h, not block_int.h
Markus Armbruster
2011-09-06
1
-0
/
+2
*
block: Split change_cb() into change_media_cb(), resize_cb()
Markus Armbruster
2011-09-06
1
-1
/
+11
*
block: Generalize change_cb() to BlockDevOps
Markus Armbruster
2011-09-06
1
-3
/
+6
*
block: Attach non-qdev devices as well
Markus Armbruster
2011-09-06
1
-3
/
+4
*
block: latency accounting
Christoph Hellwig
2011-08-26
1
-0
/
+1
*
block: explicit I/O accounting
Christoph Hellwig
2011-08-25
1
-0
/
+17
*
block: parse cache mode flags in a single place
Stefan Hajnoczi
2011-08-23
1
-0
/
+1
*
block: Add bdrv_co_readv/writev
Kevin Wolf
2011-08-02
1
-0
/
+5
*
block: Removed unused function bdrv_write_sync
Frediano Ziglio
2011-08-01
1
-2
/
+0
*
block: add bdrv_get_allocated_file_size() operation
Fam Zheng
2011-07-19
1
-0
/
+1
*
Replaced tabs with spaces in block.h and block_int.h
Devin Nakamura
2011-06-15
1
-3
/
+3
*
block: Remove type hint, it's guest matter, doesn't belong here
Markus Armbruster
2011-05-19
1
-5
/
+0
*
Do not delete BlockDriverState when deleting the drive
Ryan Harper
2011-04-07
1
-0
/
+1
*
fdc: move floppy geometry guessing to block.c
Blue Swirl
2011-02-20
1
-0
/
+10
*
Add flag to indicate external users to block device
Marcelo Tosatti
2011-02-07
1
-0
/
+2
*
block: tell drivers about an image resize
Christoph Hellwig
2011-01-31
1
-1
/
+2
*
block: add discard support
Christoph Hellwig
2010-12-17
1
-0
/
+1
*
qemu-img.c: Re-factor img_create()
Jes Sorensen
2010-12-17
1
-0
/
+4
*
block: Allow bdrv_flush to return errors
Kevin Wolf
2010-11-04
1
-1
/
+1
*
Copy snapshots out of QCOW2 disk
edison
2010-10-22
1
-0
/
+2
*
block: Fix BDRV_O_CACHE_MASK
Kevin Wolf
2010-09-08
1
-1
/
+1
*
Fix -snapshot deleting images on disk change
Blue Swirl
2010-07-26
1
-0
/
+1
*
qemu-img check: Distinguish different kinds of errors
Kevin Wolf
2010-07-06
1
-1
/
+9
*
block: Fix virtual media change for if=none
Markus Armbruster
2010-07-02
1
-0
/
+1
*
savevm: Survive hot-unplug of snapshot device
Markus Armbruster
2010-07-02
1
-0
/
+1
*
block: Catch attempt to attach multiple devices to a blockdev
Markus Armbruster
2010-07-02
1
-0
/
+3
*
block: Add bdrv_(p)write_sync
Kevin Wolf
2010-06-22
1
-0
/
+4
*
block: New bdrv_next()
Markus Armbruster
2010-06-15
1
-0
/
+1
*
block: Decouple block device "commit all" from DriveInfo
Markus Armbruster
2010-06-15
1
-0
/
+1
*
block: Move error actions from DriveInfo to BlockDriverState
Markus Armbruster
2010-06-15
1
-0
/
+8
*
savevm: Really verify if a drive supports snapshots
Miguel Di Ciurcio Filho
2010-06-15
1
-0
/
+1
*
close all the block drivers before the qemu process exits
MORITA Kazutaka
2010-06-04
1
-0
/
+1
*
block.h: Make BDRV_SECTOR_SIZE 64 bit safe
Jes Sorensen
2010-05-28
1
-1
/
+1
*
add support for protocol driver create_options
MORITA Kazutaka
2010-05-28
1
-0
/
+1
*
Add cache=unsafe parameter to -drive
Alexander Graf
2010-05-26
1
-0
/
+1
*
block: Remove semicolon in BDRV_SECTOR_MASK macro
Stefan Hajnoczi
2010-05-17
1
-1
/
+1
*
block: bdrv_has_zero_init
Kevin Wolf
2010-05-03
1
-0
/
+1
*
block: separate raw images from the file protocol
Christoph Hellwig
2010-05-03
1
-0
/
+1
[next]