Allofich
|
ede9a90942
|
Fix Cppcheck passedByValue warnings
|
2019-10-20 22:40:55 +09:00 |
|
Allofich
|
05619dd023
|
SVN r4183 (first half)
Update address of FSF
|
2019-06-03 22:54:46 +09:00 |
|
Jonathan Campbell
|
48c1c2be70
|
qcow2 write prototype fix
|
2018-05-29 13:56:15 -07:00 |
|
Michael Greger
|
4e58b351d5
|
Support for sector sizes other than 512 bytes (image cluster size must be a multiple of sector size).
|
2016-02-25 20:31:24 -05:00 |
|
Michael Greger
|
0038872f60
|
Support for relative paths and simple filenames in backing files.
|
2016-02-23 23:33:10 -05:00 |
|
Michael Greger
|
1ceffdc419
|
Moved constant member initialization from header into cpp.
|
2016-02-23 19:46:56 -05:00 |
|
Michael Greger
|
fe8a687302
|
Pass image name into QCow2Image constructor in prep for handling relative paths for backing files.
|
2016-02-23 17:59:55 -05:00 |
|
Jonathan Campbell
|
927efab0e6
|
C++ fix: GCC 4.6 does not support C++ classes that pre-initialize
members of the class in the class definition. Moved initial value to
constructor.
|
2016-02-22 17:55:02 -08:00 |
|
Michael Greger
|
fe0974b9a3
|
Add preliminary QCow2 image support. Supports backing files only with aboslute paths. No compression, encryption, or snapshots.
|
2016-02-22 20:57:33 -05:00 |
|