qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v9 2/7] virtio-pmem: Add virtio pmem driver


From: Randy Dunlap
Subject: Re: [Qemu-devel] [PATCH v9 2/7] virtio-pmem: Add virtio pmem driver
Date: Tue, 14 May 2019 08:09:03 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1

On 5/14/19 7:54 AM, Pankaj Gupta wrote:
> diff --git a/drivers/virtio/Kconfig b/drivers/virtio/Kconfig
> index 35897649c24f..94bad084ebab 100644
> --- a/drivers/virtio/Kconfig
> +++ b/drivers/virtio/Kconfig
> @@ -42,6 +42,17 @@ config VIRTIO_PCI_LEGACY
>  
>         If unsure, say Y.
>  
> +config VIRTIO_PMEM
> +     tristate "Support for virtio pmem driver"
> +     depends on VIRTIO
> +     depends on LIBNVDIMM
> +     help
> +     This driver provides access to virtio-pmem devices, storage devices
> +     that are mapped into the physical address space - similar to NVDIMMs
> +      - with a virtio-based flushing interface.
> +
> +     If unsure, say M.

<beep>
from Documentation/process/coding-style.rst:
"Lines under a ``config`` definition
are indented with one tab, while help text is indented an additional two
spaces."

> +
>  config VIRTIO_BALLOON
>       tristate "Virtio balloon driver"
>       depends on VIRTIO

thanks.
-- 
~Randy



reply via email to

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