index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
Age
Commit message (
Expand
)
Author
Files
Lines
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
2011-12-05
qcow2: Rework qcow2_snapshot_create error handling
Kevin Wolf
1
-14
/
+41
2011-12-05
qcow2: Cleanups and memleak fix in qcow2_snapshot_create
Kevin Wolf
1
-15
/
+11
2011-12-05
qcow2: Update snapshot table information at once
Kevin Wolf
1
-12
/
+10
2011-12-05
qcow2: Return real error code in qcow2_write_snapshots
Kevin Wolf
1
-10
/
+38
[next]