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-03-07
block/vmdk: Fix warning from splint (comparision of unsigned value)
Stefan Weil
1
-1
/
+1
2012-02-29
qcow2: Reject too large header extensions
Kevin Wolf
1
-0
/
+5
2012-02-29
qcow2: Fix offset in qcow2_read_extensions
Kevin Wolf
1
-3
/
+2
2012-02-29
qcow2: Fix build with DEBUG_EXT enabled
Kevin Wolf
1
-1
/
+0
2012-02-22
block: bdrv_eject(): Make eject_flag a real bool
Luiz Capitulino
2
-4
/
+4
2012-02-09
sheepdog: fix co_recv coroutine context
MORITA Kazutaka
1
-0
/
+3
2012-02-09
qcow2: Keep unknown header extension when rewriting header
Kevin Wolf
2
-2
/
+50
2012-02-09
qcow2: Update whole header at once
Kevin Wolf
2
-60
/
+95
2012-02-09
vpc: Round up image size during fixed image creation
Kevin Wolf
1
-13
/
+10
2012-02-09
vpc: Add support for Fixed Disk type
Charles Arnold
1
-91
/
+194
2012-02-09
iSCSI: add configuration variables for iSCSI
Ronnie Sahlberg
1
-10
/
+129
2012-02-09
qed: add .bdrv_co_write_zeroes() support
Stefan Hajnoczi
2
-8
/
+103
2012-02-09
qed: replace is_write with flags field
Stefan Hajnoczi
2
-8
/
+13
2012-01-26
qcow: Use bdrv functions to replace file operation
Li Zhi Hui
1
-17
/
+31
2012-01-26
qcow: Return real error code in qcow_open
Li Zhi Hui
1
-19
/
+37
2012-01-26
block/vdi: Zero unused parts when allocating a new block (fix #919242)
Stefan Weil
1
-2
/
+6
2012-01-26
block: add support for partial streaming
Marcelo Tosatti
1
-4
/
+87
2012-01-26
block: rate-limit streaming operations
Stefan Hajnoczi
1
-6
/
+59
2012-01-26
block: add image streaming block job
Stefan Hajnoczi
1
-0
/
+133
2012-01-26
block: replace unchecked strdup/malloc/calloc with glib
Stefan Hajnoczi
2
-4
/
+4
2012-01-26
rbd: wire up snapshot removal and rollback functionality
Gregory Farnum
1
-0
/
+22
2012-01-13
prepare for future GPLv2+ relicensing
Paolo Bonzini
3
-0
/
+7
2012-01-13
vvfat: avoid leaking file descriptor in commit_one_file()
Stefan Hajnoczi
1
-0
/
+3
2011-12-22
move corking functions to osdep.c
Paolo Bonzini
1
-18
/
+2
2011-12-22
nbd: add support for NBD_CMD_TRIM
Paolo Bonzini
1
-0
/
+25
2011-12-22
nbd: add support for NBD_CMD_FLUSH
Paolo Bonzini
1
-8
/
+37
2011-12-22
nbd: add support for NBD_CMD_FLAG_FUA
Paolo Bonzini
1
-0
/
+4
2011-12-22
nbd: allow multiple in-flight requests
Paolo Bonzini
1
-13
/
+56
2011-12-22
nbd: split requests
Paolo Bonzini
1
-6
/
+46
2011-12-22
nbd: switch to asynchronous operation
Paolo Bonzini
1
-65
/
+123
2011-12-22
sheepdog: move coroutine send/recv function to generic code
Paolo Bonzini
1
-209
/
+21
2011-12-15
block/cow: Return real error code
Li Zhi Hui
1
-15
/
+29
2011-12-15
qcow2: Allow >4 GB VM state
Kevin Wolf
2
-3
/
+33
2011-12-15
rbd: always set out parameter in qemu_rbd_snap_list
Josh Durgin
1
-1
/
+2
2011-12-15
block/qcow2.c: call qcow2_free_snapshots in the function of qcow2_close
Li Zhi Hui
1
-0
/
+1
2011-12-15
block: qemu_aio_get does not return NULL
Paolo Bonzini
3
-36
/
+19
2011-12-15
block: bdrv_aio_* do not return NULL
Paolo Bonzini
4
-95
/
+31
2011-12-06
fix typo: delete redundant semicolon
Dong Xu Wang
1
-2
/
+2
2011-12-05
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
12
-219
/
+362
2011-12-05
cow: use bdrv_co_is_allocated()
Stefan Hajnoczi
1
-3
/
+3
2011-12-05
coroutine: add qemu_co_queue_restart_all()
Stefan Hajnoczi
1
-1
/
+1
2011-12-05
cow: convert to .bdrv_co_is_allocated()
Stefan Hajnoczi
1
-4
/
+4
2011-12-05
vdi: convert to .bdrv_co_is_allocated()
Stefan Hajnoczi
1
-3
/
+3
2011-12-05
vvfat: convert to .bdrv_co_is_allocated()
Stefan Hajnoczi
1
-2
/
+2
2011-12-05
block: convert qcow2, qcow2, and vmdk to .bdrv_co_is_allocated()
Stefan Hajnoczi
3
-11
/
+18
2011-12-05
qed: convert to .bdrv_co_is_allocated()
Stefan Hajnoczi
1
-4
/
+11
2011-12-05
qcow2: Fix error path in qcow2_snapshot_load_tmp
Kevin Wolf
1
-12
/
+22
2011-12-05
qcow2: Fix order in qcow2_snapshot_delete
Kevin Wolf
1
-15
/
+33
2011-12-05
qcow2: Fix order of refcount updates in qcow2_snapshot_goto
Kevin Wolf
2
-18
/
+50
2011-12-05
qcow2: Return real error in qcow2_snapshot_goto
Kevin Wolf
1
-11
/
+40
[next]