mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
ui: Add snapshot management UI
This commit is contained in:
committed by
mborgerson
parent
fe5160e859
commit
9c9f1e83eb
@@ -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)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user