]> Git Repo - qemu.git/commit
make mem_path local variable
authorIgor Mammedov <[email protected]>
Wed, 19 Feb 2020 16:09:49 +0000 (11:09 -0500)
committerPatchew Importer <[email protected]>
Wed, 19 Feb 2020 16:50:02 +0000 (16:50 +0000)
commit8b38de9f62cfc3d8d6f946c47e8afb6138539517
treee93fb3a5c14e28211857f257af1c6614ac4b3393
parentc001c3b3d93a645d9f0e5cc3638937abc8b8f7f7
make mem_path local variable

It's no longer used anywhere beside main(),
so make it local variable that is used for CLI compat
purposes to keep -mem-path option working.

Under hood QEMU will use it to create
  memory-backend-file,mem-path=...
backend and use its MemoryRegion as main RAM.

Signed-off-by: Igor Mammedov <[email protected]>
Reviewed-by: Richard Henderson <[email protected]>
Message-Id: <20200219160953[email protected]>
include/sysemu/sysemu.h
vl.c
This page took 0.024139 seconds and 4 git commands to generate.