On 07/11/2016 10:12 PM, Igor Mammedov wrote:
On Mon, 11 Jul 2016 21:45:10 +0800 Xiao Guangrong <[email protected]> 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 mem3Could 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!
