qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [RFC 1/2] pmem: Move reusable code to base header files


From: Dan Williams
Subject: Re: [Qemu-devel] [RFC 1/2] pmem: Move reusable code to base header files
Date: Thu, 12 Oct 2017 13:42:42 -0700

On Thu, Oct 12, 2017 at 8:50 AM, Pankaj Gupta <address@hidden> wrote:
>  This patch moves common code to base header files
>  so that it can be used for both ACPI pmem and VIRTIO pmem
>  drivers. More common code needs to be moved out in future
>  based on functionality required for virtio_pmem driver and
>  coupling of code with existing ACPI pmem driver.
>
> Signed-off-by: Pankaj Gupta <address@hidden>
[..]
> diff --git a/include/linux/pmem_common.h b/include/linux/pmem_common.h
> new file mode 100644
> index 000000000000..e2e718c74b3f
> --- /dev/null
> +++ b/include/linux/pmem_common.h

This should be a common C file, not a header.



reply via email to

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