index
:
~jwrdegoede/qemu
chardev-flowcontrol
master
qemu-1.0-usbredir
qemu-1.3-usbredir-wip
qemu-kvm-0.15.0-usbredir
qemu-kvm-1.0-usbredir
qemu-kvm-1.0.1-usbredir
qemu-kvm-1.1-usbredir
qemu-kvm-1.1-usbredir-live
qemu-kvm-1.2-f18
qemu-kvm-1.2-usbredir
qemu-kvm-1.2-usbredir-wip
spice-patches
stable-1.5
usb-borken
usb-for-gerd
usb-next
usb-patches
usb-wip
usbredir
Hans' usb redirection qemu repo
jwrdegoede
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-04-05
block: set job->speed in block_set_speed
Paolo Bonzini
1
-1
/
+7
2012-04-05
block: fix streaming/closing race
Paolo Bonzini
1
-0
/
+16
2012-04-05
block: disable I/O throttling on sync api
Zhi Yong Wu
1
-0
/
+20
2012-04-05
block: push recursive flushing up from drivers
Paolo Bonzini
1
-8
/
+14
2012-03-12
block: handle -EBUSY in bdrv_commit_all()
Stefan Hajnoczi
1
-2
/
+6
2012-02-29
qapi: Introduce blockdev-group-snapshot-sync command
Jeff Cody
1
-0
/
+81
2012-02-29
block: drop aio_multiwrite in BlockDriver
Paolo Bonzini
1
-20
/
+3
2012-02-29
block: add a transfer rate for floppy types
Hervé Poussineau
1
-35
/
+39
2012-02-22
qmp: add DEVICE_TRAY_MOVED event
Luiz Capitulino
1
-0
/
+24
2012-02-22
block: bdrv_eject(): Make eject_flag a real bool
Luiz Capitulino
1
-1
/
+1
2012-02-22
block: Rename bdrv_mon_event() & BlockMonEventAction
Luiz Capitulino
1
-29
/
+29
2012-02-09
block: perform zero-detection during copy-on-read
Stefan Hajnoczi
1
-3
/
+11
2012-02-09
block: add .bdrv_co_write_zeroes() interface
Stefan Hajnoczi
1
-6
/
+47
2012-01-26
block: add bdrv_find_backing_image
Marcelo Tosatti
1
-0
/
+18
2012-01-26
block: add BlockJob interface for long-running operations
Stefan Hajnoczi
1
-0
/
+48
2012-01-26
block: make copy-on-read a per-request flag
Stefan Hajnoczi
1
-11
/
+38
2012-01-26
block: check bdrv_in_use() before blockdev operations
Stefan Hajnoczi
1
-0
/
+4
2011-12-15
block: avoid useless checks on acb->bh
Paolo Bonzini
1
-3
/
+1
2011-12-15
block: simplify failure handling for bdrv_aio_multiwrite
Paolo Bonzini
1
-26
/
+2
2011-12-15
block: bdrv_aio_* do not return NULL
Paolo Bonzini
1
-23
/
+1
2011-12-05
block: convert qemu_aio_flush() calls to bdrv_drain_all()
Stefan Hajnoczi
1
-0
/
+19
2011-12-05
block: wait_for_overlapping_requests() deadlock detection
Stefan Hajnoczi
1
-0
/
+8
2011-12-05
block: implement bdrv_co_is_allocated() boundary cases
Stefan Hajnoczi
1
-8
/
+18
2011-12-05
block: core copy-on-read logic
Stefan Hajnoczi
1
-0
/
+72
2011-12-05
block: request overlap detection
Stefan Hajnoczi
1
-2
/
+43
2011-12-05
block: wait for overlapping requests
Stefan Hajnoczi
1
-0
/
+35
2011-12-05
block: add interface to toggle copy-on-read
Stefan Hajnoczi
1
-0
/
+22
2011-12-05
block: add request tracking
Stefan Hajnoczi
1
-1
/
+47
2011-12-05
block: add bdrv_co_is_allocated() interface
Stefan Hajnoczi
1
-13
/
+24
2011-12-05
block: drop .bdrv_is_allocated() interface
Stefan Hajnoczi
1
-20
/
+18
2011-12-05
block: add .bdrv_co_is_allocated()
Stefan Hajnoczi
1
-0
/
+37
2011-12-05
block: use public bdrv_is_allocated() interface
Stefan Hajnoczi
1
-1
/
+1
2011-12-05
hmp/qmp: add block_set_io_throttle
Zhi Yong Wu
1
-0
/
+15
2011-12-05
block: add I/O throttling algorithm
Zhi Yong Wu
1
-0
/
+234
2011-12-05
block: add the blockio limits command line support
Zhi Yong Wu
1
-0
/
+39
2011-11-21
block: allow migration to work with image files (v3)
Anthony Liguori
1
-0
/
+16
2011-11-11
block: Make cache=unsafe flush to the OS
Kevin Wolf
1
-3
/
+7
2011-11-11
block: Introduce bdrv_co_flush_to_os
Kevin Wolf
1
-1
/
+12
2011-11-11
block: Rename bdrv_co_flush to bdrv_co_flush_to_disk
Kevin Wolf
1
-2
/
+2
2011-11-11
block: add eject request callback
Paolo Bonzini
1
-0
/
+7
2011-10-31
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
1
-10
/
+8
2011-10-28
block: reinitialize across bdrv_close()/bdrv_open()
Stefan Hajnoczi
1
-2
/
+4
2011-10-28
block: set bs->read_only before .bdrv_open()
Stefan Hajnoczi
1
-2
/
+2
2011-10-28
block: Fix bdrv_open use after free
Kevin Wolf
1
-1
/
+1
2011-10-28
block: Remove dead code
Kevin Wolf
1
-5
/
+1
2011-10-27
Drop qemu-objects.h from modules that don't require it
Luiz Capitulino
1
-1
/
+1
2011-10-27
qapi: Convert query-blockstats
Luiz Capitulino
1
-74
/
+37
2011-10-27
qapi: Convert query-block
Luiz Capitulino
1
-82
/
+30
2011-10-27
block: Rename the BlockIOStatus enum values
Luiz Capitulino
1
-8
/
+10
2011-10-27
block: iostatus: Drop BDRV_IOS_INVAL
Luiz Capitulino
1
-2
/
+3
[prev]
[next]