Allofich
|
5565409b48
|
Remove unneeded includes
Replace config.h include in qcow2_disk.h with standard library includes,
since that's all it was used for.
|
2021-06-19 17:01:17 +09:00 |
|
Allofich
|
67ebe980a7
|
Remove unneeded includes
|
2021-06-06 04:39:54 +09:00 |
|
Allofich
|
da6009c540
|
Remove casts that remove const qualification
|
2021-05-18 22:28:26 +09:00 |
|
Emmanuel Gil Peyrot
|
d2b0cef2f5
|
Replace Bit64u with uint64_t
|
2020-09-28 17:14:35 +02:00 |
|
Emmanuel Gil Peyrot
|
c0a106535e
|
Replace Bit32u with uint32_t
|
2020-09-28 17:14:35 +02:00 |
|
Emmanuel Gil Peyrot
|
a431d81213
|
Replace Bit16u with uint16_t
|
2020-09-28 17:14:35 +02:00 |
|
Emmanuel Gil Peyrot
|
35f38f3ebe
|
Replace Bit8u with uint8_t
|
2020-09-28 17:14:35 +02:00 |
|
rderooy
|
608a657b50
|
Update copyright year for dosbox and dosbox-x assets and update FSF address
|
2020-06-25 08:42:32 +02:00 |
|
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 |
|