]> git.proxmox.com Git - mirror_qemu.git/commit
memory, exec: Expose all memory block related flags.
authorJunyan He <junyan.he@intel.com>
Wed, 18 Jul 2018 07:47:57 +0000 (15:47 +0800)
committerMichael S. Tsirkin <mst@redhat.com>
Fri, 10 Aug 2018 10:29:39 +0000 (13:29 +0300)
commitb0e5de93811077254a536c23b713b49e12efb742
treea74b3e97a158bc3a7f0d31c84a0d5edcc0ab77c1
parentf7502360397d291be04bc040e9f96c92ff2d8030
memory, exec: Expose all memory block related flags.

We need to use these flags in other files rather than just in exec.c,
For example, RAM_SHARED should be used when create a ram block from file.
We expose them the exec/memory.h

Signed-off-by: Junyan He <junyan.he@intel.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
exec.c
include/exec/memory.h