qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 2/9 V5] hostmem-file: add the 'pmem' option


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [PATCH 2/9 V5] hostmem-file: add the 'pmem' option
Date: Thu, 31 May 2018 13:35:34 +0100
User-agent: Mutt/1.9.5 (2018-04-13)

On Thu, May 10, 2018 at 10:08:51AM +0800, address@hidden wrote:
> diff --git a/exec.c b/exec.c
> index fa33c29..dedeb4d 100644
> --- a/exec.c
> +++ b/exec.c
> @@ -52,6 +52,9 @@
>  #include <linux/falloc.h>
>  #endif
>  
> +/* RAM is backed by the persistent memory. */
> +#define RAM_PMEM       (1 << 3)

Please define this next to the other RAM_* flags.

Besides that:

Reviewed-by: Stefan Hajnoczi <address@hidden>

Attachment: signature.asc
Description: PGP signature


reply via email to

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