qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH V6 1/7] memory, exec: Expose all memory block re


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [PATCH V6 1/7] memory, exec: Expose all memory block related flags.
Date: Tue, 5 Jun 2018 12:38:34 +0100
User-agent: Mutt/1.9.5 (2018-04-13)

On Fri, Jun 01, 2018 at 04:10:23PM +0800, address@hidden wrote:
> From: Junyan He <address@hidden>
> 
> 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 <address@hidden>
> ---
>  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 <address@hidden>

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]