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: Pankaj Gupta
Subject: Re: [Qemu-devel] [RFC 1/2] pmem: Move reusable code to base header files
Date: Thu, 12 Oct 2017 17:27:28 -0400 (EDT)

> 
> 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.

Sure! will create a common C file to put all the common code there.

> 
> 



reply via email to

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