|
@@ -652,7 +652,7 @@ static void handle_cleanup(FsContext *ctx)
|
|
g_free(data);
|
|
g_free(data);
|
|
}
|
|
}
|
|
|
|
|
|
-static int handle_parse_opts(QemuOpts *opts, struct FsDriverEntry *fse)
|
|
|
|
|
|
+static int handle_parse_opts(QemuOpts *opts, FsDriverEntry *fse)
|
|
{
|
|
{
|
|
const char *sec_model = qemu_opt_get(opts, "security_model");
|
|
const char *sec_model = qemu_opt_get(opts, "security_model");
|
|
const char *path = qemu_opt_get(opts, "path");
|
|
const char *path = qemu_opt_get(opts, "path");
|