qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 0/8] nvdimm: hotplug support


From: Xiao Guangrong
Subject: Re: [Qemu-devel] [PATCH 0/8] nvdimm: hotplug support
Date: Tue, 12 Jul 2016 06:49:06 +0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.8.0



On 07/11/2016 10:12 PM, Igor Mammedov wrote:
On Mon, 11 Jul 2016 21:45:10 +0800
Xiao Guangrong <address@hidden> wrote:

This patchset is against commit 269fe4c3ab0c (vmw_pvscsi: remove unnecessary
internal msi state flag) on pci branch of Michael's git tree and can be found
at:
       https://github.com/xiaogr/qemu.git nvdimm-hotplug-v1

This patchset enables nvdimm hotplug support, it is used as pc-dimm hotplug,
for example, a new nvdimm device can be plugged as follows:
object_add memory-backend-file,id=mem3,size=10G,mem-path=/home/eric/nvdimm3
device_add nvdimm,id=nvdimm3,memdev=mem3

and unplug it as follows:
device_del nvdimm3
object_del mem3
Could you fix crash in hmp related to nvdimm?
   https://bugzilla.redhat.com/show_bug.cgi?id=1352769
I've checked and it reproduces on upstream as well.

I missed this bug report. Sure, i will work on it.

Thanks!



reply via email to

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