index
:
~alon/qemu
async_and_s3.v3
async_and_s3.v4
async_and_s3.v5
async_and_s3.v6
async_and_s3.v7
async_monitor
bz747011-screendump-async.v3
bz_virtio_console_epipe
fb_async_fix.v2
features/qxl-monitors-config
kd
libcacard
libcacard-fedora
libcacard.1
libcacard_ccid.1
libcacard_ccid.2
libcacard_ccid.4
libcacard_fixes
locking.fixes.candidate.1
master
pull-libcacard-1
pull-libcacard-assert
pull-libcacard.afe
pull-libcacard.data
pull-libcacard.glusterfs
qemu-kvm.master.spice.v36.s3.v1
qemu.qxl_debug.for_gerd
qemu.s3.v1
qkm.spice.v28.ccid.v15
qxl-fixes
qxl/pull
s3.v3
s3.v4.async.api
s3.v4.async.api.v2
screendump-qapi
spice-vmc.resethandler.v1
spice.kvm.v11.spicevmc
spice.kvm.v11.spicevmc_and_ccid
spice.kvm.v14.spicevmc
spice.kvm.v14.spicevmc_and_ccid_and_chardev
spice.kvm.v14.usb_ccid
spice.kvm.v14.usb_ccid.spicevmc_chardev
spice.kvm.v14.usb_ccid.spicevmc_chardev.refactor_vdiport_interface
spice.kvm.v14.usb_ccid_original_patches
spice.kvm.v18
spice.kvm.v18.ccid.v8.1.based
spice.kvm.v18.usb-ccid.v2
spice.kvm.v18.usb-ccid.v3
spice.kvm.v18.usb-ccid.v4
spice.kvm.v18.usb-ccid.v5
spice.kvm.v18.usb-ccid.v6
spice.kvm.v18.usb-ccid.wip
spice.v18
spice.v36.s3.v1
spice.v36.s3.v2
spice.v36.s3.wip
spice_semi_seamless_migration_gerd_on_vacation
testpatch
to-q/qxl/fb_async_fix.v1
usb-ccid.kvm.v18
usb-ccid.old
usb-ccid.spice.kvm.v14
usb-ccid.v13
usb_ccid.v11
usb_ccid.v12
usb_ccid.v13
usb_ccid.v14
usb_ccid.v15
usb_ccid.v16
usb_ccid.v16.reordered
usb_ccid.v18
usb_ccid.v19
usb_ccid.v20
usb_ccid.v22
usb_ccid.v23
usb_ccid.v24
usb_ccid.v25
usb_ccid.v25.clean
usb_ccid.v7
usb_ccid.v7.wip
usb_ccid.v9
vdiport_refactor.v2
vdiport_refactor.v3.and_usb_ccid_fixes
wip-ccid-win
wip/qxl-client-monitors-config
wip/shared-memory
spice qemu with usb-ccid device
alon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-09-03
Use new macro QEMU_PACKED for packed structures
Stefan Weil
1
-1
/
+1
2011-08-26
block: latency accounting
Christoph Hellwig
1
-3
/
+17
2011-08-25
block: explicit I/O accounting
Christoph Hellwig
1
-22
/
+26
2011-08-23
block: include flush requests in info blockstats
Christoph Hellwig
1
-5
/
+13
2011-08-23
block: add cache=directsync parameter to -drive
Stefan Hajnoczi
1
-2
/
+4
2011-08-23
block: parse cache mode flags in a single place
Stefan Hajnoczi
1
-0
/
+25
2011-08-22
fix code format
Robert Wang
1
-3
/
+3
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
1
-17
/
+17
2011-08-04
block: Use bdrv_co_* instead of synchronous versions in coroutines
Kevin Wolf
1
-0
/
+56
2011-08-02
async: Remove AsyncContext
Kevin Wolf
1
-6
/
+0
2011-08-02
block: Add bdrv_co_readv/writev emulation
Kevin Wolf
1
-8
/
+75
2011-08-02
block: Emulate AIO functions with bdrv_co_readv/writev
Kevin Wolf
1
-1
/
+97
2011-08-02
block: Add bdrv_co_readv/writev
Kevin Wolf
1
-0
/
+45
2011-08-01
block: Removed unused function bdrv_write_sync
Frediano Ziglio
1
-13
/
+0
2011-08-01
block: Don't let locked flag prevent medium load
Markus Armbruster
1
-1
/
+1
2011-08-01
block: Make BlockDriver method bdrv_eject() return void
Markus Armbruster
1
-13
/
+4
2011-08-01
block: Reset device model callbacks on detach
Markus Armbruster
1
-0
/
+2
2011-07-19
block: add bdrv_get_allocated_file_size() operation
Fam Zheng
1
-0
/
+19
2011-06-08
bdrv_img_create: Fix segfault
Kevin Wolf
1
-2
/
+3
2011-06-08
block: clarify the meaning of BDRV_O_NOCACHE
Christoph Hellwig
1
-7
/
+1
2011-05-19
block: Remove type hint, it's guest matter, doesn't belong here
Markus Armbruster
1
-12
/
+0
2011-05-19
block QMP: Deprecate query-block's "type", drop info block's "type="
Markus Armbruster
1
-17
/
+3
2011-05-08
Fix typos in comments and code (occured -> occurred and related)
Stefan Weil
1
-1
/
+1
2011-05-06
Fix typo in code and comments
Stefan Weil
1
-1
/
+1
2011-04-07
block: Do not cache device size for removable media
Stefan Hajnoczi
1
-8
/
+6
2011-04-07
trace: Trace bdrv_set_locked()
Stefan Hajnoczi
1
-0
/
+2
2011-04-07
Do not delete BlockDriverState when deleting the drive
Ryan Harper
1
-3
/
+11
2011-03-15
Don't allow multiwrites against a block device without underlying medium
Ryan Harper
1
-0
/
+8
2011-03-07
trace: Trace bdrv_aio_flush()
Stefan Hajnoczi
1
-0
/
+2
2011-02-20
fdc: move floppy geometry guessing to block.c
Blue Swirl
1
-0
/
+103
2011-02-07
block: enable in_use flag
Marcelo Tosatti
1
-0
/
+2
2011-02-07
Add flag to indicate external users to block device
Marcelo Tosatti
1
-0
/
+11
2011-01-31
block: tell drivers about an image resize
Christoph Hellwig
1
-4
/
+8
2011-01-24
block: Use backing format driver during image creation
Stefan Hajnoczi
1
-3
/
+5
2011-01-06
block: delete a write-only variable
Blue Swirl
1
-5
/
+0
2010-12-17
block: add discard support
Christoph Hellwig
1
-0
/
+11
2010-12-17
bdrv_img_create() use proper errno return values
Jes Sorensen
1
-13
/
+10
2010-12-17
Prevent creating an image with the same filename as backing file
Jes Sorensen
1
-4
/
+11
2010-12-17
qemu-img.c: Re-factor img_create()
Jes Sorensen
1
-0
/
+141
2010-12-17
block: Fix the use of protocols in backing files
Stefan Hajnoczi
1
-3
/
+11
2010-12-17
block: Introduce path_has_protocol() function
Stefan Hajnoczi
1
-28
/
+36
2010-12-14
block: Make bdrv_create_file() ':' handling consistent
Stefan Hajnoczi
1
-1
/
+1
2010-11-21
block: set sector dirty on AIO write completion
Marcelo Tosatti
1
-1
/
+41
2010-11-21
block: fix shift in dirty bitmap calculation
Marcelo Tosatti
1
-6
/
+6
2010-11-04
block: Allow bdrv_flush to return errors
Kevin Wolf
1
-4
/
+17
2010-10-22
Copy snapshots out of QCOW2 disk
edison
1
-0
/
+16
2010-10-09
trace: Trace bdrv_aio_{readv,writev}
Stefan Hajnoczi
1
-0
/
+4
2010-09-09
trace: Trace virtio-blk, multiwrite, and paio_submit
Stefan Hajnoczi
1
-0
/
+8
2010-09-08
Revert "Make default invocation of block drivers safer (v3)"
Anthony Liguori
1
-4
/
+0
2010-08-30
block: Fix image re-open in bdrv_commit
Kevin Wolf
1
-4
/
+9
[next]