[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH v13 15/20] file-posix: Add 'locking' option
From: |
Fam Zheng |
Subject: |
[Qemu-devel] [PATCH v13 15/20] file-posix: Add 'locking' option |
Date: |
Thu, 20 Apr 2017 15:52:32 +0800 |
Making this option available even before implementing it will let
converting tests easier: in coming patches they can specify the option
already when necessary, before we actually write code to lock the
images.
Signed-off-by: Fam Zheng <address@hidden>
---
block/file-posix.c | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/block/file-posix.c b/block/file-posix.c
index 0c48968..24ea3ff 100644
--- a/block/file-posix.c
+++ b/block/file-posix.c
@@ -394,6 +394,11 @@ static QemuOptsList raw_runtime_opts = {
.type = QEMU_OPT_STRING,
.help = "host AIO implementation (threads, native)",
},
+ {
+ .name = "locking",
+ .type = QEMU_OPT_BOOL,
+ .help = "lock the file",
+ },
{ /* end of list */ }
},
};
--
2.9.3
- [Qemu-devel] [PATCH v13 06/20] qemu-io: Add --unsafe-read option, (continued)
- [Qemu-devel] [PATCH v13 06/20] qemu-io: Add --unsafe-read option, Fam Zheng, 2017/04/20
- [Qemu-devel] [PATCH v13 05/20] qemu-img: Update documentation for --unsafe-read, Fam Zheng, 2017/04/20
- [Qemu-devel] [PATCH v13 08/20] iotests: 046: Prepare for image locking, Fam Zheng, 2017/04/20
- [Qemu-devel] [PATCH v13 07/20] iotests: 030: Prepare for image locking, Fam Zheng, 2017/04/20
- [Qemu-devel] [PATCH v13 09/20] iotests: 055: Don't attach the target image already for drive-backup, Fam Zheng, 2017/04/20
- [Qemu-devel] [PATCH v13 11/20] iotests: 087: Don't attach test image twice, Fam Zheng, 2017/04/20
- [Qemu-devel] [PATCH v13 10/20] iotests: 085: Avoid image locking conflict, Fam Zheng, 2017/04/20
- [Qemu-devel] [PATCH v13 12/20] iotests: 091: Quit QEMU before checking image, Fam Zheng, 2017/04/20
- [Qemu-devel] [PATCH v13 14/20] tests: Use null-co:// instead of /dev/null as the dummy image, Fam Zheng, 2017/04/20
- [Qemu-devel] [PATCH v13 13/20] iotests: 172: Use separate images for multiple devices, Fam Zheng, 2017/04/20
- [Qemu-devel] [PATCH v13 15/20] file-posix: Add 'locking' option,
Fam Zheng <=
- [Qemu-devel] [PATCH v13 16/20] tests: Disable image lock in test-replication, Fam Zheng, 2017/04/20
- [Qemu-devel] [PATCH v13 17/20] block: Workaround drive-backup sync=none for image locking, Fam Zheng, 2017/04/20
- [Qemu-devel] [PATCH v13 18/20] osdep: Add qemu_lock_fd and qemu_unlock_fd, Fam Zheng, 2017/04/20
- [Qemu-devel] [PATCH v13 20/20] tests: Add test-image-lock, Fam Zheng, 2017/04/20
- [Qemu-devel] [PATCH v13 19/20] file-posix: Add image locking in perm operations, Fam Zheng, 2017/04/20
- Re: [Qemu-devel] [PATCH v13 00/20] block: Image locking series, no-reply, 2017/04/20