index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
qemu-img.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make strtosz() return int64_t instead of ssize_t
Jes Sorensen
2011-01-24
1
-1
/
+1
*
qemu-img snapshot: Use writeback caching
Kevin Wolf
2011-01-24
1
-1
/
+1
*
Remove NULL checks for bdrv_new return value
Kevin Wolf
2010-12-17
1
-4
/
+1
*
qemu.img.c: Use error_report() instead of own error() implementation
Jes Sorensen
2010-12-17
1
-65
/
+62
*
qemu-img.c: Re-factor img_create()
Jes Sorensen
2010-12-17
1
-106
/
+2
*
qemu-img: Call error_set_progname
Kevin Wolf
2010-12-17
1
-0
/
+3
*
qemu-img.c: Clean up handling of image size in img_create()
Jes Sorensen
2010-12-17
1
-6
/
+17
*
qemu-img: Fail creation if backing format is invalid
Stefan Hajnoczi
2010-12-14
1
-10
/
+12
*
qemu-img: Free option parameter lists in img_create()
Stefan Hajnoczi
2010-12-14
1
-2
/
+2
*
qemu-img: Deprecate obsolete -6 and -e options
Jes Sorensen
2010-12-14
1
-31
/
+22
*
Make error handling more consistent in img_create() and img_resize()
Jes Sorensen
2010-12-14
1
-6
/
+12
*
Fail if detecting an unknown option
Jes Sorensen
2010-12-14
1
-0
/
+8
*
Fix formatting and missing braces in qemu-img.c
Jes Sorensen
2010-12-14
1
-26
/
+51
*
Consolidate printing of block driver options
Jes Sorensen
2010-12-14
1
-9
/
+37
*
img_convert(): Only try to free bs[] entries if bs is valid.
Jes Sorensen
2010-12-14
1
-5
/
+8
*
Use qemu_mallocz() instead of calloc() in img_convert()
Jes Sorensen
2010-12-14
1
-6
/
+2
*
Move qemu_gettimeofday() to OS specific files
Jes Sorensen
2010-10-30
1
-0
/
+1
*
qemu-img: Fix qemu-img convert -obacking_file
Kevin Wolf
2010-10-22
1
-0
/
+7
*
Copy snapshots out of QCOW2 disk
edison
2010-10-22
1
-1
/
+18
*
Use GCC_FMT_ATTR (format checking)
Stefan Weil
2010-10-03
1
-1
/
+1
*
qemu-img convert: Use cache=unsafe for output image
Kevin Wolf
2010-09-08
1
-1
/
+2
*
qemu-img rebase: Open new backing file read-only
Kevin Wolf
2010-08-30
1
-1
/
+1
*
qemu-img check: Distinguish different kinds of errors
Kevin Wolf
2010-07-06
1
-15
/
+48
*
qemu-img: avoid calling exit(1) to release resources properly
MORITA Kazutaka
2010-07-02
1
-52
/
+185
*
add support for protocol driver create_options
MORITA Kazutaka
2010-05-28
1
-15
/
+34
*
Fix %lld or %llx printf format use
Blue Swirl
2010-05-22
1
-5
/
+5
*
qemu-img rebase: Fix output image corruption
Kevin Wolf
2010-05-03
1
-3
/
+3
*
qemu-img: Add 'resize' command to grow/shrink disk images
Stefan Hajnoczi
2010-05-03
1
-0
/
+92
*
block: bdrv_has_zero_init
Kevin Wolf
2010-05-03
1
-2
/
+4
*
qemu-img: Fix BRDV_O_FLAGS typo
Stefan Hajnoczi
2010-04-23
1
-10
/
+10
*
qemu-img: Eliminate bdrv_new_open() code duplication
Stefan Hajnoczi
2010-04-23
1
-73
/
+10
*
Replace calls of old bdrv_open
Kevin Wolf
2010-04-23
1
-8
/
+8
*
block: print errno on error
Juan Quintela
2010-03-09
1
-2
/
+2
*
qemu-img rebase: Add -f option
Kevin Wolf
2010-03-09
1
-4
/
+16
*
qemu-img: Fix error message
Kevin Wolf
2010-02-19
1
-1
/
+1
*
qemu-img: Fix segfault during rebase
Kevin Wolf
2010-02-19
1
-1
/
+1
*
qemu-img: use the heap instead of the huge stack array for win32
TeLeMan
2010-02-10
1
-3
/
+11
*
qemu-img: Fix qemu-img can't create qcow image based on read-only image
Sheng Yang
2010-02-10
1
-5
/
+10
*
qemu-img: avoid preprocessor directives in a printf call
Paolo Bonzini
2010-02-08
1
-4
/
+5
*
Revert "On some systems printf is a macro"
malc
2010-02-08
1
-30
/
+30
*
On some systems printf is a macro
malc
2010-02-07
1
-30
/
+30
*
Ask for read-write permissions when opening files
Naphtali Sprei
2010-01-26
1
-2
/
+2
*
Clean-up a little bit the RW related bits of BDRV_O_FLAGS. BDRV_O_RDONLY gone...
Naphtali Sprei
2010-01-20
1
-4
/
+6
*
qemu-img rebase
Kevin Wolf
2010-01-13
1
-0
/
+225
*
block: Introduce BDRV_O_NO_BACKING
Kevin Wolf
2010-01-13
1
-1
/
+1
*
qemu-img: Fix memory leak
Kevin Wolf
2009-12-03
1
-0
/
+1
*
Fix description of size parameter in qemu-img's help text
Pierre Riteau
2009-12-03
1
-3
/
+3
*
qemu-img: There is more than one host device driver
Kevin Wolf
2009-12-03
1
-2
/
+2
*
Documentation: Don't mention old qemu-img options
Kevin Wolf
2009-11-09
1
-6
/
+0
*
qemu-img: Allow creating zero sized images
Kevin Wolf
2009-11-09
1
-3
/
+6
[next]