Revision 9a2d77ad block.h

b/block.h
28 28
} QEMUSnapshotInfo;
29 29

  
30 30
#define BDRV_O_RDWR        0x0002
31
#define BDRV_O_CREAT       0x0004 /* create an empty file */
32 31
#define BDRV_O_SNAPSHOT    0x0008 /* open the file read only and save writes in a snapshot */
33 32
#define BDRV_O_FILE        0x0010 /* open as a raw file (do not try to
34 33
                                     use a disk image format on top of

Also available in: Unified diff