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
/
qemu-img.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-09-04
qemu-img: Fix crash in amend invocation
Max Reitz
1
-1
/
+2
2015-06-22
Include qapi/qmp/qerror.h exactly where needed
Markus Armbruster
1
-0
/
+1
2015-06-22
qerror: Clean up QERR_ macros to expand into a single string
Markus Armbruster
1
-1
/
+1
2015-06-22
QemuOpts: Wean off qerror_report_err()
Markus Armbruster
1
-1
/
+2
2015-05-22
util: move read_password method out of qemu-img into osdep/oslib
Daniel P. Berrange
1
-92
/
+1
2015-04-28
qemu-img convert: Rewrite copying logic
Kevin Wolf
1
-206
/
+310
2015-03-16
qemu-img: Avoid qerror_report_err() outside QMP handlers, again
Markus Armbruster
1
-4
/
+2
2015-03-16
qemu-img: Fix convert, amend error messages for unknown options
Markus Armbruster
1
-4
/
+2
2015-03-10
fix GCC 5.0.0 logical-not-parentheses warnings
Radim Krčmář
1
-1
/
+2
2015-03-10
block: remove superfluous '\n' around error_report/error_setg
Gonglei
1
-1
/
+1
2015-02-26
qemu-img: Suppress unhelpful extra errors in convert, amend
Markus Armbruster
1
-8
/
+17
2015-02-26
QemuOpts: Drop qemu_opt_set(), rename qemu_opt_set_err(), fix use
Markus Armbruster
1
-3
/
+3
2015-02-26
qemu-img: Suppress unhelpful extra errors in convert, resize
Markus Armbruster
1
-4
/
+12
2015-02-26
QemuOpts: Convert qemu_opt_set_number() to Error, fix its use
Markus Armbruster
1
-1
/
+2
2015-02-26
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-02-18' into...
Peter Maydell
1
-6
/
+3
2015-02-18
qemu-img: Avoid qerror_report_err() outside QMP command handlers
Markus Armbruster
1
-2
/
+1
2015-02-18
error: Use error_report_err() where appropriate
Markus Armbruster
1
-4
/
+2
2015-02-16
qemu-img: Use BlockBackend as far as possible
Max Reitz
1
-43
/
+39
2015-02-16
qemu-img: Use blk_new_open() in img_rebase()
Max Reitz
1
-26
/
+23
2015-02-16
qemu-img: Use blk_new_open() in img_open()
Max Reitz
1
-14
/
+6
2015-02-16
block: Add Error parameter to bdrv_find_protocol()
Max Reitz
1
-4
/
+7
2015-02-16
qemu-img: Fix qemu-img convert -n
Max Reitz
1
-24
/
+26
2015-02-06
qemu-img: Add QEMU_PKGVERSION to QEMU_IMG_VERSION
Don Slutz
1
-1
/
+1
2015-01-23
block: update string sizes for filename,backing_file,exact_filename
Jeff Cody
1
-2
/
+2
2014-12-10
qemu-img: Check create_opts before image amendment
Max Reitz
1
-0
/
+7
2014-12-10
qemu-img: Check create_opts before image creation
Max Reitz
1
-0
/
+14
2014-11-06
qemu-img: Omit error_report() after img_open()
Max Reitz
1
-4
/
+0
2014-11-03
qemu-img: Fix insignificant memleak
Max Reitz
1
-1
/
+3
2014-11-03
qemu-img: Add progress output for amend
Max Reitz
1
-3
/
+22
2014-11-03
block: Add status callback to bdrv_amend_options()
Max Reitz
1
-1
/
+1
2014-11-03
qemu-img: Specify backing file for commit
Max Reitz
1
-9
/
+23
2014-11-03
qemu-img: Enable progress output for commit
Max Reitz
1
-2
/
+21
2014-11-03
qemu-img: Empty image after commit
Max Reitz
1
-3
/
+31
2014-11-03
qemu-img: Implement commit like QMP
Max Reitz
1
-19
/
+59
2014-10-23
qemu-img: Print error if check failed
Max Reitz
1
-7
/
+14
2014-10-20
block: Make BlockBackend own its BlockDriverState
Markus Armbruster
1
-34
/
+1
2014-10-20
block: Connect BlockBackend to BlockDriverState
Markus Armbruster
1
-66
/
+59
2014-10-20
block: New BlockBackend
Markus Armbruster
1
-8
/
+62
2014-10-20
block: Split bdrv_new_root() off bdrv_new()
Markus Armbruster
1
-3
/
+3
2014-10-03
block: Drop superfluous conditionals around qemu_opts_del()
Markus Armbruster
1
-3
/
+1
2014-09-25
block: Validate node-name
Kevin Wolf
1
-3
/
+3
2014-09-22
async: aio_context_new(): Handle event_notifier_init failure
Chrysostomos Nanakos
1
-1
/
+7
2014-09-08
qemu-img: clarify src_cache option documentation
Stefan Hajnoczi
1
-1
/
+2
2014-08-29
qemu-img: always goto out in img_snapshot() error paths
Stefan Hajnoczi
1
-9
/
+6
2014-08-29
qemu-img: fix img_compare() flags error path
Stefan Hajnoczi
1
-3
/
+3
2014-08-29
qemu-img: fix img_commit() error return value
Stefan Hajnoczi
1
-1
/
+1
2014-08-28
Revert "qemu-img: sort block formats in help message"
Stefan Hajnoczi
1
-22
/
+3
2014-08-22
qemu-img: Allow cache mode specification for amend
Max Reitz
1
-4
/
+15
2014-08-22
qemu-img: Allow source cache mode specification
Max Reitz
1
-16
/
+62
2014-08-15
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
1
-31
/
+67
[next]