ui: Add snapshot management UI

This commit is contained in:
Antonio Abbatangelo
2023-06-04 20:24:43 -07:00
committed by mborgerson
parent fe5160e859
commit 9c9f1e83eb
22 changed files with 1052 additions and 126 deletions
+4
View File
@@ -123,6 +123,10 @@ typedef struct HDGeometry {
#define BDRV_O_AUTO_RDONLY 0x20000 /* degrade to read-only if opening read-write fails */
#define BDRV_O_IO_URING 0x40000 /* use io_uring instead of the thread pool */
#ifdef XBOX
#define BDRV_O_RO_WRITE_SHARE 0x80000 /* allow the file to open RO alongside an existing RW handle */
#endif
#define BDRV_O_CACHE_MASK (BDRV_O_NOCACHE | BDRV_O_NO_FLUSH)