mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-10-29 17:33:09 +00:00
Fix a comment typo in storage_backend_fs.c
This commit is contained in:
parent
5314dffc85
commit
3f24e6c21c
@ -1,3 +1,7 @@
|
|||||||
|
Mon May 4 11:44:09 EDT 2009 Cole Robinson <crobinso@redhat.com>
|
||||||
|
|
||||||
|
* src/storage_backend_fs.c: Fix a comment typo in storage_backend_fs.c
|
||||||
|
|
||||||
Mon May 4 11:42:01 EDT 2009 Cole Robinson <crobinso@redhat.com>
|
Mon May 4 11:42:01 EDT 2009 Cole Robinson <crobinso@redhat.com>
|
||||||
|
|
||||||
* src/util.c: virExec: Delay daemonizing as long as possible.
|
* src/util.c: virExec: Delay daemonizing as long as possible.
|
||||||
|
@ -89,7 +89,7 @@ struct FileTypeInfo {
|
|||||||
struct FileTypeInfo const fileTypeInfo[] = {
|
struct FileTypeInfo const fileTypeInfo[] = {
|
||||||
/* Bochs */
|
/* Bochs */
|
||||||
/* XXX Untested
|
/* XXX Untested
|
||||||
{ VIR_STORAGE_VOL_BOCHS, "Bochs Virtual HD Image", NULL,
|
{ VIR_STORAGE_VOL_FILE_BOCHS, "Bochs Virtual HD Image", NULL,
|
||||||
LV_LITTLE_ENDIAN, 64, 0x20000,
|
LV_LITTLE_ENDIAN, 64, 0x20000,
|
||||||
32+16+16+4+4+4+4+4, 8, 1, NULL },*/
|
32+16+16+4+4+4+4+4, 8, 1, NULL },*/
|
||||||
/* CLoop */
|
/* CLoop */
|
||||||
|
Loading…
Reference in New Issue
Block a user