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-01-26
block: avoid creating too large iovecs in multiwrite_merge
Christoph Hellwig
1
-0
/
+4
2010-01-26
win32: pair qemu_memalign() with qemu_vfree()
Herve Poussineau
1
-1
/
+1
2010-01-26
block: clean up bdrv_open2 structure a bit
Christoph Hellwig
1
-12
/
+19
2010-01-26
No need anymoe for bdrv_set_read_only
Naphtali Sprei
1
-7
/
+0
2010-01-26
block: Return original error codes in bdrv_pread/write
Kevin Wolf
1
-16
/
+18
2010-01-20
Revert "block: prevent multiwrite_merge from creating too large iovecs"
Anthony Liguori
1
-4
/
+0
2010-01-20
block: prevent multiwrite_merge from creating too large iovecs
Christoph Hellwig
1
-0
/
+4
2010-01-20
block: fix cache flushing in bdrv_commit
Christoph Hellwig
1
-3
/
+6
2010-01-20
Disable fall-back to read-only when cannot open drive's file for read-write
Naphtali Sprei
1
-6
/
+0
2010-01-20
Clean-up a little bit the RW related bits of BDRV_O_FLAGS. BDRV_O_RDONLY gone...
Naphtali Sprei
1
-14
/
+17
2010-01-13
block: flush backing_hd in the right place
Christoph Hellwig
1
-10
/
+7
2010-01-13
block: Add bdrv_change_backing_file
Kevin Wolf
1
-0
/
+20
2010-01-13
block: Introduce BDRV_O_NO_BACKING
Kevin Wolf
1
-2
/
+2
2009-12-25
block.c: fix warning with _FORTIFY_SOURCE
Kirill A. Shutemov
1
-2
/
+2
2009-12-12
block: Convert bdrv_info_stats() to QObject
Luiz Capitulino
1
-12
/
+72
2009-12-12
block: Convert bdrv_info() to QObject
Luiz Capitulino
1
-20
/
+103
2009-12-03
block migration: Cleanup dirty tracking code
Jan Kiszka
1
-20
/
+24
2009-12-03
block migration: Rework constants API
Jan Kiszka
1
-35
/
+25
2009-12-03
block migration: Fix coding style and whitespaces
Jan Kiszka
1
-23
/
+26
2009-11-17
Expose a mechanism to trace block writes
lirans@il.ibm.com
1
-1
/
+77
2009-11-09
Configurable block format whitelist
Markus Armbruster
1
-1
/
+37
2009-11-09
Added readonly flag to -drive command
Naphtali Sprei
1
-4
/
+15
2009-10-27
block: Use new AsyncContext for bdrv_read/write emulation
Kevin Wolf
1
-4
/
+18
2009-09-12
Fix sys-queue.h conflict for good
Blue Swirl
1
-5
/
+1
2009-09-11
block: add aio_flush operation
Christoph Hellwig
1
-0
/
+40
2009-09-11
block: add enable_write_cache flag
Christoph Hellwig
1
-0
/
+15
2009-09-11
Add bdrv_aio_multiwrite
Kevin Wolf
1
-0
/
+183
2009-08-27
raw-posix: add Linux native AIO support
Christoph Hellwig
1
-1
/
+2
2009-07-27
rename HOST_BSD to CONFIG_BSD
Juan Quintela
1
-2
/
+2
2009-07-16
replace bdrv_{get, put}_buffer with bdrv_{load, save}_vmstate
Christoph Hellwig
1
-6
/
+8
2009-07-10
block: Clean up after deleting BHs
Avi Kivity
1
-0
/
+2
2009-07-09
Revert "support colon in filenames"
Anthony Liguori
1
-17
/
+10
2009-07-01
Fix missing strnlen problems
Blue Swirl
1
-1
/
+1
2009-06-29
support colon in filenames
Ram Pai
1
-10
/
+17
2009-06-16
Prevent CD-ROM media eject while device is locked
Mark McLoughlin
1
-1
/
+8
2009-06-16
Call qemu_bh_delete at bdrv_aio_bh_cb.
Dor Laor
1
-2
/
+2
2009-06-15
block: add bdrv_probe_device method
Christoph Hellwig
1
-32
/
+12
2009-06-15
raw-posix: split hdev drivers
Christoph Hellwig
1
-17
/
+43
2009-05-27
fully split aio_pool from BlockDriver
Christoph Hellwig
1
-40
/
+25
2009-05-27
Drop bdrv_create2
Kevin Wolf
1
-40
/
+15
2009-05-22
Convert all block drivers to new bdrv_create
Kevin Wolf
1
-11
/
+33
2009-05-22
Fix segv when passing an unknown protocol
Anthony Liguori
1
-1
/
+1
2009-05-14
Convert block infrastructure to use new module init functionality
Anthony Liguori
1
-24
/
+11
2009-05-08
Improve block range checks
Kevin Wolf
1
-1
/
+6
2009-04-22
implement qemu_blockalign (Stefano Stabellini)
aliguori
1
-1
/
+8
2009-04-21
Introduce bdrv_check (Kevin Wolf)
aliguori
1
-0
/
+14
2009-04-13
Fix OpenSolaris gcc4 warnings: iovec type mismatches, missing 'static'
blueswir1
1
-1
/
+1
2009-04-07
native preadv/pwritev support (Christoph Hellwig)
aliguori
1
-2
/
+1
2009-04-07
push down vector linearization to posix-aio-compat.c (Christoph Hellwig)
aliguori
1
-126
/
+70
2009-04-07
remove bdrv_aio_read/bdrv_aio_write (Christoph Hellwig)
aliguori
1
-2
/
+8
[next]