From: "Michael S. Tsirkin" <mst@redhat.com>
To: Xiao Guangrong <guangrong.xiao@linux.intel.com>
Cc: pbonzini@redhat.com, imammedo@redhat.com, gleb@kernel.org,
mtosatti@redhat.com, stefanha@redhat.com, rth@twiddle.net,
ehabkost@redhat.com, dan.j.williams@intel.com,
kvm@vger.kernel.org, qemu-devel@nongnu.org
Subject: Re: [PATCH v4 0/3] nvdimm: hotplug support
Date: Thu, 3 Nov 2016 06:14:11 +0200 [thread overview]
Message-ID: <20161103061348-mutt-send-email-mst@kernel.org> (raw)
In-Reply-To: <1478145090-11987-1-git-send-email-guangrong.xiao@linux.intel.com>
On Thu, Nov 03, 2016 at 11:51:27AM +0800, Xiao Guangrong wrote:
> Resend these 3 patches to catch up release window...
>
> Igor,
>
> this is a open that i did not pass a buffer as parameter to RFIT as
> tried the way you suggested, but failed. May be i am not very good at
> ASL, i need more time to try. So let's keep the way as it is, i will
> improve it later.
>
> Thanks!
And just for comparison, could you pls generate the
incremental diff as well?
> Changelog in v4:
> 1) drop fit lock and post_hotplug_cb
> 2) move nvdimm hotplug code to hw/acpi/nvdimm.c
> 3) introduce length field to indicate the fit size
> 4) nvdimm acpi cleanup
> 5) doc typo fixes
>
> Changelog in v3:
> 1) use a dedicated interrupt for nvdimm device hotplug
> 2) stop nvdimm device hot unplug
> 3) reserve UUID and handle for QEMU internally used QEMU
> 5) redesign fit buffer to avoid OSPM reading incomplete fit info
> 6) bug fixes and cleanups
>
> Changelog in v2:
> Fixed signed integer overflow pointed out by Stefan Hajnoczi
>
> 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
>
> Xiao Guangrong (3):
> nvdimm acpi: introduce fit buffer
> nvdimm acpi: introduce _FIT
> pc: memhp: enable nvdimm device hotplug
>
> default-configs/mips-softmmu-common.mak | 1 +
> docs/specs/acpi_nvdimm.txt | 68 +++++++-
> hw/acpi/ich9.c | 8 +-
> hw/acpi/nvdimm.c | 289 ++++++++++++++++++++++++++++----
> hw/acpi/piix4.c | 7 +-
> hw/i386/acpi-build.c | 9 +-
> hw/i386/pc.c | 16 ++
> hw/mem/nvdimm.c | 4 -
> include/hw/acpi/acpi_dev_interface.h | 1 +
> include/hw/mem/nvdimm.h | 22 ++-
> 10 files changed, 377 insertions(+), 48 deletions(-)
>
> --
> 1.8.3.1
WARNING: multiple messages have this Message-ID (diff)
From: "Michael S. Tsirkin" <mst@redhat.com>
To: Xiao Guangrong <guangrong.xiao@linux.intel.com>
Cc: pbonzini@redhat.com, imammedo@redhat.com, gleb@kernel.org,
mtosatti@redhat.com, stefanha@redhat.com, rth@twiddle.net,
ehabkost@redhat.com, dan.j.williams@intel.com,
kvm@vger.kernel.org, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH v4 0/3] nvdimm: hotplug support
Date: Thu, 3 Nov 2016 06:14:11 +0200 [thread overview]
Message-ID: <20161103061348-mutt-send-email-mst@kernel.org> (raw)
In-Reply-To: <1478145090-11987-1-git-send-email-guangrong.xiao@linux.intel.com>
On Thu, Nov 03, 2016 at 11:51:27AM +0800, Xiao Guangrong wrote:
> Resend these 3 patches to catch up release window...
>
> Igor,
>
> this is a open that i did not pass a buffer as parameter to RFIT as
> tried the way you suggested, but failed. May be i am not very good at
> ASL, i need more time to try. So let's keep the way as it is, i will
> improve it later.
>
> Thanks!
And just for comparison, could you pls generate the
incremental diff as well?
> Changelog in v4:
> 1) drop fit lock and post_hotplug_cb
> 2) move nvdimm hotplug code to hw/acpi/nvdimm.c
> 3) introduce length field to indicate the fit size
> 4) nvdimm acpi cleanup
> 5) doc typo fixes
>
> Changelog in v3:
> 1) use a dedicated interrupt for nvdimm device hotplug
> 2) stop nvdimm device hot unplug
> 3) reserve UUID and handle for QEMU internally used QEMU
> 5) redesign fit buffer to avoid OSPM reading incomplete fit info
> 6) bug fixes and cleanups
>
> Changelog in v2:
> Fixed signed integer overflow pointed out by Stefan Hajnoczi
>
> 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
>
> Xiao Guangrong (3):
> nvdimm acpi: introduce fit buffer
> nvdimm acpi: introduce _FIT
> pc: memhp: enable nvdimm device hotplug
>
> default-configs/mips-softmmu-common.mak | 1 +
> docs/specs/acpi_nvdimm.txt | 68 +++++++-
> hw/acpi/ich9.c | 8 +-
> hw/acpi/nvdimm.c | 289 ++++++++++++++++++++++++++++----
> hw/acpi/piix4.c | 7 +-
> hw/i386/acpi-build.c | 9 +-
> hw/i386/pc.c | 16 ++
> hw/mem/nvdimm.c | 4 -
> include/hw/acpi/acpi_dev_interface.h | 1 +
> include/hw/mem/nvdimm.h | 22 ++-
> 10 files changed, 377 insertions(+), 48 deletions(-)
>
> --
> 1.8.3.1
next prev parent reply other threads:[~2016-11-03 4:14 UTC|newest]
Thread overview: 60+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-03 3:51 [PATCH v4 0/3] nvdimm: hotplug support Xiao Guangrong
2016-11-03 3:51 ` [Qemu-devel] " Xiao Guangrong
2016-11-03 3:51 ` [PATCH v4 1/3] nvdimm acpi: introduce fit buffer Xiao Guangrong
2016-11-03 3:51 ` [Qemu-devel] " Xiao Guangrong
2016-11-03 10:00 ` Stefan Hajnoczi
2016-11-03 10:00 ` [Qemu-devel] " Stefan Hajnoczi
2016-11-03 9:58 ` Xiao Guangrong
2016-11-03 9:58 ` [Qemu-devel] " Xiao Guangrong
2016-11-03 11:02 ` Igor Mammedov
2016-11-03 11:02 ` [Qemu-devel] " Igor Mammedov
2016-11-03 11:09 ` Xiao Guangrong
2016-11-03 11:09 ` [Qemu-devel] " Xiao Guangrong
2016-11-03 12:29 ` Igor Mammedov
2016-11-03 12:29 ` [Qemu-devel] " Igor Mammedov
2016-11-03 3:51 ` [PATCH v4 2/3] nvdimm acpi: introduce _FIT Xiao Guangrong
2016-11-03 3:51 ` [Qemu-devel] " Xiao Guangrong
2016-11-03 9:53 ` Stefan Hajnoczi
2016-11-03 9:53 ` [Qemu-devel] " Stefan Hajnoczi
2016-11-03 10:08 ` Xiao Guangrong
2016-11-03 10:08 ` [Qemu-devel] " Xiao Guangrong
2016-11-03 12:30 ` Igor Mammedov
2016-11-03 12:30 ` [Qemu-devel] " Igor Mammedov
2016-11-03 11:58 ` Igor Mammedov
2016-11-03 11:58 ` [Qemu-devel] " Igor Mammedov
2016-11-03 12:21 ` Xiao Guangrong
2016-11-03 12:21 ` [Qemu-devel] " Xiao Guangrong
2016-11-03 13:00 ` Igor Mammedov
2016-11-03 13:00 ` [Qemu-devel] " Igor Mammedov
2016-11-03 13:02 ` Xiao Guangrong
2016-11-03 13:02 ` [Qemu-devel] " Xiao Guangrong
2016-11-03 14:49 ` Igor Mammedov
2016-11-03 14:49 ` [Qemu-devel] " Igor Mammedov
2016-11-03 14:53 ` Xiao Guangrong
2016-11-03 14:53 ` [Qemu-devel] " Xiao Guangrong
2016-11-03 16:13 ` Igor Mammedov
2016-11-03 16:13 ` [Qemu-devel] " Igor Mammedov
2016-11-03 16:17 ` Xiao Guangrong
2016-11-03 16:17 ` [Qemu-devel] " Xiao Guangrong
2016-11-03 16:49 ` Igor Mammedov
2016-11-03 16:49 ` [Qemu-devel] " Igor Mammedov
2016-11-03 16:53 ` Xiao Guangrong
2016-11-03 16:53 ` [Qemu-devel] " Xiao Guangrong
2016-11-03 17:29 ` Igor Mammedov
2016-11-03 17:29 ` [Qemu-devel] " Igor Mammedov
2016-11-03 17:39 ` Xiao Guangrong
2016-11-03 17:39 ` [Qemu-devel] " Xiao Guangrong
2016-11-03 17:54 ` Igor Mammedov
2016-11-03 17:54 ` [Qemu-devel] " Igor Mammedov
2016-11-03 3:51 ` [PATCH v4 3/3] pc: memhp: enable nvdimm device hotplug Xiao Guangrong
2016-11-03 3:51 ` [Qemu-devel] " Xiao Guangrong
2016-11-03 12:51 ` Igor Mammedov
2016-11-03 12:51 ` [Qemu-devel] " Igor Mammedov
2016-11-03 12:54 ` Xiao Guangrong
2016-11-03 12:54 ` [Qemu-devel] " Xiao Guangrong
2016-11-03 4:14 ` Michael S. Tsirkin [this message]
2016-11-03 4:14 ` [Qemu-devel] [PATCH v4 0/3] nvdimm: hotplug support Michael S. Tsirkin
2016-11-03 4:25 ` Xiao Guangrong
2016-11-03 4:25 ` [Qemu-devel] " Xiao Guangrong
2016-11-03 4:51 ` Michael S. Tsirkin
2016-11-03 4:51 ` [Qemu-devel] " Michael S. Tsirkin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20161103061348-mutt-send-email-mst@kernel.org \
--to=mst@redhat.com \
--cc=dan.j.williams@intel.com \
--cc=ehabkost@redhat.com \
--cc=gleb@kernel.org \
--cc=guangrong.xiao@linux.intel.com \
--cc=imammedo@redhat.com \
--cc=kvm@vger.kernel.org \
--cc=mtosatti@redhat.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=rth@twiddle.net \
--cc=stefanha@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.