]> Git Repo - qemu.git/commit
exec: Reduce ifdeffery around -mem-path
authorMarkus Armbruster <[email protected]>
Wed, 31 Jul 2013 13:11:07 +0000 (15:11 +0200)
committerAnthony Liguori <[email protected]>
Thu, 12 Sep 2013 16:45:31 +0000 (11:45 -0500)
commit3435f39513a104294b5e3bbf3612047028d25cfc
tree38bfa549f3de370b8087e71e96cd332baae085e7
parent0628c18267bbe8d44f0faf3e71acf0ae31bea7fd
exec: Reduce ifdeffery around -mem-path

Instead of spreading its ifdeffery everywhere, confine it to
qemu_ram_alloc_from_ptr().  Everywhere else, simply test block->fd,
which is non-negative exactly when block uses -mem-path.

Signed-off-by: Markus Armbruster <[email protected]>
Acked-by: Laszlo Ersek <[email protected]>
Acked-by: Stefano Stabellini <[email protected]>
Message-id: 1375276272[email protected]
Signed-off-by: Anthony Liguori <[email protected]>
exec.c
include/exec/cpu-all.h
This page took 0.026383 seconds and 4 git commands to generate.