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
/
qemu-img.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-03-05
qemu-img convert: Fix progress output
Kevin Wolf
1
-9
/
+11
2014-03-03
qemu-img: Remove unneeded include files
Stefan Weil
1
-6
/
+0
2014-02-25
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
1
-45
/
+100
2014-02-24
Merge remote-tracking branch 'remotes/bonzini/configure' into staging
Peter Maydell
1
-0
/
+1
2014-02-21
qemu-img: Allow -o help with incomplete argument list
Kevin Wolf
1
-23
/
+35
2014-02-21
qemu-img amend: Support multiple -o options
Kevin Wolf
1
-2
/
+15
2014-02-21
qemu-img convert: Support multiple -o options
Kevin Wolf
1
-9
/
+25
2014-02-21
qemu-img create: Support multiple -o options
Kevin Wolf
1
-6
/
+22
2014-02-21
block: Add reference parameter to bdrv_open()
Max Reitz
1
-4
/
+4
2014-02-21
block: Change BDS parameter of bdrv_open() to **
Max Reitz
1
-6
/
+4
2014-02-20
util: Split out exec_dir from os_find_datadir
Fam Zheng
1
-0
/
+1
2014-02-17
Use error_is_set() only when necessary
Markus Armbruster
1
-4
/
+4
2014-01-06
qemu-option: Remove qemu_opts_create_nofail
Peter Crosthwaite
1
-1
/
+1
2013-12-13
qemu-img: make progress output more accurate during convert
Peter Lieven
1
-5
/
+21
2013-12-06
qemu-img: decrease progress update interval on convert
Peter Lieven
1
-1
/
+1
2013-12-06
qemu-img: round down request length to an aligned sector
Peter Lieven
1
-8
/
+24
2013-12-05
qemu-img: dynamically adjust iobuffer size during convert
Peter Lieven
1
-3
/
+13
2013-12-05
qemu-img: fix usage instruction for qemu-img convert
Peter Lieven
1
-1
/
+0
2013-12-05
qemu-img: add support for skipping zeroes in input during convert
Peter Lieven
1
-38
/
+42
2013-12-04
qemu-img: add -l for snapshot in convert
Wenchao Xia
1
-9
/
+35
2013-12-04
snapshot: distinguish id and name in load_tmp
Wenchao Xia
1
-2
/
+6
2013-11-28
qemu-img: conditionally zero out target on convert
Peter Lieven
1
-1
/
+9
2013-11-28
qemu-img: add support for fully allocated images
Peter Lieven
1
-3
/
+7
2013-11-15
qemu-img: Fix overwriting 'ret' before using
Fam Zheng
1
-3
/
+3
2013-10-24
qemu-img: add special exit code if bdrv_check is not supported
Peter Lieven
1
-1
/
+1
2013-09-12
qemu-img: fix invalid JSON
Paolo Bonzini
1
-1
/
+1
2013-09-12
qemu-img create: Emit filename on error
Max Reitz
1
-1
/
+1
2013-09-12
block: Error parameter for create functions
Max Reitz
1
-11
/
+5
2013-09-12
block: Error parameter for open functions
Max Reitz
1
-7
/
+14
2013-09-12
snapshot: distinguish id and name in snapshot delete
Wenchao Xia
1
-4
/
+7
2013-09-12
block: Image file option amendment
Max Reitz
1
-0
/
+84
2013-09-06
qemu-img: add a "map" subcommand
Paolo Bonzini
1
-0
/
+191
2013-09-06
block: make bdrv_has_zero_init return false for copy-on-write-images
Paolo Bonzini
1
-8
/
+1
2013-09-06
qemu-img: always probe the input image for allocated sectors
Paolo Bonzini
1
-21
/
+19
2013-09-06
block: expect errors from bdrv_co_is_allocated
Paolo Bonzini
1
-2
/
+14
2013-09-06
block: make bdrv_delete() static
Fam Zheng
1
-13
/
+13
2013-09-06
add qemu-img convert -n option (skip target volume creation)
Alexandre Derumier
1
-15
/
+38
2013-08-06
ignore SIGPIPE in qemu-img and qemu-io
MORITA Kazutaka
1
-0
/
+4
2013-08-06
qemu-img: Error out for excess arguments
Kevin Wolf
1
-7
/
+10
2013-07-15
block: Don't parse protocol from file.filename
Kevin Wolf
1
-2
/
+2
2013-06-21
qemu-img: Add missing GCC_FMT_ATTR
Stefan Weil
1
-1
/
+1
2013-06-07
block: add image info query function bdrv_query_image_info()
Wenchao Xia
1
-5
/
+6
2013-06-07
block: add snapshot info query function bdrv_query_snapshot_info_list()
Wenchao Xia
1
-1
/
+4
2013-06-06
cutils: Support 'P' and 'E' suffixes in strtosz()
Kevin Wolf
1
-4
/
+6
2013-06-04
block: dump snapshot and image info to specified output
Wenchao Xia
1
-4
/
+5
2013-06-04
block: move qmp and info dump related code to block/qapi.c
Wenchao Xia
1
-152
/
+4
2013-04-22
qemu-img: do not zero-pad the compressed write buffer
Stefan Hajnoczi
1
-6
/
+2
2013-03-15
block: Add options QDict to bdrv_open() prototype
Kevin Wolf
1
-3
/
+3
2013-02-22
qemu-img: Add compare subcommand
Miroslav Rezanina
1
-1
/
+289
2013-02-22
qemu-img: Add "Quiet mode" option
Miroslav Rezanina
1
-48
/
+106
[next]