mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
9pfs: fix type in *_parse_opts declarations
To comply with the QEMU coding style. Signed-off-by: Greg Kurz <groug@kaod.org> Reviewed-by: Eric Blake <eblake@redhat.com>
This commit is contained in:
parent
c4ce2c0ff3
commit
7bd41d3db6
3 changed files with 3 additions and 3 deletions
|
@ -652,7 +652,7 @@ static void handle_cleanup(FsContext *ctx)
|
|||
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 *path = qemu_opt_get(opts, "path");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue