On Fri, Jun 01, 2018 at 04:10:23PM +0800, [email protected] wrote: > From: Junyan He <[email protected]> > > 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 <[email protected]> > --- > exec.c | 17 ----------------- > include/exec/memory.h | 17 +++++++++++++++++ > 2 files changed, 17 insertions(+), 17 deletions(-)
To other reviewers: All of include/exec/memory.h is inside #ifndef CONFIG_USER_ONLY so the ifdef situation hasn't changed (it's hard to tell from the patch itself). Reviewed-by: Stefan Hajnoczi <[email protected]>
signature.asc
Description: PGP signature
