Message ID | 20190524075848.23781-3-sgarzare@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Update documentation and help related to the preallocation parameter | expand |
diff --git a/block/file-posix.c b/block/file-posix.c index d018429672..9632e3a87b 100644 --- a/block/file-posix.c +++ b/block/file-posix.c @@ -2751,7 +2751,11 @@ static QemuOptsList raw_create_opts = { { .name = BLOCK_OPT_PREALLOC, .type = QEMU_OPT_STRING, - .help = "Preallocation mode (allowed values: off, falloc, full)" + .help = "Preallocation mode (allowed values: off" +#ifdef CONFIG_POSIX_FALLOCATE + ", falloc" +#endif + ", full)" }, { /* end of list */ } }