Commit e53e297
Mathieu Mitchell
Write image directly to disk
Write image directly to disk by telling qemu-img that the output
file is the disk. Still uses O_DIRECT directly within qemu-img.
This avoids the need to have a huge amount of system memory to be
able to deploy an image that contains a huge disk.
The only feature left behind by that commit is the 64K block size.
Change-Id: If60bcd82581b2ea76c4acbc3eaa3f317d2ee65901 parent 082cf29 commit e53e297
1 file changed
+3
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
50 | 44 | | |
51 | 45 | | |
0 commit comments