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
2010-06-15
block: fix a warning and possible truncation
Blue Swirl
1
-1
/
+2
2010-06-15
block: New bdrv_next()
Markus Armbruster
1
-0
/
+8
2010-06-15
block: Decouple block device "commit all" from DriveInfo
Markus Armbruster
1
-0
/
+9
2010-06-15
block: Move error actions from DriveInfo to BlockDriverState
Markus Armbruster
1
-0
/
+12
2010-06-15
savevm: Really verify if a drive supports snapshots
Miguel Di Ciurcio Filho
1
-0
/
+17
2010-06-04
block: call the snapshot handlers of the protocol drivers
MORITA Kazutaka
1
-18
/
+43
2010-06-04
close all the block drivers before the qemu process exits
MORITA Kazutaka
1
-0
/
+9
2010-06-04
block: Assume raw for drives without media
Kevin Wolf
1
-2
/
+2
2010-06-04
Cleanup: Be consistent and use BDRV_SECTOR_SIZE instead of 512
Jes Sorensen
1
-6
/
+7
2010-06-04
Cleanup: bdrv_open() no need to shift total_size just to shift back.
Jes Sorensen
1
-2
/
+2
2010-06-03
Merge remote branch 'kwolf/for-anthony' into staging
Anthony Liguori
1
-6
/
+7
2010-06-01
Monitor: Drop QMP documentation from code
Luiz Capitulino
1
-69
/
+0
2010-05-28
block: Add missing bdrv_delete() for SG_IO BlockDriver in find_image_format()
Nicholas A. Bellinger
1
-1
/
+3
2010-05-28
add support for protocol driver create_options
MORITA Kazutaka
1
-4
/
+3
2010-05-28
block: Fix multiwrite with overlapping requests
Kevin Wolf
1
-1
/
+1
2010-05-26
Add cache=unsafe parameter to -drive
Alexander Graf
1
-0
/
+29
2010-05-21
block: Add SG_IO device check in refresh_total_sectors()
Nicholas Bellinger
1
-0
/
+4
2010-05-21
block: Make find_image_format() return 'raw' BlockDriver for SG_IO devices
Nicholas Bellinger
1
-0
/
+5
2010-05-21
block: fix sector comparism in multiwrite_req_compare
Christoph Hellwig
1
-1
/
+13
2010-05-17
block: Remove special case for vvfat
Kevin Wolf
1
-5
/
+0
2010-05-17
Fix docs for block stats monitor command
Daniel P. Berrange
1
-12
/
+11
2010-05-17
use qemu_free() instead of free()
Bruce Rogers
1
-1
/
+1
2010-05-17
block: Fix bdrv_commit
Kevin Wolf
1
-3
/
+3
2010-05-17
block: Fix protocol detection for Windows devices
Kevin Wolf
1
-4
/
+6
2010-05-17
block: Avoid unchecked casts for AIOCBs
Kevin Wolf
1
-1
/
+2
2010-05-03
block: Release allocated options after bdrv_open
Jan Kiszka
1
-0
/
+1
2010-05-03
block: Add wr_highest_sector blockstat
Kevin Wolf
1
-15
/
+58
2010-05-03
block: Cache total_sectors to reduce bdrv_getlength calls
Stefan Hajnoczi
1
-5
/
+38
2010-05-03
block: Set backing_hd to NULL after deleting it
Stefan Hajnoczi
1
-1
/
+3
2010-05-03
block: bdrv_has_zero_init
Kevin Wolf
1
-0
/
+13
2010-05-03
block: Open the underlying image file in generic code
Kevin Wolf
1
-1
/
+25
2010-05-03
block: Avoid forward declaration of bdrv_open_common
Kevin Wolf
1
-74
/
+71
2010-05-03
block: Split bdrv_open
Kevin Wolf
1
-49
/
+86
2010-05-03
block: separate raw images from the file protocol
Christoph Hellwig
1
-29
/
+45
2010-04-23
block: Free iovec arrays allocated by multiwrite_merge()
Stefan Hajnoczi
1
-0
/
+3
2010-04-23
block: Convert first_drv to QLIST
Stefan Hajnoczi
1
-10
/
+12
2010-04-23
block: Convert bdrv_first to QTAILQ
Stefan Hajnoczi
1
-22
/
+19
2010-04-23
block: Do not export bdrv_first
Stefan Hajnoczi
1
-1
/
+1
2010-04-23
block: get rid of the BDRV_O_FILE flag
Christoph Hellwig
1
-8
/
+11
2010-04-23
Replace calls of old bdrv_open
Kevin Wolf
1
-15
/
+9
2010-04-23
blkdebug: Add events and rules
Kevin Wolf
1
-0
/
+12
2010-04-10
block: Fix multiwrite memory leak in error case
Kevin Wolf
1
-1
/
+2
2010-04-10
block: Fix error code in multiwrite for immediate failures
Kevin Wolf
1
-2
/
+2
2010-04-10
block: Fix multiwrite error handling
Kevin Wolf
1
-1
/
+1
2010-03-17
Wrong error message in block_passwd command
Shahar Havivi
1
-2
/
+5
2010-02-19
block: more read-only changes, related to backing files
Naphtali Sprei
1
-12
/
+71
2010-02-10
Monitor: remove unneeded checks
Luiz Capitulino
1
-3
/
+0
2010-02-10
block: saner flags filtering in bdrv_open2
Christoph Hellwig
1
-7
/
+14
2010-02-10
block: BLOCK_IO_ERROR QMP event
Luiz Capitulino
1
-0
/
+29
2010-02-09
Count dirty blocks and expose an API to get dirty count
Liran Schour
1
-2
/
+14
[next]