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
Age
Commit message (
Expand
)
Author
Files
Lines
2012-12-11
aio: Get rid of qemu_aio_flush()
Kevin Wolf
3
-3
/
+3
2012-11-28
iscsi: do not assume device is zero initialized
Peter Lieven
1
-0
/
+6
2012-11-28
iscsi: fix deadlock during login
Peter Lieven
1
-181
/
+70
2012-11-28
iscsi: fix segfault in url parsing
Peter Lieven
1
-2
/
+1
2012-11-21
use int64_t for return values from rbd instead of int
Stefan Priebe
1
-2
/
+2
2012-11-21
vdi: don't override libuuid symbols
Stefan Hajnoczi
1
-6
/
+3
2012-11-21
block: add bdrv_reopen() support for raw hdev, floppy, and cdrom
Jeff Cody
1
-0
/
+16
2012-11-14
vmdk: Fix data corruption bug in WRITE and READ handling
Gerhard Wiesinger
1
-2
/
+8
2012-11-14
aio: rename AIOPool to AIOCBInfo
Stefan Hajnoczi
10
-25
/
+25
2012-11-14
block: Workaround for older versions of MinGW gcc
Stefan Weil
1
-5
/
+5
2012-11-14
qcow2: Fix refcount table size calculation
Kevin Wolf
1
-1
/
+2
2012-11-12
nbd: accept URIs
Paolo Bonzini
1
-1
/
+97
2012-11-12
nbd: accept relative path to Unix socket
Paolo Bonzini
1
-10
/
+7
2012-10-31
Merge remote-tracking branch 'origin/master' into threadpool
Paolo Bonzini
4
-12
/
+326
2012-10-31
raw-win32: implement native asynchronous I/O
Paolo Bonzini
4
-6
/
+274
2012-10-31
raw-posix: move linux-aio.c to block/
Paolo Bonzini
2
-0
/
+217
2012-10-31
raw-win32: add emulated AIO support
Paolo Bonzini
1
-49
/
+138
2012-10-31
raw-posix: rename raw-posix-aio.h, hide unavailable prototypes
Paolo Bonzini
2
-5
/
+7
2012-10-31
raw: merge posix-aio-compat.c into block/raw-posix.c
Paolo Bonzini
2
-8
/
+294
2012-10-31
block: switch posix-aio-compat to threadpool
Paolo Bonzini
2
-11
/
+2
2012-10-30
aio: add Win32 implementation
Paolo Bonzini
1
-1
/
+5
2012-10-24
mirror: add support for on-source-error/on-target-error
Paolo Bonzini
1
-21
/
+73
2012-10-24
mirror: implement completion
Paolo Bonzini
1
-5
/
+40
2012-10-24
mirror: introduce mirror job
Paolo Bonzini
2
-0
/
+236
2012-10-24
block: rename block_job_complete to block_job_completed
Paolo Bonzini
2
-3
/
+3
2012-10-24
block: in commit, determine base image from the top image
Jeff Cody
1
-9
/
+0
2012-10-12
sheepdog: use bool for boolean variables
MORITA Kazutaka
1
-35
/
+35
2012-10-06
Merge branch 'trivial-patches' of git://github.com/stefanha/qemu
Aurelien Jarno
1
-1
/
+0
2012-10-05
cleanup useless return sentence
Amos Kong
1
-1
/
+0
2012-10-05
qcow2: mark this file's sole strncpy use as justified
Jim Meyering
1
-0
/
+1
2012-10-05
vmdk: relative_path: use pstrcpy in place of strncpy
Jim Meyering
1
-2
/
+1
2012-10-05
sheepdog: avoid a few buffer overruns
Jim Meyering
1
-12
/
+22
2012-09-28
blkdebug: process all set_state rules in the old state
Paolo Bonzini
1
-5
/
+7
2012-09-28
stream: add on-error argument
Paolo Bonzini
1
-1
/
+27
2012-09-28
iostatus: move BlockdevOnError declaration to QAPI
Paolo Bonzini
1
-7
/
+7
2012-09-28
block: move job APIs to separate files
Paolo Bonzini
3
-2
/
+5
2012-09-28
block: add live block commit functionality
Jeff Cody
2
-0
/
+268
2012-09-28
block: Support GlusterFS as a QEMU block backend.
Bharata B Rao
2
-0
/
+625
2012-09-25
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
12
-91
/
+286
2012-09-24
block: vpc image file reopen
Jeff Cody
1
-0
/
+7
2012-09-24
block: vdi image file reopen
Jeff Cody
1
-0
/
+7
2012-09-24
block: vmdk image file reopen
Jeff Cody
1
-0
/
+35
2012-09-24
block: qcow image file reopen
Jeff Cody
1
-0
/
+10
2012-09-24
block: qcow2 image file reopen
Jeff Cody
1
-0
/
+10
2012-09-24
block: qed image file reopen
Jeff Cody
1
-0
/
+9
2012-09-24
block: raw image file reopen
Jeff Cody
1
-0
/
+10
2012-09-24
block: raw-posix image file reopen
Jeff Cody
1
-0
/
+114
2012-09-24
block: purge s->aligned_buf and s->aligned_buf_size from raw-posix.c
Jeff Cody
1
-20
/
+1
2012-09-24
block: use BDRV_O_NOCACHE instead of s->aligned_buf in raw-posix.c
Jeff Cody
1
-1
/
+1
2012-09-24
block: do not parse BDRV_O_CACHE_WB in block drivers
Jeff Cody
5
-24
/
+6
[next]